]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'net-sched-support-vxlan-and-erspan-options'
authorDavid S. Miller <davem@davemloft.net>
Thu, 21 Nov 2019 19:44:06 +0000 (11:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Nov 2019 19:44:06 +0000 (11:44 -0800)
commitff998a80c359581dc5126897e953aa9ad3d65ae1
treec0d4afaf44da31419f566e8022943f4d3d419c42
parent0617aa988dacb9d8c1cb42fbb6c79896c7507e08
parent79b1011cb33d166f531a1347a17e6602954e4eb1
Merge branch 'net-sched-support-vxlan-and-erspan-options'

Xin Long says:

====================
net: sched: support vxlan and erspan options

This patchset is to add vxlan and erspan options support in
cls_flower and act_tunnel_key. The form is pretty much like
geneve_opts in:

  https://patchwork.ozlabs.org/patch/935272/
  https://patchwork.ozlabs.org/patch/954564/

but only one option is allowed for vxlan and erspan.

v1->v2:
  - see each patch changelog.
====================

Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>