Re: [dpdk-dev] [PATCH v6 1/2] vhost: add support for interrupt mode

2018-04-13 Thread Chen, Junjie J
Hi > Please next time run checkpatch before posting, I had to fix below errors when Thanks, I ran for v1-v5 and too confident for the last minor change. > applying. > > Thanks, > Maxime > > ### [dpdk-dev,v6,1/2] vhost: add support for interrupt mode > > CHECK:BRACES: braces {} should be used o

Re: [dpdk-dev] [PATCH v6 1/2] vhost: add support for interrupt mode

2018-04-13 Thread Maxime Coquelin
On 04/12/2018 06:28 PM, Junjie Chen wrote: In some cases we want vhost dequeue work in interrupt mode to release cpus to others when no data to transmit. So we install interrupt handler of vhost device and interrupt vectors for each rx queue when creating new backend according to vhost intrerup

Re: [dpdk-dev] [PATCH v6 1/2] vhost: add support for interrupt mode

2018-04-12 Thread Tan, Jianfeng
On 4/13/2018 12:28 AM, Junjie Chen wrote: In some cases we want vhost dequeue work in interrupt mode to release cpus to others when no data to transmit. So we install interrupt handler of vhost device and interrupt vectors for each rx queue when creating new backend according to vhost intrerupt

[dpdk-dev] [PATCH v6 1/2] vhost: add support for interrupt mode

2018-04-12 Thread Junjie Chen
In some cases we want vhost dequeue work in interrupt mode to release cpus to others when no data to transmit. So we install interrupt handler of vhost device and interrupt vectors for each rx queue when creating new backend according to vhost intrerupt configuration. Thus, applications could regis