Re: [dpdk-dev] [PATCH v4 00/44] net/virtio: Virtio PMD rework

2021-02-01 Thread Maxime Coquelin
On 2/1/21 2:42 PM, Ilya Maximets wrote: > On 2/1/21 2:16 PM, Maxime Coquelin wrote: >> Hi Ilya, >> >> On 2/1/21 2:03 PM, Ilya Maximets wrote: >>> CC: ovs-dev >>> >>> On 2/1/21 2:00 PM, Ilya Maximets wrote: On 1/26/21 11:15 AM, Maxime Coquelin wrote: > > Only functionnal change in th

Re: [dpdk-dev] [PATCH v4 00/44] net/virtio: Virtio PMD rework

2021-02-01 Thread Ilya Maximets
On 2/1/21 2:16 PM, Maxime Coquelin wrote: > Hi Ilya, > > On 2/1/21 2:03 PM, Ilya Maximets wrote: >> CC: ovs-dev >> >> On 2/1/21 2:00 PM, Ilya Maximets wrote: >>> On 1/26/21 11:15 AM, Maxime Coquelin wrote: Only functionnal change in this second part is making the Vhost-user server m

Re: [dpdk-dev] [PATCH v4 00/44] net/virtio: Virtio PMD rework

2021-02-01 Thread Maxime Coquelin
Hi Ilya, On 2/1/21 2:03 PM, Ilya Maximets wrote: > CC: ovs-dev > > On 2/1/21 2:00 PM, Ilya Maximets wrote: >> On 1/26/21 11:15 AM, Maxime Coquelin wrote: >>> >>> Only functionnal change in this second part is making the >>> Vhost-user server mode blocking at init time, as long as >>> a client is

Re: [dpdk-dev] [PATCH v4 00/44] net/virtio: Virtio PMD rework

2021-02-01 Thread Ilya Maximets
CC: ovs-dev On 2/1/21 2:00 PM, Ilya Maximets wrote: > On 1/26/21 11:15 AM, Maxime Coquelin wrote: >> >> Only functionnal change in this second part is making the >> Vhost-user server mode blocking at init time, as long as >> a client is not connected. The goal of this change is to >> make the Vhos

Re: [dpdk-dev] [PATCH v4 00/44] net/virtio: Virtio PMD rework

2021-02-01 Thread Ilya Maximets
On 1/26/21 11:15 AM, Maxime Coquelin wrote: > > Only functionnal change in this second part is making the > Vhost-user server mode blocking at init time, as long as > a client is not connected. The goal of this change is to > make the Vhost-user support much more robust, as without > blocking, the

Re: [dpdk-dev] [PATCH v4 00/44] net/virtio: Virtio PMD rework

2021-02-01 Thread Maxime Coquelin
rg; Xia, Chenbo ; >> olivier.m...@6wind.com; amore...@redhat.com; >> david.march...@redhat.com >> Cc: Maxime Coquelin >> Subject: [dpdk-dev] [PATCH v4 00/44] net/virtio: Virtio PMD rework >> >> This V3 fixes comments from Chenbo on patch 44 and >> implements

Re: [dpdk-dev] [PATCH v4 00/44] net/virtio: Virtio PMD rework

2021-02-01 Thread Wang, Yinan
2021?1?26? 18:16 > To: dev@dpdk.org; Xia, Chenbo ; > olivier.m...@6wind.com; amore...@redhat.com; > david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [dpdk-dev] [PATCH v4 00/44] net/virtio: Virtio PMD rework > > This V3 fixes comments from Chenbo on patch 44 and >

Re: [dpdk-dev] [PATCH v4 00/44] net/virtio: Virtio PMD rework

2021-01-27 Thread Maxime Coquelin
On 1/26/21 11:15 AM, Maxime Coquelin wrote: > This V3 fixes comments from Chenbo on patch 44 and > implements the ABI exception in patch 2. > > This series significantly rework Virtio PMD to improve > the Virtio-user PMD and its backends integration. > > First part of the series removes the de

[dpdk-dev] [PATCH v4 00/44] net/virtio: Virtio PMD rework

2021-01-26 Thread Maxime Coquelin
This V3 fixes comments from Chenbo on patch 44 and implements the ABI exception in patch 2. This series significantly rework Virtio PMD to improve the Virtio-user PMD and its backends integration. First part of the series removes the dependency of Virtio-user ethdev on Virtio PCI, by creating gen