Re: [dpdk-dev] [PATCH v4 0/2] net/virtio: add vhost-user protocol features support

2020-07-08 Thread Ferruh Yigit
On 7/3/2020 4:57 PM, Adrian Moreno wrote: > This series adds Vhost-user protocol features support > to Virtio-user PMD's Vhost-user backend. > > The first patch introduces protocol features > negotiation, and the second one reply-ack feature. > > --- > Changes since v3: > - [Chenbo] Do not proces

[dpdk-dev] [PATCH v4 0/2] net/virtio: add vhost-user protocol features support

2020-07-03 Thread Adrian Moreno
This series adds Vhost-user protocol features support to Virtio-user PMD's Vhost-user backend. The first patch introduces protocol features negotiation, and the second one reply-ack feature. --- Changes since v3: - [Chenbo] Do not process MQ if VHOST_USER_F_PROTOCOL_FEATURES is unsupported Cha