Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jun 2015 08:01:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 200629] ether_type not set in ether header in mbuf for vlan packet
Message-ID:  <bug-200629-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 200629
           Summary: ether_type not set in ether header in mbuf for vlan
                    packet
           Product: Base System
           Version: 10.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: praveenchoudary.gokina@avagotech.com

When I send a vlan packet, in driver, when we extract ether_type from
ether_header in mbuf, for vlan packets ether_type is not set to ETHERTYPE_VLAN.

To test, we can use Emulex Skyhawk adapter. In OCE Inbox driver, in
oce_tso_setup(), ether_type is not coming as ETHERTYPE_VLAN for vlan packets.

Below are the steps to create vlan interface
ifconfig oce0 up
ifconfig vlan0 create
ifconfig vlan0  vlan 4 vlandev oce0
ifconfig vlan0 40.4.4.98 up

-- 
You are receiving this mail because:
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-200629-8>