From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yanglong Wu Subject: [PATCH v4 0/2] convert to new Rx/Tx offloads API Date: Fri, 30 Mar 2018 16:22:10 +0800 Message-ID: <20180330082212.9578-1-yanglong.wu@intel.com> References: <20180330053957.160367-1-yanglong.wu@intel.com> Cc: qi.z.zhang@intel.com, wei.dai@intel.com, beilei.xing@intel.com, Yanglong Wu To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 6AD02322C for ; Fri, 30 Mar 2018 10:26:24 +0200 (CEST) In-Reply-To: <20180330053957.160367-1-yanglong.wu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch support new offloads API in i40e PF and VF. Yanglong Wu (2): net/i40e: convert to new Rx offloads API net/i40e: convert to new Tx offloads API drivers/net/i40e/i40e_ethdev.c | 28 +++++++++++++------ drivers/net/i40e/i40e_ethdev_vf.c | 22 +++++++++------ drivers/net/i40e/i40e_flow.c | 3 ++- drivers/net/i40e/i40e_rxtx.c | 57 ++++++++++++++++++++++++++++++++++++--- drivers/net/i40e/i40e_rxtx.h | 2 ++ 5 files changed, 92 insertions(+), 20 deletions(-) -- 2.11.0