Re: [dpdk-dev] [PATCH 0/3] Some fixes on virtio-user/vhost

2018-02-13 Thread Thomas Monjalon
13/02/2018 14:32, Maxime Coquelin: > > On 02/12/2018 04:20 AM, Jianfeng Tan wrote: > > Patch 1: a trivial fix on reword a log message. > > Patch 2: fix the rxq interrupt mode when virtio-user is used > > with vhost kernel. > > Patch 3: a trivial fix on LSC fd init when virtio-user is use

Re: [dpdk-dev] [PATCH 0/3] Some fixes on virtio-user/vhost

2018-02-13 Thread Maxime Coquelin
On 02/12/2018 04:20 AM, Jianfeng Tan wrote: Patch 1: a trivial fix on reword a log message. Patch 2: fix the rxq interrupt mode when virtio-user is used with vhost kernel. Patch 3: a trivial fix on LSC fd init when virtio-user is used with vhost kernel. Jianfeng Tan (3):

[dpdk-dev] [PATCH 0/3] Some fixes on virtio-user/vhost

2018-02-11 Thread Jianfeng Tan
Patch 1: a trivial fix on reword a log message. Patch 2: fix the rxq interrupt mode when virtio-user is used with vhost kernel. Patch 3: a trivial fix on LSC fd init when virtio-user is used with vhost kernel. Jianfeng Tan (3): net/vhost: fix incorrect log info net/virtio-use