From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 0/2] reduce writes to mbuf in ixgbe vRX Date: Mon, 10 Apr 2017 17:17:32 +0100 Message-ID: References: <1491301790-22457-2-git-send-email-konstantin.ananyev@intel.com> <1491839982-30710-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: jerin.jacob@caviumnetworks.com, jianbo.liu@linaro.org To: Konstantin Ananyev , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id F30FDF94 for ; Mon, 10 Apr 2017 18:17:36 +0200 (CEST) In-Reply-To: <1491839982-30710-1-git-send-email-konstantin.ananyev@intel.com> Content-Language: en-US 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/10/2017 4:59 PM, Konstantin Ananyev wrote: > 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 Series applied to dpdk-next-net/master, thanks.