[E1000-devel] i40e - VF adding VLAN and QoS Issue

2019-09-18 Thread Billy McFall
Debugging a General Protection Fault in the i40e driver when adding a VLAN to a VF, I added a ton of dev_info() calls to print out data and determine some of the code flow. I am using the Intel SR-IOV CNI ( https://github.com/intel/sriov-cni/ and

[E1000-devel] i40e - general protection fault: 0000 [#1] SMP PTI

2019-09-18 Thread Billy McFall
I am getting a 'general protection fault: [#1] SMP PTI' on the i40e driver. I am using the Intel SR-IOV CNI (https://github.com/intel/sriov-cni/ and https://github.com/intel/sriov-network-device-plugin) to created and delete pods with SR-IOV VFs attached to containers. I found that if I add a

Re: [E1000-devel] AF_XDP zero copy not supported in 2.9.21 driver

2019-09-18 Thread Jeff Kirsher
On Wed, 2019-09-18 at 11:27 +, Andriy Korud wrote: > Hi, > > we are developing system heavy using eBPF programs and AF_XDP and > noticed something that looks like regression. > > > In my setup I have system with 2 NICs: XXV710 and X722, kernel 5.2.1. > > > Driver version 2.8.20-k (packed

[E1000-devel] AF_XDP zero copy not supported in 2.9.21 driver

2019-09-18 Thread Andriy Korud
Hi, we are developing system heavy using eBPF programs and AF_XDP and noticed something that looks like regression. In my setup I have system with 2 NICs: XXV710 and X722, kernel 5.2.1. Driver version 2.8.20-k (packed into kernel): XXV710 - works fine with AF_XDP in zero copy mode; X722 -