Re: [dpdk-dev] Eventdev DSW and eth_rx_adapters

2018-12-19 Thread Mattias Rönnblom
On 2018-12-19 19:37, Venky Venkatesh wrote: On 12/18/18, 10:53 PM, "Mattias Rönnblom" wrote: On 2018-12-18 02:46, Venky Venkatesh wrote: > Hi, > I am relatively new to DPDK and am trying to use the eventdev library. > The sw_evdev runs on a single core (service core). An

Re: [dpdk-dev] Eventdev DSW and eth_rx_adapters

2018-12-19 Thread Venky Venkatesh
On 12/18/18, 10:53 PM, "Mattias Rönnblom" wrote: On 2018-12-18 02:46, Venky Venkatesh wrote: > Hi, > I am relatively new to DPDK and am trying to use the eventdev library. > The sw_evdev runs on a single core (service core). And then there is rte_event_eth_rx_adapter_ which l

Re: [dpdk-dev] Eventdev DSW and eth_rx_adapters

2018-12-18 Thread Mattias Rönnblom
On 2018-12-18 02:46, Venky Venkatesh wrote: Hi, I am relatively new to DPDK and am trying to use the eventdev library. The sw_evdev runs on a single core (service core). And then there is rte_event_eth_rx_adapter_ which links the sw_evdev to the ethdev. This adapter is also service core based.