Re: [dpdk-dev] [PATCH v3] net/enic: add support for TSO

2017-01-10 Thread Ferruh Yigit
On 1/9/2017 11:04 PM, John Daley wrote: > The enic TSO implementation requires that the length of the Eth/IP/TCP > headers be passed to the NIC. Other than that, it's just a matter of > setting the mss and offload mode on a per packet basis. > > In TSO mode, IP and TCP checksums are offloaded even

[dpdk-dev] [PATCH v3] net/enic: add support for TSO

2017-01-09 Thread John Daley
The enic TSO implementation requires that the length of the Eth/IP/TCP headers be passed to the NIC. Other than that, it's just a matter of setting the mss and offload mode on a per packet basis. In TSO mode, IP and TCP checksums are offloaded even if not requested with mb->ol_flags. Signed-off-b