Re: [dpdk-dev] [PATCH 1/2] net/i40e: fix negative check on unsigned queue pairs

2019-03-07 Thread Zhang, Qi Z
> -Original Message- > From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Wednesday, March 6, 2019 12:31 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Kevin Traynor ; sta...@dpdk.org; > Yan, Zhirun > Subject: [PATCH 1/2] net/i40e: fix negative check on unsigned queue pairs > > Fix th

[dpdk-dev] [PATCH 1/2] net/i40e: fix negative check on unsigned queue pairs

2019-03-05 Thread Kevin Traynor
Fix the check and associated log. Also, fix a typo in other log. Fixes: 03d478e9609d ("net/i40e: support PF respond VF request more queues") Cc: sta...@dpdk.org Cc: zhirun@intel.com Signed-off-by: Kevin Traynor --- drivers/net/i40e/i40e_pf.c | 10 -- 1 file changed, 4 insertions(+),