From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id C4DC21B431; Thu, 4 Oct 2018 18:05:03 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2018 09:05:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,340,1534834800"; d="scan'208";a="262865562" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.49]) ([10.237.221.49]) by orsmga005.jf.intel.com with ESMTP; 04 Oct 2018 09:05:01 -0700 To: "Hu, Jiayu" , Jerin Jacob , Olivier Matz Cc: "dev@dpdk.org" , "stable@dpdk.org" References: <20180913134707.23698-1-jerin.jacob@caviumnetworks.com> <20181002105142.24333-1-jerin.jacob@caviumnetworks.com> <20181002105142.24333-2-jerin.jacob@caviumnetworks.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <84a69397-0687-a68e-e18a-e9e4df99fb62@intel.com> Date: Thu, 4 Oct 2018 17:05:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 2/2] mbuf: fix Tx offload mask 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, 04 Oct 2018 16:05:04 -0000 On 10/4/2018 3:31 AM, Hu, Jiayu wrote: > > >> -----Original Message----- >> From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] >> Sent: Tuesday, October 2, 2018 6:52 PM >> To: Olivier Matz >> Cc: dev@dpdk.org; Jerin Jacob ; >> stable@dpdk.org; Hu, Jiayu >> Subject: [dpdk-dev] [PATCH v2 2/2] mbuf: fix Tx offload mask >> >> Fixes missing PKT_TX_UDP_SEG, >> PKT_TX_OUTER_IPV6,PKT_TX_OUTER_IPV4, >> PKT_TX_IPV6 and PKT_TX_IPV4 values in PKT_TX_OFFLOAD_MASK. >> >> Also sort them in bit wise order to recognize missing items later. >> >> Fixes: 6d18505efaa6 ("vhost: support UDP Fragmentation Offload") >> Fixes: 1c3b7c33e977 ("mbuf: add Tx offloading flags for tunnels") >> Fixes: 711ba9e23e68 ("mbuf: remove aliasing of Tx offloading flags with Rx >> ones") >> Cc: stable@dpdk.org >> Cc: jiayu.hu@intel.com >> >> Signed-off-by: Jerin Jacob > > Acked-by: Jiayu Hu Series applied to dpdk-next-net/master, thanks.