eventdev: make ethdev port identifiers 16-bit
authorNikhil Rao <nikhil.rao@intel.com>
Wed, 9 May 2018 20:52:40 +0000 (02:22 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 10 May 2018 16:04:31 +0000 (18:04 +0200)
commitc2189c907dd191b909ce1f18487d46410782e370
tree2f992d1496526686386917ae77d59f000ada968c
parent7b51fc96d114ad26829713f797ba8b2d940f652c
eventdev: make ethdev port identifiers 16-bit

Ethernet port ID data size has been extended to 16 bits size 17.11
Update the Rx event adapter interface and implementation accordingly.

This commit bumps the library version to refect the ABI change
caused by extending the ethernet port parameter in Rx adapter
functions from 8 to 16 bits.

Fixes: 9c38b704d280 ("eventdev: add eth Rx adapter implementation")
Cc: stable@dpdk.org
Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
doc/guides/rel_notes/release_18_05.rst
lib/librte_eventdev/Makefile
lib/librte_eventdev/meson.build
lib/librte_eventdev/rte_event_eth_rx_adapter.c
lib/librte_eventdev/rte_event_eth_rx_adapter.h