|
|
|
|
|
by cbhl
2671 days ago
|
|
Does using multiple cores on a single NIC actually speed up a network connection? If you're doing gigabit with 1500 byte packets, you get 12 ms to encrypt and process each packet -- I'd expect any cross-CPU synchronization to easily blow through that. |
|
PS. And you don’t need to submit/receive packets to NIC one by one, either; those things support DMA scatter/gather.