]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'nfp-Offload-MPLS-actions'
authorDavid S. Miller <davem@davemloft.net>
Tue, 23 Jul 2019 20:52:51 +0000 (13:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jul 2019 20:52:51 +0000 (13:52 -0700)
commit21e8a49ab0bcbcedc413974ca311a5ecf1bb0f24
tree31e523fa0fc8672efaa3367d688237f5a5717c92
parent658688ce6c936254c34ea1f31549ec62439574aa
parente03e47a3dcecfa56420328b339f143a17499b414
Merge branch 'nfp-Offload-MPLS-actions'

John Hurley says:

====================
nfp: Offload MPLS actions

The module act_mpls has recently been added to the kernel. This allows the
manipulation of MPLS headers on packets including push, pop and modify.
Add these new actions and parameters to the intermediate representation
API for hardware offload. Follow this by implementing the offload of these
MPLS actions in the NFP driver.
====================

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