Re: [dpdk-dev] [PATCH] net/af_xdp: support pinning of IRQs

2019-09-05 Thread Ye Xiaolong
On 09/04, Ciara Loftus wrote: >Network devices using the AF_XDP PMD will trigger interrupts >on reception of packets. The new PMD argument 'queue_irq' >allows the user to specify a core on which to pin interrupts >for a given queue. Multiple queue_irq arguments can be specified. >For example: > >

[dpdk-dev] [PATCH] net/af_xdp: support pinning of IRQs

2019-09-04 Thread Ciara Loftus
Network devices using the AF_XDP PMD will trigger interrupts on reception of packets. The new PMD argument 'queue_irq' allows the user to specify a core on which to pin interrupts for a given queue. Multiple queue_irq arguments can be specified. For example: --vdev=net_af_xdp1,iface=eth0,queue_c