Re: [ovs-dev] [PATCH v8] netdev-dpdk: Add support for vHost dequeue zero copy (experimental)

2018-01-19 Thread Loftus, Ciara
> > On 19.01.2018 18:31, Loftus, Ciara wrote: > >> > >> On 05.01.2018 19:13, Ciara Loftus wrote: > >>> Zero copy is disabled by default. To enable it, set the 'dq-zero-copy' > >>> option to 'true' when configuring the Interface: > >>> > >>> ovs-vsctl set Interface dpdkvhostuserclient0 > >>> option

Re: [ovs-dev] [PATCH v8] netdev-dpdk: Add support for vHost dequeue zero copy (experimental)

2018-01-19 Thread Ilya Maximets
On 19.01.2018 18:31, Loftus, Ciara wrote: >> >> On 05.01.2018 19:13, Ciara Loftus wrote: >>> Zero copy is disabled by default. To enable it, set the 'dq-zero-copy' >>> option to 'true' when configuring the Interface: >>> >>> ovs-vsctl set Interface dpdkvhostuserclient0 >>> options:vhost-server-path

Re: [ovs-dev] [PATCH v8] netdev-dpdk: Add support for vHost dequeue zero copy (experimental)

2018-01-19 Thread Loftus, Ciara
> > On 05.01.2018 19:13, Ciara Loftus wrote: > > Zero copy is disabled by default. To enable it, set the 'dq-zero-copy' > > option to 'true' when configuring the Interface: > > > > ovs-vsctl set Interface dpdkvhostuserclient0 > > options:vhost-server-path=/tmp/dpdkvhostuserclient0 > > options:dq-z

Re: [ovs-dev] [PATCH v8] netdev-dpdk: Add support for vHost dequeue zero copy (experimental)

2018-01-19 Thread Ilya Maximets
On 05.01.2018 19:13, Ciara Loftus wrote: > Zero copy is disabled by default. To enable it, set the 'dq-zero-copy' > option to 'true' when configuring the Interface: > > ovs-vsctl set Interface dpdkvhostuserclient0 > options:vhost-server-path=/tmp/dpdkvhostuserclient0 > options:dq-zero-copy=true >

Re: [ovs-dev] [PATCH v8] netdev-dpdk: Add support for vHost dequeue zero copy (experimental)

2018-01-16 Thread Stokes, Ian
> -Original Message- > From: Loftus, Ciara > Sent: Friday, January 5, 2018 4:14 PM > To: d...@openvswitch.org > Cc: Loftus, Ciara ; Stokes, Ian > ; jan.scheur...@ericsson.com; ktray...@redhat.com; > i.maxim...@samsung.com > Subject: [PATCH v8] netdev-dpdk: Add support for vHost dequeue zero

[ovs-dev] [PATCH v8] netdev-dpdk: Add support for vHost dequeue zero copy (experimental)

2018-01-05 Thread Ciara Loftus
Zero copy is disabled by default. To enable it, set the 'dq-zero-copy' option to 'true' when configuring the Interface: ovs-vsctl set Interface dpdkvhostuserclient0 options:vhost-server-path=/tmp/dpdkvhostuserclient0 options:dq-zero-copy=true When packets from a vHost device with zero copy enable