]> git.baikalelectronics.ru Git - kernel.git/commit
net: mvpp2: cls: Add support for ETHER_FLOW
authorMaxime Chevallier <maxime.chevallier@bootlin.com>
Fri, 5 Jul 2019 12:09:13 +0000 (14:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Jul 2019 22:50:06 +0000 (15:50 -0700)
commit69b7cd4f0630d2ff17a7770287ee1fe1373ad3b2
tree73a9b16d4347d2f9a3e65bd249ac7cd5daa8d635
parent0efa22e5d5c107c085c9798e42041c24786472ea
net: mvpp2: cls: Add support for ETHER_FLOW

Users can specify classification actions based on the 'ether' flow type.
In that case, this will apply to all ethernet traffic, superseeding
flows such as 'udp4' or 'tcp6'.

Add support for this flow type in the PPv2 classifier, by mapping the
ETHER_FLOW value to the corresponding entries in the classifier.

Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c