RE: [Intel-wired-lan] [PATCH] igb: Fix VLAN tag stripping on Intel i350

2016-02-10 Thread Brown, Aaron F
d-lan] [PATCH] igb: Fix VLAN tag stripping on Intel > i350 > > Hi Jeff, On Jan 27 11:25, Jeff Kirsher wrote: > On Wed, 2016-01-27 at 14:28 +0100, Corinna Vinschen wrote: > > Problem: When switching off VLAN offloading on an i350, the VLAN > > interface gets unusab

Re: [PATCH] igb: Fix VLAN tag stripping on Intel i350

2016-01-28 Thread Corinna Vinschen
feel better if you could double check, though. Thanks, Corinna From ab27415c3d3be2beb978316007f84fb54d12b619 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 28 Jan 2016 13:31:11 +0100 Subject: [PATCH] igb: Fix VLAN tag stripping on Intel i350 Problem: When switching off VLAN offloading on an i

Re: [PATCH] igb: Fix VLAN tag stripping on Intel i350

2016-01-27 Thread Jeff Kirsher
On Wed, 2016-01-27 at 14:28 +0100, Corinna Vinschen wrote: > Problem: When switching off VLAN offloading on an i350, the VLAN > interface gets unusable.  For testing, set up a VLAN on an i350 > and some remote machine, e.g.: > >   $ ip link add link eth0 name eth0.42 type vlan id 42 >   $ ip addr

[PATCH] igb: Fix VLAN tag stripping on Intel i350

2016-01-27 Thread Corinna Vinschen
Problem: When switching off VLAN offloading on an i350, the VLAN interface gets unusable. For testing, set up a VLAN on an i350 and some remote machine, e.g.: $ ip link add link eth0 name eth0.42 type vlan id 42 $ ip addr add 192.168.42.1/24 dev eth0.42 $ ip link set dev eth0.42 up Offload