Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2017 17:37:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 219390] [ixgbe] [patch] ixgbe stripping vlan_tag by default
Message-ID:  <bug-219390-2472-Ln4yjnmXxd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219390-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219390-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219390

--- Comment #8 from Charles Goncalves <halfling@halfling.com.br> ---
(In reply to Krzysztof Galazka from comment #7)
Hello Krzysztof!

I'm using: Intel 82599ES 10-Gigabit SFI/SFP+ (chip=3D0x10fb8086)

I have two machines with crossover connection.

test01 <-> test02

On test01 I have ixgbe driver patched and on test02 I don't have.

On both machines there is a vlan10 over an ix NIC.

Step 1: on machine test02 do a ping to test01 like: ping 10.0.0.1
Step 2: on machine test01 do a tcpdump like: tcpdump -eni netmap:ix0

On Step 2 I'm seeing tcpdump output like: ethertype 802.1Q (0x8100). This i=
s an
expected behavior.

Step 3: on machine test01 do a ping to test02 like: ping 10.0.0.2
Step 4: on machine test02 do a tcpdump like: tcpdump -eni netmap:ix0
On Step 4 I'm seeing tcpdump output like: ethertype IPv4 (0x0800). This is a
strange behavior.

My inspiration is from em1000 driver:
https://github.com/freebsd/freebsd/blob/bb993c697ac4f18efa742ac69db425a5e03=
51117/sys/dev/e1000/if_em.c#L1246+L1249

I hope these steps are clear. If you have any further doubts feel free to
contact me.

--=20
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219390-2472-Ln4yjnmXxd>