Re: [RFC] New driver API to speed up small packets xmits
From: Roland Dreier <hidden> Date: 2007-05-15 21:35:11
Shirley> I just wonder without TSO support in HW, how much
Shirley> benefit we can get by pushing GSO from interface layer to
Shirley> device layer besides we can do multiple packets in IPoIB.
The entire benefit comes from having multiple packets to queue in one
call to the xmit method.
- R.