[dpdk-dev] X520 virtual functions worked in 2.0 but fails in 2.1

2015-09-17 Thread Jesper Wramberg
Hey there, Thanks for your help. I checked the eth_ixgbevf_dev_init() function against DPDK 2.0 but did think about changes in the eth_ixgbe_dev_init() function. Anyway, I have just been using 2.0 for now but it's nice to know I wasn't doing anything wrong :-) Regards, Jesper Wramberg

[dpdk-dev] X520 virtual functions worked in 2.0 but fails in 2.1

2015-09-16 Thread Jesper Wramberg
Hi all, I got a Dell PowerEdge R630 with an X520 NIC. I want to set up two VFs that use the first port on the NIC. I've done the following: 1. Edited kernel params to include iommu=pt and intel_iommu=1 2. Executed the following modprobe uio insmod igb_uio ./dpdk_nic_bind.py -b igb_uio bb:ss.f

[dpdk-dev] X520 virtual functions worked in 2.0 but fails in 2.1

2015-09-16 Thread Van Haaren, Harry
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jesper Wramberg > Hi all, Hi Jesper, > I got a Dell PowerEdge R630 with an X520 NIC. I want to set up two VFs that > use the first port on the NIC. I've done the following: Your process is correct - nothing