From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 599CA1B299 for ; Tue, 23 Jan 2018 18:44:10 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jan 2018 09:44:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,402,1511856000"; d="scan'208";a="28853628" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga002.jf.intel.com with ESMTP; 23 Jan 2018 09:43:53 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 23 Jan 2018 17:43:48 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.138]) by IRSMSX156.ger.corp.intel.com ([169.254.3.33]) with mapi id 14.03.0319.002; Tue, 23 Jan 2018 17:43:48 +0000 From: "Mcnamara, John" To: "Nicolau, Radu" , "dev@dpdk.org" CC: "Kovacevic, Marko" , "Doherty, Declan" , "Yigit, Ferruh" Thread-Topic: [PATCH] net/bonding: check dequeue result before proceeding Thread-Index: AQHTk6D0b/NYUUUeKk+9NQY+SyCCZqOBu/aA Date: Tue, 23 Jan 2018 17:43:48 +0000 Message-ID: References: <1516639436-15040-1-git-send-email-radu.nicolau@intel.com> In-Reply-To: <1516639436-15040-1-git-send-email-radu.nicolau@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWY2NmUxNTctODE5My00MjczLWIzNzgtYTM1NzIxY2Y3ZmI2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjBia1hWWVJGUnNLY2xYeEFLSktmSWhDUnJnNmI3cUZ0czgrM3VrbXd5U3c9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/bonding: check dequeue result before proceeding 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, 23 Jan 2018 17:44:10 -0000 > -----Original Message----- > From: Nicolau, Radu > Sent: Monday, January 22, 2018 4:44 PM > To: dev@dpdk.org > Cc: Kovacevic, Marko ; Mcnamara, John > ; Doherty, Declan ; > Yigit, Ferruh ; Nicolau, Radu > > Subject: [PATCH] net/bonding: check dequeue result before proceeding >=20 > Fixes Coverity issue 257015 >=20 Hi Radu, You should also include the fixes line in the commit message and CC stable@= dpdk.org as well: Fixes: 09150784a776 ("net/bonding: burst mode hash calculation") Coverity issue: 257015 Cc: stable@dpdk.org John