Merge branch 'lan966x-es0-vcap'
authorDavid S. Miller <davem@davemloft.net>
Wed, 10 May 2023 08:51:11 +0000 (09:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 May 2023 08:51:11 +0000 (09:51 +0100)
commit65718c4d5266d22dd23c1d9d63a01acaa1b0805d
treecdb9a5d24537ed7da5d7116b5e1685931d367686
parent81ac2722fa198fbfac62575259cf85163f3eeef0
parent85f050002ba99150168078adab6d0f38c0463494
Merge branch 'lan966x-es0-vcap'

Horatiu Vultur says:

====================
net: lan966x: Add support for ES0 VCAP

Provide the Egress Stage 0 (ES0) VCAP (Versatile Content-Aware
Processor) support for the lan966x platform.

The ES0 VCAP has only 1 lookup which is accessible with a TC chain
id 10000000.

Currently only one action is support which is vlan pop. Also it is
possible to link the IS1 to ES0 using 'goto chain 10000000'.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>