How much incoming traffic can I process on a network card with two 100GbE ports(Mellanox X5)? Is it 100Gbs or 200Gbs incoming traffic?
Asked
Active
Viewed 42 times
0
-
It is 100 Gbps per interface, but understand that a single flow will use a single interface. If you bond with round-robin balancing, you can actually decrease performance due to things like out-of-order packet delivery, and it is death to real-time protocols, such as VoIP or video. Per-flow balancing (much preferred) will use 200 Gbps in aggregate, but you will need multiple flows to achieve that. – Ron Maupin Apr 28 '20 at 23:40
-
Is this true for Mellanox MCX516A-CCAT ConnectX-5 EN? – Ivan Kamynin Apr 29 '20 at 00:26
-
You are asking this question on the wrong SE network. [so] is for programming questions. You can ask general PC questions on [su]. – Ron Maupin Apr 29 '20 at 00:52
-
Thx, reask is here: https://superuser.com/questions/1546738/how-much-incoming-traffic-can-i-process-on-a-network-card-with-two-100gbe-ports – Ivan Kamynin Apr 29 '20 at 01:02