From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EE73D2BBE for ; Mon, 10 Apr 2017 15:13:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491829994; x=1523365994; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=nRs7cLRFD6UGoBPgpN2vVQ1kuLqwl0+jN2oI85fCEvU=; b=QAyqQ+iFIqwdVx9NDGhN6keIcb9d26kekToyF+w8rp7EIXxcClw6+BKC HRAKyll9ZPV5g8HeOdlThWQ+QfNcsA==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2017 06:13:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,182,1488873600"; d="scan'208";a="87255300" 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 06:13:11 -0700 To: Bruce Richardson , helin.zhang@intel.com Cc: dev@dpdk.org References: <20170403143944.17719-1-bruce.richardson@intel.com> <20170406113217.28236-1-bruce.richardson@intel.com> From: Ferruh Yigit Message-ID: <4828c3d8-6fc7-16ab-f51d-534446d45282@intel.com> Date: Mon, 10 Apr 2017 14:13:10 +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: <20170406113217.28236-1-bruce.richardson@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 in i40e driver 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 13:13:14 -0000 On 4/6/2017 12:32 PM, Bruce Richardson wrote: > 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. > > V2: Eliminate one checkpatch warning, and remove #ifdef block from > new altivec driver code. > > Bruce Richardson (2): > net/i40e: eliminate mbuf write on rearm > net/i40e: remove option to disable offload flags Acked-by: Jianbo Liu Series applied to dpdk-next-net/master, thanks.