From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/2] reduce writes to mbuf in ixgbe vRX Date: Fri, 7 Apr 2017 16:13:29 +0100 Message-ID: References: <1488966121-22853-9-git-send-email-olivier.matz@6wind.com> <1491301790-22457-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Konstantin Ananyev , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5266C37B3 for ; Fri, 7 Apr 2017 17:13:31 +0200 (CEST) In-Reply-To: <1491301790-22457-1-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" On 4/4/2017 11:29 AM, Konstantin Ananyev wrote: > Pretty much the same as one from Bruce: > http://dpdk.org/ml/archives/dev/2017-April/062936.html > but now for ixgbe. > 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. > > Depends on: http://dpdk.org/ml/archives/dev/2017-March/059693.html > > 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 | 58 +++++++++++++------------------ > 5 files changed, 24 insertions(+), 71 deletions(-) Series applied to dpdk-next-net/master, thanks.