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 2D5C15B1E; Thu, 7 Mar 2019 14:43:01 +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 orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2019 05:43:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,451,1544515200"; d="scan'208";a="150157264" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 07 Mar 2019 05:43:00 -0800 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 7 Mar 2019 05:43:00 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 7 Mar 2019 05:43:00 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.134]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.158]) with mapi id 14.03.0415.000; Thu, 7 Mar 2019 21:42:58 +0800 From: "Zhang, Qi Z" To: Kevin Traynor CC: "dev@dpdk.org" , "stable@dpdk.org" , "Yan, Zhirun" Thread-Topic: [PATCH 1/2] net/i40e: fix negative check on unsigned queue pairs Thread-Index: AQHU03DjJsnOnYeE0USRMJWo+nnbUKYAMFJQ Date: Thu, 7 Mar 2019 13:42:57 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153349118@SHSMSX103.ccr.corp.intel.com> References: <20190305163039.16790-1-ktraynor@redhat.com> In-Reply-To: <20190305163039.16790-1-ktraynor@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzFjOGM5YzgtYzkxMC00ODUwLTgwMzktMzRhYTZiM2YyMTFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVlpcL0lxbmRaWmd6cHg3T2JLdmdMQzFEOHZNVndNRVpSNVBjdGUwQitacW1zUmJweVlKbmc3WGxtc21pbHU4eXMifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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 1/2] net/i40e: fix negative check on unsigned queue pairs 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: Thu, 07 Mar 2019 13:43:02 -0000 > -----Original Message----- > From: Kevin Traynor [mailto:ktraynor@redhat.com] > Sent: Wednesday, March 6, 2019 12:31 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Kevin Traynor ; stable@dpdk.org; > Yan, Zhirun > Subject: [PATCH 1/2] net/i40e: fix negative check on unsigned queue pairs >=20 > Fix the check and associated log. Also, fix a typo in other log. >=20 > Fixes: 03d478e9609d ("net/i40e: support PF respond VF request more queues= ") > Cc: stable@dpdk.org >=20 > Cc: zhirun.yan@intel.com > Signed-off-by: Kevin Traynor Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi