From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5D5893B5 for ; Mon, 2 Mar 2015 07:49:59 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 01 Mar 2015 22:48:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,674,1418112000"; d="scan'208";a="659052682" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 01 Mar 2015 22:49:57 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t226noXv025023; Mon, 2 Mar 2015 14:49:50 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t226nlpe013134; Mon, 2 Mar 2015 14:49:49 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t226nlkJ013130; Mon, 2 Mar 2015 14:49:47 +0800 From: Helin Zhang To: dev@dpdk.org Date: Mon, 2 Mar 2015 14:49:47 +0800 Message-Id: <1425278987-13100-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PULL REQUEST] i40e: support of TSO X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Mar 2015 06:49:59 -0000 The following changes since commit ffc468ff3cfe768b0132f851cef6382cd16a3c68: app/testpmd: fix crash when portmask is specified (2015-02-28 00:24:32 +0100) are available in the git repository at: helin@dpdk.org:dpdk-i40e-next.git master for you to fetch changes up to f8d745171cbddbf3b18ede72c81e5b8b356b5c54: i40e: advertise TSO capability (2015-03-02 01:36:30 -0500) ---------------------------------------------------------------- Jijiang Liu (3): i40e: move Tx offloads parameters of i40e to separate structure i40e: enable TSO support i40e: advertise TSO capability 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(-)