[dpdk-users] Virtio driver with multiple queues in openvswitch

2018-08-22 Thread amit sehas
I have a host running ubuntu 16.04 xenial and several docker containers in it running the same OS image (ubuntu 16.04). I amutilizing openvswitch on the host.  I have 32 queues per port in the application.  I am able to add queues in openvswitch as follows: ovs-vsctl set Interface vhost-user4 op

Re: [dpdk-users] vfio-pci: probe of 0000:00:07.0 failed with error -22-KVM guest

2018-08-22 Thread Rami Rosen
Hi Sandeep, How to you launch the guest ? if it by qemu, can you post the full command you are using? Regards, Rami Rosen On 16 August 2018 at 12:50, Raman, Sandeep wrote: > Hi, > > I am trying to bind SRIOV VF to a kvm guest with vfio-pci module. DPDK > version is 17.11. Both host and guest OS

Re: [dpdk-users] Suggestion: DPDK "latest" Download Links

2018-08-22 Thread Ferruh Yigit
On 8/20/2018 8:03 PM, Justin Parus wrote: > Hi, > > I would like to propose adding DPDK "latest" download links. For example > dpdk-latest-major and dpdk-latest-stable, would automatically update and > point to the most recent date major and stable releases respectively. This > would be useful

Re: [dpdk-users] Support for more RSS hash types in vmxnet3

2018-08-22 Thread Ferruh Yigit
On 8/21/2018 6:57 PM, Jay Miller wrote: > It's clear that the vmxnet3 driver (even as of 18.08) supports just a > subset of RSS hash types: > > #define VMXNET3_RSS_OFFLOAD_ALL ( \ >     ETH_RSS_IPV4 | \ >     ETH_RSS_NONFRAG_IPV4_TCP | \ >     ETH_RSS_IPV6 | \ >     ETH_RSS_NONFRAG_IPV6_TCP)