From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 8884D4C70; Sun, 25 Mar 2018 08:22:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Mar 2018 23:22:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,358,1517904000"; d="scan'208";a="214600898" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 24 Mar 2018 23:22:16 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 24 Mar 2018 23:22:16 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 24 Mar 2018 23:22:16 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.235]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.226]) with mapi id 14.03.0319.002; Sun, 25 Mar 2018 14:22:14 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "Xing, Beilei" , "Zhang, Qi Z" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] net/i40e: fix issue during customized info update Thread-Index: AQHTn+9PTh9FJfdotUGyf/2mLlREs6OYscYggEgRerA= Date: Sun, 25 Mar 2018 06:22:14 +0000 Message-ID: References: <1517298807-8148-1-git-send-email-beilei.xing@intel.com> <1517992859-49746-1-git-send-email-beilei.xing@intel.com> <9BB6961774997848B5B42BEC655768F810F6F809@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <9BB6961774997848B5B42BEC655768F810F6F809@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 v2] net/i40e: fix issue during customized info update 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: Sun, 25 Mar 2018 06:22:20 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wu, Jingjing > Sent: Wednesday, February 7, 2018 5:50 PM > To: Xing, Beilei; Zhang, Qi Z > Cc: dev@dpdk.org; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix issue during customized = info > update >=20 >=20 >=20 > > -----Original Message----- > > From: Xing, Beilei > > Sent: Wednesday, February 7, 2018 4:41 PM > > To: Zhang, Qi Z ; Wu, Jingjing > > > > Cc: dev@dpdk.org; stable@dpdk.org > > Subject: [PATCH v2] net/i40e: fix issue during customized info update > > > > Customized info is updated without checking package operation - ADD or > > DEL, it only covers ADD operation currently. This patch adds process > > for DEL operation. > > > > Fixes: e163c18a15b0 ("net/i40e: update ptype and pctype info") > > Cc: stable@dpdk.org > > > > Signed-off-by: Beilei Xing > Acked-by: Jingjing Wu Applied to dpdk-next-net-intel, thanks! /Helin