[dpdk-users] Need help to run test_pmd via sr-iov setup

2017-10-11 Thread zhi ma
Need help to run test_pmd via sr-iov setup my steps:1. set "intel_iommu=on" in kernel boot parameter2. update host grub and reboot3. create VF:    echo 1 > /sys/class/net/eth17/device sriov_numvfs    echo 1 > /sys/class/net/eth18/device sriov_numvfs    cat /sys/class/net/eth17/device

Re: [dpdk-users] VLAN tags always stripped on i40evf [VMware SR-IOV]

2017-10-11 Thread Iain Barker
On Tuesday, October 10, 2017 9:49 AM (EST), Iain Barker wrote: > I have a problem trying to get VLAN tagged frames to be received at the > i40evf PMD. With more debugging enabled, I can see that this seems to be a compatibility problem between DPDK and i40evf related to VLAN hardware

Re: [dpdk-users] 8K flow limit

2017-10-11 Thread Wiles, Keith
> On Oct 11, 2017, at 3:57 AM, Jacobus Gericke > wrote: > > Hi, > > We are running Pktgen on two seperate VMs. We use a range of src mac > addresses to create a certain amount of flows. We have noticed that there > is a ~8K flow limit per VF bonded to the VM.

[dpdk-users] 8K flow limit

2017-10-11 Thread Jacobus Gericke
Hi, We are running Pktgen on two seperate VMs. We use a range of src mac addresses to create a certain amount of flows. We have noticed that there is a ~8K flow limit per VF bonded to the VM. It is basically a limit of 8K src macs that create a flow for each port/VF. Is this a Pktgen limit? Is