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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to