Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168101884
D9358.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
507 B
Referenced Files
None
Subscribers
None
D9358.id.diff
View Options
Index: head/sys/dev/sfxge/sfxge_tx.c
===================================================================
--- head/sys/dev/sfxge/sfxge_tx.c
+++ head/sys/dev/sfxge/sfxge_tx.c
@@ -1623,6 +1623,8 @@
txq->max_pkt_desc = sfxge_tx_max_pkt_desc(sc, txq->type,
tso_fw_assisted);
+ txq->hw_vlan_tci = 0;
+
SFXGE_TXQ_UNLOCK(txq);
return (0);
@@ -1839,7 +1841,6 @@
txq->type = type;
txq->evq_index = evq_index;
txq->init_state = SFXGE_TXQ_INITIALIZED;
- txq->hw_vlan_tci = 0;
return (0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 27, 9:46 AM (1 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37223144
Default Alt Text
D9358.id.diff (507 B)
Attached To
Mode
D9358: sfxge(4): fix invalid VLAN tagging after stop/start
Attached
Detach File
Event Timeline
Log In to Comment