Re: [dpdk-dev] [PATCH v2] test/eventdev: update the port id to 16 bit

2018-05-20 Thread Thomas Monjalon
15/05/2018 20:06, Vipin Varghese: > port id in test case is update to unsigned int 16 bit, to > prevent compilation failure when RTE_MAX_ETHPORTS port is > set more than 255. > > Signed-off-by: Vipin Varghese > Acked-by: Nikhil Rao Fixes: fc8030eb8fe9 ("test/eventdev: add tests for eth Rx adapt

[dpdk-dev] [PATCH v2] test/eventdev: update the port id to 16 bit

2018-05-15 Thread Vipin Varghese
port id in test case is update to unsigned int 16 bit, to prevent compilation failure when RTE_MAX_ETHPORTS port is set more than 255. Signed-off-by: Vipin Varghese Acked-by: Nikhil Rao --- Changes for V2: spell check for commit message - Nikhil Rao --- test/test/test_event_eth_rx_adapter.c |