net/i40e: fix negative check on unsigned queue pairs
authorKevin Traynor <ktraynor@redhat.com>
Tue, 5 Mar 2019 16:30:38 +0000 (16:30 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 8 Mar 2019 16:52:22 +0000 (17:52 +0100)
commit82a9eab70d80741177fb934d37e6b28d7e22d1e1
tree6f725c6564ad176f7488f95bd5600cb5e4d4ffd4
parentce66e351404f167db9bf47d6a70bd83e101126c9
net/i40e: fix negative check on unsigned queue pairs

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: stable@dpdk.org
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/i40e/i40e_pf.c