Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2014 22:07:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 193673] New: [ixgbe] flowid / rss field should only be set if the packettype field says it has a flowid
Message-ID:  <bug-193673-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 193673
           Summary: [ixgbe] flowid / rss field should only be set if the
                    packettype field says it has a flowid
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: adrian@freebsd.org

When RSS is enabled, the receive path assigns the flowid and flowtype from the
RX descriptor.

However, it doesn't check to see if the flowid is actually an RSS flowid or
whether the field means something else.

It should check a couple of things:

* RSS type should indicate a valid type (eg 0xf == flow director filter match);
* packet type should say it's an L3 packet, not an L2 packet.

-- 
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-193673-8>