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 E85E45F2C; Wed, 28 Mar 2018 08:24:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2018 23:24:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,370,1517904000"; d="scan'208";a="37474675" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 27 Mar 2018 23:24:56 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 27 Mar 2018 23:24:55 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 27 Mar 2018 23:24:55 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.235]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.166]) with mapi id 14.03.0319.002; Wed, 28 Mar 2018 14:24:53 +0800 From: "Zhang, Qi Z" To: "Rybalchenko, Kirill" , "dev@dpdk.org" CC: "stable@dpdk.org" , "Chilikin, Andrey" , "Xing, Beilei" , "Zhang, Helin" Thread-Topic: [PATCH] net/i40e: fix support DDP packages group 0xff Thread-Index: AQHTrAc8FHyTIj3zV0O2VRSX4wsmPaPlYr+Q Date: Wed, 28 Mar 2018 06:24:53 +0000 Message-ID: <039ED4275CED7440929022BC67E70611531754CF@SHSMSX103.ccr.corp.intel.com> References: <1519322499-51506-1-git-send-email-kirill.rybalchenko@intel.com> In-Reply-To: <1519322499-51506-1-git-send-email-kirill.rybalchenko@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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: Wed, 28 Mar 2018 06:24:58 -0000 > -----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 >=20 > Group ID 0xFF indicates that packages does not change parser graph so > compatible with any other packages. >=20 > Fixes: b1ec717bfff5 ("net/i40e: fix multiple DDP packages conflict") >=20 > Signed-off-by: Kirill Rybalchenko Acked-by: Qi Zhang