From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Ananyev Subject: [PATCH v2 0/2] reduce writes to mbuf in ixgbe vRX Date: Mon, 10 Apr 2017 16:59:40 +0100 Message-ID: <1491839982-30710-1-git-send-email-konstantin.ananyev@intel.com> References: <1491301790-22457-2-git-send-email-konstantin.ananyev@intel.com> Cc: jerin.jacob@caviumnetworks.com, jianbo.liu@linaro.org, Konstantin Ananyev To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 892A229C7 for ; Mon, 10 Apr 2017 18:00:06 +0200 (CEST) In-Reply-To: <1491301790-22457-2-git-send-email-konstantin.ananyev@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" Based on Olivier's mbuf rework patchset, and makes some improvement to the ixgbe driver taking account of the rework. It also removes a build-time option that seems unnecessary. changes in v2: Fix build error for "default" cpu. Fix build error when CONFIG_RTE_IXGBE_RX_OLFLAGS_ENABLE=n Konstantin Ananyev (2): net/ixgbe: eliminate mbuf write on rearm net/ixgbe: remove option to disable offload flags config/common_base | 1 - doc/guides/nics/ixgbe.rst | 18 -------- drivers/net/ixgbe/ixgbe_rxtx_vec_common.h | 7 --- drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c | 11 ----- drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 73 +++++++++++++++++-------------- 5 files changed, 39 insertions(+), 71 deletions(-) -- 2.5.0