Re: [dpdk-dev] [PATCH] test/eventdev: add multi port test to suite

2018-05-21 Thread Varghese, Vipin
Thanks, send v3 with the suggested changes. From: Rao, Nikhil Sent: Monday, May 21, 2018 5:09 PM To: Varghese, Vipin ; dev@dpdk.org; Jain, Deepak K Cc: Rao, Nikhil Subject: Re: [PATCH] test/eventdev: add multi port test to suite Hi Vipin, Thanks for posting V2. On 5/21/2018 4:30 PM, Varghes

Re: [dpdk-dev] [PATCH] test/eventdev: add multi port test to suite

2018-05-21 Thread Rao, Nikhil
Hi Vipin, Thanks for posting V2. On 5/21/2018 4:30 PM, Varghese, Vipin wrote: Hi Nikhil, Thanks for the inputs, I have shared the V2 with suggested changes. As for** +    adapter_free(); Is it necessary to call adapter_free() above ? With the changes suggested above Acked-by:

Re: [dpdk-dev] [PATCH] test/eventdev: add multi port test to suite

2018-05-21 Thread Varghese, Vipin
Hi Nikhil, Thanks for the inputs, I have shared the V2 with suggested changes. As for +adapter_free(); Is it necessary to call adapter_free() above ? With the changes suggested above Acked-by: Nikhil Rao Yes it not required by current test sequence.

Re: [dpdk-dev] [PATCH] test/eventdev: add multi port test to suite

2018-05-17 Thread Rao, Nikhil
Hi Vipin, Thanks for the patch, looks good overall, a few comments below On 5/17/2018 3:47 PM, Vipin Varghese wrote: Add a new test to enhance the test suite, to allow multiple eth ports rx queue to be added to rx bridge adapter. Update the test to allow rx queues from multiple ports to be add

[dpdk-dev] [PATCH] test/eventdev: add multi port test to suite

2018-05-17 Thread Vipin Varghese
Add a new test to enhance the test suite, to allow multiple eth ports rx queue to be added to rx bridge adapter. Update the test function to reflect change of port index from 8 to 16 bit Signed-off-by: Vipin Varghese --- test/test/test_event_eth_rx_adapter.c | 87