From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 6D1FD1B68E; Tue, 6 Feb 2018 16:17:21 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2018 07:17:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,469,1511856000"; d="scan'208";a="201640495" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 06 Feb 2018 07:17:19 -0800 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 6 Feb 2018 07:17:19 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 6 Feb 2018 07:17:19 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.253]) with mapi id 14.03.0319.002; Tue, 6 Feb 2018 23:17:17 +0800 From: "Zhang, Helin" To: "Xing, Beilei" , "Rybalchenko, Kirill" , "dev@dpdk.org" CC: "stable@dpdk.org" , "Chilikin, Andrey" , "Wu, Jingjing" Thread-Topic: [PATCH v3] net/i40e: fix multiple DDP packages should not be allowed Thread-Index: AQHTm1o/BSSF2LI9vEK2jylmquBwn6OWrTiAgADXEwA= Date: Tue, 6 Feb 2018 15:17:16 +0000 Message-ID: References: <1517335797-84501-1-git-send-email-kirill.rybalchenko@intel.com> <1517488985-5264-1-git-send-email-kirill.rybalchenko@intel.com> <94479800C636CB44BD422CB454846E01320CF3D3@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <94479800C636CB44BD422CB454846E01320CF3D3@SHSMSX101.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 v3] net/i40e: fix multiple DDP packages should not be allowed 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: Tue, 06 Feb 2018 15:17:22 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Xing, Beilei > Sent: Tuesday, February 6, 2018 10:27 AM > To: Rybalchenko, Kirill; dev@dpdk.org > Cc: stable@dpdk.org; Chilikin, Andrey; Wu, Jingjing > Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix multiple DDP packages sh= ould > not be allowed >=20 >=20 >=20 > > -----Original Message----- > > From: Rybalchenko, Kirill > > Sent: Thursday, February 1, 2018 8:43 PM > > To: dev@dpdk.org > > Cc: stable@dpdk.org; Rybalchenko, Kirill > > ; Chilikin, Andrey > > ; Xing, Beilei ; Wu, > > Jingjing > > Subject: [PATCH v3] net/i40e: fix multiple DDP packages should not be > > allowed > > > > Should be not possible to load conflicting DDP profiles. > > Only DDP profiles of the same group (not 0) can be loaded together; If > > DDP profile group is 0, it is exclusive, i.e. it cannot be loaded with > > any other DDP profile; If DDP profile groups are different - these > > profiles cannot be loaded together; > > > > Fixes: b319712f53c8 ("net/i40e: extended list of operations for DDP > > processing") > > > > v3: prevent registration of read-only profiles with profile list > > > > Signed-off-by: Kirill Rybalchenko >=20 > Acked-by: Beilei Xing , thanks. Applied to dpdk-next-net-intel, with commit log changes. Thanks! /Helin