> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jijiang Liu > Sent: Friday, January 16, 2015 2:31 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 0/2] support TSO on i40e > > This patch set enables i40e TSO feature for both non-tunneling packet and UDP > tunneling packet. > > Jijiang Liu (2): > support i40e TSO > csum fwd engine testpmd change > > app/test-pmd/csumonly.c | 7 +- > lib/librte_pmd_i40e/i40e_ethdev.c | 3 +- > lib/librte_pmd_i40e/i40e_rxtx.c | 111 +++++++++++++++++++++++++++--------- > lib/librte_pmd_i40e/i40e_rxtx.h | 13 ++++ > 4 files changed, 102 insertions(+), 32 deletions(-) >
Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com> > -- > 1.7.7.6