From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH 0/2] reduce writes in i40e driver Date: Mon, 3 Apr 2017 15:39:42 +0100 Message-ID: <20170403143944.17719-1-bruce.richardson@intel.com> Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, jianbo.liu@linaro.org, Bruce Richardson To: helin.zhang@intel.com, jingjing.wu@intel.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2E8E12BBE for ; Mon, 3 Apr 2017 16:40:11 +0200 (CEST) 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 set is based upon Olivier's mbuf rework patchset, and makes some improvement to the i40e driver taking account of the rework. It also removes a build-time option that seems unnecessary. Bruce Richardson (2): net/i40e: eliminate mbuf write on rearm net/i40e: remove option to disable offload flags config/common_base | 1 - doc/guides/nics/i40e.rst | 5 ---- drivers/net/i40e/i40e_rxtx_vec_common.h | 8 ------ drivers/net/i40e/i40e_rxtx_vec_neon.c | 11 -------- drivers/net/i40e/i40e_rxtx_vec_sse.c | 50 ++++++++++++++++----------------- 5 files changed, 24 insertions(+), 51 deletions(-) -- 2.9.3