-2

when i open a new socket linex system automatically bind it to a NIC queu. Currently i have two sockets and i want to bind them to two different NIC queues. My question is

1)Is it possible to bind sockets to nic queue pragmatically  or using some linex command.
2)If so please guide me in the wright direction. 
HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
Rsvay
  • 103
  • 2

1 Answers1

0

I am not guru, but in my opinion you can bind only nic queue to some physical processor core and bind your app to same core (process affinity).

See the CPU/Cache affinity part.

user2986553
  • 390
  • 1
  • 4