From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 3F7851B790; Wed, 7 Feb 2018 10:49:36 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2018 01:49:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,473,1511856000"; d="scan'208";a="28073613" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga004.fm.intel.com with ESMTP; 07 Feb 2018 01:49:35 -0800 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Feb 2018 01:49:35 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Feb 2018 01:49:34 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.125]) with mapi id 14.03.0319.002; Wed, 7 Feb 2018 17:49:32 +0800 From: "Wu, Jingjing" To: "Xing, Beilei" , "Zhang, Qi Z" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v2] net/i40e: fix issue during customized info update Thread-Index: AQHTn+9PTh9FJfdotUGyf/2mLlREs6OYscYg Date: Wed, 7 Feb 2018 09:49:31 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810F6F809@SHSMSX103.ccr.corp.intel.com> References: <1517298807-8148-1-git-send-email-beilei.xing@intel.com> <1517992859-49746-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1517992859-49746-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGU2YTcxMGMtN2ZlMy00ZDU4LTk4ODItOTEzODNlMGRmZTNiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjllVFpRc1BFXC9Rc1wvcHFXUlhJNkhUaUZXMHk4bWR5d3ZQU2NpWkZnVU5Xcz0ifQ== x-ctpclassification: CTP_NT 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 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: Wed, 07 Feb 2018 09:49:38 -0000 > -----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 >=20 > Customized info is updated without checking package > operation - ADD or DEL, it only covers ADD operation > currently. This patch adds process for DEL operation. >=20 > Fixes: e163c18a15b0 ("net/i40e: update ptype and pctype info") > Cc: stable@dpdk.org >=20 > Signed-off-by: Beilei Xing Acked-by: Jingjing Wu