net/pcap: fix the NUMA id display in logs
authorVipin Varghese <vipin.varghese@intel.com>
Fri, 22 Dec 2017 04:38:20 +0000 (10:08 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jan 2018 17:47:49 +0000 (18:47 +0100)
commitc5097d53613779c156b548ee4097b59c3c8e611d
tree5e676ee2556775188c331678070daae54a3ec89d
parent721c66259412b9266763a1c21ba4595b674cbea3
net/pcap: fix the NUMA id display in logs

On single NUMA device the log information shows as boundary value
instead of -1. The change brings in unsigned to signed.

Fixes: 4c173302c307 ("pcap: add new driver")

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/pcap/rte_eth_pcap.c