[dpdk-dev] [PATCH v2 10/13] mbuf: generic support for TCP segmentation offload

2014-11-17 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Olivier Matz > Sent: Friday, November 14, 2014 5:03 PM > To: dev at dpdk.org > Cc: jigsaw at gmail.com > Subject: [dpdk-dev] [PATCH v2 10/13] mbuf: generic support for TCP > segmentation

[dpdk-dev] [PATCH v2 10/13] mbuf: generic support for TCP segmentation offload

2014-11-14 Thread Olivier Matz
Some of the NICs supported by DPDK have a possibility to accelerate TCP traffic by using segmentation offload. The application prepares a packet with valid TCP header with size up to 64K and deleguates the segmentation to the NIC. Implement the generic part of TCP segmentation offload in rte_mbuf.