net/fm10k: fix port id type
authorZhiyong Yang <zhiyong.yang@intel.com>
Fri, 13 Oct 2017 13:16:56 +0000 (21:16 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 13 Oct 2017 19:57:48 +0000 (21:57 +0200)
commit299609434d3b28dd2c7315baaef9377e6ebb3c7e
treea6b8664c49e7bf72ded2317f94fdd30ca9e92a92
parent04b443fb2c439b78436f32e7ab2a3267067a0fbe
net/fm10k: fix port id type

The variable "port" should be defined as uint16_t, fix it here.

Fixes: f8244c6399d9 ("ethdev: increase port id range")

Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
drivers/net/fm10k/fm10k_rxtx.c