Correct code that was lost somewhere in the past,
this was designed to keep duplicate null vlan tags from being added. When doing vlans purely via the switch this problem will occur. Reported by external customer.
This commit is contained in:
parent
4ceaf45de5
commit
89da5b3198
@ -4688,7 +4688,7 @@ ixgbe_rxeof(struct ix_queue *que, int count)
|
||||
/* first desc of a non-ps chain */
|
||||
sendmp->m_flags |= M_PKTHDR;
|
||||
sendmp->m_pkthdr.len = mp->m_len;
|
||||
if (staterr & IXGBE_RXD_STAT_VP) {
|
||||
if (vtag) {
|
||||
sendmp->m_pkthdr.ether_vtag = vtag;
|
||||
sendmp->m_flags |= M_VLANTAG;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user