This change will prevent driver from passing VLAN tags when
interface configuration is not expecting them. VF driver will
check for VLAN_HWTAGGING and VLAN_HWFILTER flags and act adequately.
This patch resolves problem occuring on EC2 platforms.
Paths
| Differential D17061 Authored by piotr.pietruszewski_intel.com on Sep 6 2018, 10:48 AM.
Details Summary This change will prevent driver from passing VLAN tags when This patch resolves problem occuring on EC2 platforms.
Diff Detail
Event TimelineHerald added a reviewer: sbruno. · View Herald TranscriptSep 6 2018, 10:48 AM2018-09-06 10:48:56 (UTC+0) Harbormaster completed remote builds in B19433: Diff 47724.Sep 6 2018, 12:25 PM2018-09-06 12:25:33 (UTC+0) This revision is now accepted and ready to land.Sep 11 2018, 1:19 PM2018-09-11 13:19:41 (UTC+0) Closed by commit rS338593: ix(4), ixv(4): VLAN tag stripping fixes for Amazon EC2 Enhanced Networking (authored by erj). · Explain WhySep 11 2018, 6:33 PM2018-09-11 18:33:53 (UTC+0) This revision was automatically updated to reflect the committed changes. Herald added a subscriber: imp. · View Herald TranscriptSep 11 2018, 6:33 PM2018-09-11 18:33:54 (UTC+0)
Revision Contents
Diff 47724 sys/dev/ixgbe/if_ixv.c
sys/dev/ixgbe/ix_txrx.c
|
Should this size be macro-ized?