From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 10 Apr 2017 09:17:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,182,1488873600"; d="scan'208";a="87330162" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 10 Apr 2017 09:17:32 -0700 To: Konstantin Ananyev , dev@dpdk.org Cc: jerin.jacob@caviumnetworks.com, jianbo.liu@linaro.org References: <1491301790-22457-2-git-send-email-konstantin.ananyev@intel.com> <1491839982-30710-1-git-send-email-konstantin.ananyev@intel.com> From: Ferruh Yigit Message-ID: Date: Mon, 10 Apr 2017 17:17:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <1491839982-30710-1-git-send-email-konstantin.ananyev@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/2] reduce writes to mbuf in ixgbe vRX X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2017 16:17:37 -0000 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.