summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
diff options
context:
space:
mode:
authorDavid S. Miller2019-06-19 04:26:05 +0200
committerDavid S. Miller2019-06-19 04:26:05 +0200
commitda21ad276af46d87749eaade2e8e5a52f6df8ecb (patch)
tree36c534f567d574844d085c512c1320db313fd26a /drivers/net/ethernet/mellanox/mlx5
parentMerge branch 'macb-SiFive-FU540-C000' (diff)
parentnet: mvpp2: cls: Add steering based on vlan Id and priority. (diff)
downloadkernel-qcow2-linux-da21ad276af46d87749eaade2e8e5a52f6df8ecb.tar.gz
kernel-qcow2-linux-da21ad276af46d87749eaade2e8e5a52f6df8ecb.tar.xz
kernel-qcow2-linux-da21ad276af46d87749eaade2e8e5a52f6df8ecb.zip
Merge branch 'net-mvpp2-cls-Allow-steering-based-on-vlan-tag'
Maxime Chevallier says: ==================== net: mvpp2: cls: Allow steering based on vlan tag The PPv2 classifier can perform flow steering based on keys extracted from the VLAN tag. This series adds support for using the vlan id and the vlan prio as keys, using the ethtool interface. Patch 1 is a preparatory patch that prevent false-positive matches, using a dedicated lookup id for the RSS C2 lookup. Patch 2 allows to separate the flows based on the header fields they contain. The main goal is to be able to separate tagged traffic from untagged traffic for flow steering, just as we already do for RSS. Patch 3 solves an issue we have when extracting fields that aren't full bytes, such as the vlan tag which is 12 bits wide, or the priority which is 3 bits wide. Finally, patch 4 adds support for steering based on both vlan id and priority, extracted from the outermost tag. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx5')
0 files changed, 0 insertions, 0 deletions