[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231201075043.7822-1-kurt@linutronix.de>
Date: Fri, 1 Dec 2023 08:50:41 +0100
From: Kurt Kanzenbach <kurt@...utronix.de>
To: Jesse Brandeburg <jesse.brandeburg@...el.com>,
Tony Nguyen <anthony.l.nguyen@...el.com>,
Vinicius Costa Gomes <vinicius.gomes@...el.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
intel-wired-lan@...ts.osuosl.org,
netdev@...r.kernel.org,
Kurt Kanzenbach <kurt@...utronix.de>
Subject: [PATCH iwl-net v2 0/2] igc: ethtool: Check VLAN TCI mask
Hi,
currently it is possible to configure receive queue assignment using the VLAN
TCI field with arbitrary masks. However, the hardware only supports steering
either by full TCI or the priority (PCP) field. In case a wrong mask is given by
the user the driver will silently convert it into a PCP filter which is not
desired. Therefore, add a check for it.
Patch #1 is a minor thing found along the way.
Changes since v1:
- Split patches 4 and 5 for -net
- Rebase to -net
- Wrap commit message at 75 chars
- Add Ack from Vinicius
Previous versions:
- https://lore.kernel.org/netdev/20231128074849.16863-1-kurt@linutronix.de/
Kurt Kanzenbach (2):
igc: Report VLAN EtherType matching back to user
igc: Check VLAN TCI mask
drivers/net/ethernet/intel/igc/igc.h | 1 +
drivers/net/ethernet/intel/igc/igc_ethtool.c | 34 ++++++++++++++++++--
2 files changed, 32 insertions(+), 3 deletions(-)
--
2.39.2
Powered by blists - more mailing lists