Re: [dpdk-dev] [PATCH v2] eventdev/eth_rx_adapter: update the note field

2018-05-22 Thread Thomas Monjalon
21/05/2018 12:29, Vipin Varghese: > rte_event_eth_rx_adapter_create allocates eth_devices for > currently available eth devices. For newly created eth > devices a new instance for rx adapter has to be created. > > Signed-off-by: Vipin Varghese > Acked-by: Nikhil Rao Applied, thanks

[dpdk-dev] [PATCH v2] eventdev/eth_rx_adapter: update the note field

2018-05-21 Thread Vipin Varghese
rte_event_eth_rx_adapter_create allocates eth_devices for currently available eth devices. For newly created eth devices a new instance for rx adapter has to be created. Signed-off-by: Vipin Varghese Acked-by: Nikhil Rao --- Changes in v2: rewording for the second comment - Nikhil Rao --- lib/