Re: [ovs-dev] [PATCH v2 1/1] DPDK: Remove support for vhost-user zero-copy.

2020-10-13 Thread Stokes, Ian
> Hello Ian, > > On Mon, Oct 5, 2020 at 7:11 PM Stokes, Ian wrote: > > Thanks all for the reviews and input, I've made change above and applied > to master. > > When you get the chance, could you rebase the dpdk-latest branch on > the master branch so that this patch is in it? > Thanks! > No

Re: [ovs-dev] [PATCH v2 1/1] DPDK: Remove support for vhost-user zero-copy.

2020-10-12 Thread David Marchand
Hello Ian, On Mon, Oct 5, 2020 at 7:11 PM Stokes, Ian wrote: > Thanks all for the reviews and input, I've made change above and applied to > master. When you get the chance, could you rebase the dpdk-latest branch on the master branch so that this patch is in it? Thanks! -- David Marchand

Re: [ovs-dev] [PATCH v2 1/1] DPDK: Remove support for vhost-user zero-copy.

2020-10-05 Thread Stokes, Ian
> On 29/09/2020 17:44, Ilya Maximets wrote: > > On 9/29/20 6:33 PM, Stokes, Ian wrote: > >>> On 9/10/20 7:30 PM, Ian Stokes wrote: > Support for vhost-user dequeue zero-copy was deprecated in OVS 2.14 > >>> with > the aim of removing it for OVS 2.15. > > OVS only supports zero

Re: [ovs-dev] [PATCH v2 1/1] DPDK: Remove support for vhost-user zero-copy.

2020-09-30 Thread Kevin Traynor
On 29/09/2020 17:44, Ilya Maximets wrote: > On 9/29/20 6:33 PM, Stokes, Ian wrote: >>> On 9/10/20 7:30 PM, Ian Stokes wrote: Support for vhost-user dequeue zero-copy was deprecated in OVS 2.14 >>> with the aim of removing it for OVS 2.15. OVS only supports zero copy for vhost

Re: [ovs-dev] [PATCH v2 1/1] DPDK: Remove support for vhost-user zero-copy.

2020-09-29 Thread Ilya Maximets
On 9/29/20 6:33 PM, Stokes, Ian wrote: >> On 9/10/20 7:30 PM, Ian Stokes wrote: >>> Support for vhost-user dequeue zero-copy was deprecated in OVS 2.14 >> with >>> the aim of removing it for OVS 2.15. >>> >>> OVS only supports zero copy for vhost client mode, as such it will cease >>> to function

Re: [ovs-dev] [PATCH v2 1/1] DPDK: Remove support for vhost-user zero-copy.

2020-09-29 Thread Stokes, Ian
> On 9/10/20 8:11 PM, Ilya Maximets wrote: > > On 9/10/20 7:30 PM, Ian Stokes wrote: > >> Support for vhost-user dequeue zero-copy was deprecated in OVS 2.14 > with > >> the aim of removing it for OVS 2.15. > >> > >> OVS only supports zero copy for vhost client mode, as such it will cease > >> to

Re: [ovs-dev] [PATCH v2 1/1] DPDK: Remove support for vhost-user zero-copy.

2020-09-29 Thread Stokes, Ian
> On 9/10/20 7:30 PM, Ian Stokes wrote: > > Support for vhost-user dequeue zero-copy was deprecated in OVS 2.14 > with > > the aim of removing it for OVS 2.15. > > > > OVS only supports zero copy for vhost client mode, as such it will cease > > to function due to DPDK commit [1] > > > > Also DPDK

Re: [ovs-dev] [PATCH v2 1/1] DPDK: Remove support for vhost-user zero-copy.

2020-09-15 Thread Maxime Coquelin
On 9/10/20 8:11 PM, Ilya Maximets wrote: > On 9/10/20 7:30 PM, Ian Stokes wrote: >> Support for vhost-user dequeue zero-copy was deprecated in OVS 2.14 with >> the aim of removing it for OVS 2.15. >> >> OVS only supports zero copy for vhost client mode, as such it will cease >> to function due

[ovs-dev] [PATCH v2 1/1] DPDK: Remove support for vhost-user zero-copy.

2020-09-10 Thread Ian Stokes
Support for vhost-user dequeue zero-copy was deprecated in OVS 2.14 with the aim of removing it for OVS 2.15. OVS only supports zero copy for vhost client mode, as such it will cease to function due to DPDK commit [1] Also DPDK is set to remove zero-copy functionality in DPDK 20.11 as referenced