Re: [lng-odp] [PATCHv4] linux-generic: add vlan insertion test

2016-11-09 Thread Maxim Uvarov
Merged, Maxim. On 11/08/16 21:45, Mike Holmes wrote: On 8 November 2016 at 09:55, Maxim Uvarov > wrote: linux-generic packet mmap has separate function to put back vlan tags which stripped out by linux kernel. This test is to add code coverage for

Re: [lng-odp] [PATCHv4] linux-generic: add vlan insertion test

2016-11-08 Thread Mike Holmes
On 8 November 2016 at 09:55, Maxim Uvarov wrote: > linux-generic packet mmap has separate function to put back > vlan tags which stripped out by linux kernel. This test is > to add code coverage for this function with receiving vlan > traffic from veth device. > > Signed-off-by: Maxim Uvarov >

[lng-odp] [PATCHv4] linux-generic: add vlan insertion test

2016-11-08 Thread Maxim Uvarov
linux-generic packet mmap has separate function to put back vlan tags which stripped out by linux kernel. This test is to add code coverage for this function with receiving vlan traffic from veth device. Signed-off-by: Maxim Uvarov --- v4: add check for root test/linux-generic/Makefile.am