From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9E5D51023 for ; Thu, 26 Jan 2017 15:19:38 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP; 26 Jan 2017 06:19:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,289,1477983600"; d="scan'208";a="57500469" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga005.jf.intel.com with ESMTP; 26 Jan 2017 06:19:36 -0800 To: Jingjing Wu , dev@dpdk.org References: <1485258650-86193-1-git-send-email-jingjing.wu@intel.com> Cc: helin.zhang@intel.com, tomaszx.kulasek@intel.com, Olivier MATZ From: Ferruh Yigit Message-ID: <84f07c3c-4c30-d62a-d7b6-8e9c93222656@intel.com> Date: Thu, 26 Jan 2017 14:19:35 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1485258650-86193-1-git-send-email-jingjing.wu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] mbuf: fix bitmask of Tx offload flags 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: Thu, 26 Jan 2017 14:19:39 -0000 On 1/24/2017 11:50 AM, Jingjing Wu wrote: > Some Tx offload flags are missed in bitmask of all supported packet > Tx offload features flags. > This patch fixes it. > > Fixes: 4fb7e803eb1a ("ethdev: add Tx preparation") > Signed-off-by: Jingjing Wu Cc: Olivier MATZ <...>