]> git.proxmox.com Git - mirror_ovs.git/commit
netdev-dpdk: replace uint8_t with dpdk_port_t
authorMark Kavanagh <mark.b.kavanagh@intel.com>
Fri, 20 Oct 2017 12:37:00 +0000 (13:37 +0100)
committerIan Stokes <ian.stokes@intel.com>
Thu, 16 Nov 2017 16:24:11 +0000 (16:24 +0000)
commit7ee94cbac874910174bd5e160482a5aaeb64f4e5
treeb3bd09ec597396c1b985e9b2f740c1569b40b333
parent1ae83bb20677b42d63dbb2140fa8ed3144c6260f
netdev-dpdk: replace uint8_t with dpdk_port_t

netdev_dpdk_detach() declares a 'port_id' variable, of type uint8_t.
This variable should instead be of type dpdk_port_t.

Fixes: bb37956ac ("netdev-dpdk: Use uint8_t for port_id.")
CC: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Mark Kavanagh <mark.b.kavanagh@intel.com>
Acked-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
lib/netdev-dpdk.c