Re: MFC of ether_input() changes



Actually, I thought the change which moved the VLAN tag out of the mbuf tag pool and into the mbuf packet header had also been MFCed. It has not.

As CURRENT is the branch normally used for feature development it is probably best I don't MFC this unless the VLAN tag change is MFCed also.

Therefore there is not a lot of point in merging this change apart from to benefit from the code cleanup which M_PROMISC offers, so I'll back off for now.

Cheers...
BMS
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • HEADS-UP: VLAN tag changes committed
    ... Move ethernet VLAN tags from mtags to its own mbuf packet header field ... Drivers that support hardware VLAN tag stripping fill in the received ... On output the driver should check the mbuf for the M_VLANTAG flag to ...
    (freebsd-current)
  • HEADS-UP: VLAN tag changes committed
    ... Move ethernet VLAN tags from mtags to its own mbuf packet header field ... Drivers that support hardware VLAN tag stripping fill in the received ... On output the driver should check the mbuf for the M_VLANTAG flag to ...
    (freebsd-net)