From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhang, Qi Z" Subject: Re: [PATCH 1/2] net/i40e: fix negative check on unsigned queue pairs Date: Thu, 7 Mar 2019 13:42:57 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153349118@SHSMSX103.ccr.corp.intel.com> References: <20190305163039.16790-1-ktraynor@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , "stable@dpdk.org" , "Yan, Zhirun" To: Kevin Traynor Return-path: In-Reply-To: <20190305163039.16790-1-ktraynor@redhat.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----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