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

2017-12-26 Thread Ilya Maximets
On 19.12.2017 19:44, Ciara Loftus wrote: > Enabled per port like so: > ovs-vsctl set Interface dpdkvhostuserclient0 options:dq-zero-copy=true > > If the device is already active at the point of enabling/disabling the > feature via ovs-vsctl, one must reload the guest driver or reboot the VM > in o

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

2017-12-19 Thread Ciara Loftus
Enabled per port like so: ovs-vsctl set Interface dpdkvhostuserclient0 options:dq-zero-copy=true If the device is already active at the point of enabling/disabling the feature via ovs-vsctl, one must reload the guest driver or reboot the VM in order for the feature to be successfully enabled/disab