From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id D568D1B416 for ; Fri, 2 Nov 2018 12:46:45 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Nov 2018 04:46:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,455,1534834800"; d="scan'208";a="277781629" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga006.fm.intel.com with ESMTP; 02 Nov 2018 04:46:44 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.101]) by IRSMSX153.ger.corp.intel.com ([169.254.9.139]) with mapi id 14.03.0415.000; Fri, 2 Nov 2018 11:46:41 +0000 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH v2] net/softnic: fix mixing enum values Thread-Index: AQHUcREgl0r23b8gW0+hjV6jhsEujKU8YQNQ Date: Fri, 2 Nov 2018 11:46:40 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7F1F7E@IRSMSX108.ger.corp.intel.com> References: <20181031113406.111046-1-jasvinder.singh@intel.com> <20181031115822.26326-1-jasvinder.singh@intel.com> In-Reply-To: <20181031115822.26326-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjIzMGI0MTMtMjJhNC00MDZkLThjNjctMWEzNGQzOWU3ZWMxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiY2tMWXpqWldsMElValhYbENFbGs3VlwvM2lvdkpMSlNqSm1EODM2bW41eVYzamdqRHNNWFhoMlFRR3Z5S3ZDYlgifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/softnic: fix mixing enum values 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: Fri, 02 Nov 2018 11:46:46 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Wednesday, October 31, 2018 11:58 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v2] net/softnic: fix mixing enum values >=20 > Fix mixing enum types enum rte_table_action_policer > and enum rte_mtr_policer_action for dereference of > policer action. >=20 > Coverity issue 323483, 323511 > Fixes: 7e30e444c3e4 ("net/softnic: support flow meter action") > Fixes: 8a917ef88db7 ("net/softnic: update policer actions") >=20 > Signed-off-by: Jasvinder Singh > --- Acked-by: Cristian Dumitrescu Applied to next-pipeline tree, thanks!