From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 2F0F92BCD; Thu, 29 Mar 2018 07:49:17 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2018 22:49:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,375,1517904000"; d="scan'208";a="28996042" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 28 Mar 2018 22:49:16 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 28 Mar 2018 22:49:16 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 28 Mar 2018 22:49:16 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.235]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.129]) with mapi id 14.03.0319.002; Thu, 29 Mar 2018 13:49:13 +0800 From: "Zhang, Helin" To: "Zhang, Qi Z" , "Rybalchenko, Kirill" , "dev@dpdk.org" CC: "stable@dpdk.org" , "Chilikin, Andrey" , "Xing, Beilei" Thread-Topic: [PATCH] net/i40e: fix support DDP packages group 0xff Thread-Index: AQHTrAc8FHyTIj3zV0O2VRSX4wsmPaPlYr+QgAGIcFA= Date: Thu, 29 Mar 2018 05:49:13 +0000 Message-ID: References: <1519322499-51506-1-git-send-email-kirill.rybalchenko@intel.com> <039ED4275CED7440929022BC67E70611531754CF@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E70611531754CF@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix support DDP packages group 0xff 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, 29 Mar 2018 05:49:18 -0000 > -----Original Message----- > From: Zhang, Qi Z > Sent: Wednesday, March 28, 2018 2:25 PM > To: Rybalchenko, Kirill; dev@dpdk.org > Cc: stable@dpdk.org; Chilikin, Andrey; Xing, Beilei; Zhang, Helin > Subject: RE: [PATCH] net/i40e: fix support DDP packages group 0xff >=20 >=20 >=20 > > -----Original Message----- > > From: Rybalchenko, Kirill > > Sent: Friday, February 23, 2018 2:02 AM > > To: dev@dpdk.org > > Cc: stable@dpdk.org; Rybalchenko, Kirill > > ; Chilikin, Andrey > > ; Xing, Beilei ; > > Zhang, Qi Z ; Zhang, Helin > > > > Subject: [PATCH] net/i40e: fix support DDP packages group 0xff > > > > Group ID 0xFF indicates that packages does not change parser graph so > > compatible with any other packages. > > > > Fixes: b1ec717bfff5 ("net/i40e: fix multiple DDP packages conflict") > > > > Signed-off-by: Kirill Rybalchenko >=20 > Acked-by: Qi Zhang Applied to dpdk-next-net-intel, thanks! /Helin