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

2018-05-15 Thread Varghese, Vipin
Thanks Nikhil, Have made changes and send a v2 for the same. > -Original Message- > From: Rao, Nikhil > Sent: Tuesday, May 15, 2018 3:54 PM > To: Varghese, Vipin ; dev@dpdk.org; Jain, Deepak K > > Cc: Rao, Nikhil > Subject: Re: [PATCH] test/eventdev: update the port id to 16 bit > > On

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

2018-05-15 Thread Rao, Nikhil
On 5/15/2018 9:18 PM, Vipin Varghese wrote: port id in test case is update to unsigned int 16 bit, to prvent compilation faulure when RTE_ETH_MAX port is set more ^^^ ^^^ ^^^ prevent failure RTE_MAX_ETHPORTS than 255. Signed-off-by: Vipin

[dpdk-dev] [PATCH] 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 prvent compilation faulure when RTE_ETH_MAX port is set more than 255. Signed-off-by: Vipin Varghese --- test/test/test_event_eth_rx_adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test/test_event_eth_rx