From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jijiang Liu Subject: [PATCH v2 0/2] support TSO on i40e Date: Fri, 13 Feb 2015 09:48:04 +0800 Message-ID: <1423792086-2156-1-git-send-email-jijiang.liu@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" This patch set enables i40e TSO feature for both non-tunneling packet and tunneling packet. Change logs: v2 change: rework based on Olivier's patch set [PATCH v2 00/20] enhance tx checksum offload API http://dpdk.org/ml/archives/dev/2015-February/012375.html Jijiang Liu (2): advertise TSO capability in the i40e PMD enable i40e TSO feature lib/librte_pmd_i40e/i40e_ethdev.c | 3 +- lib/librte_pmd_i40e/i40e_rxtx.c | 99 +++++++++++++++++++++++++++---------- lib/librte_pmd_i40e/i40e_rxtx.h | 13 +++++ 3 files changed, 87 insertions(+), 28 deletions(-) -- 1.7.7.6