Merge branch 'net-improve-vxlan-option-process-in-net_sched-and-lwtunnel'
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 Sep 2020 23:49:39 +0000 (16:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Sep 2020 23:49:39 +0000 (16:49 -0700)
commitad7b27c9e64afce4ad69020329a3e89f6df4f382
tree4eb7a4a9a92ba5e9dbcf96ce35b879738bcf6e7c
parentff48b6222e65ebdba5a403ef1deba6214e749193
parent681d2cfb790339a3e95b98bc140baf1f816a896a
Merge branch 'net-improve-vxlan-option-process-in-net_sched-and-lwtunnel'

Xin Long says:

====================
net: improve vxlan option process in net_sched and lwtunnel

This patch is to do some mask when setting vxlan option in net_sched
and lwtunnel, so that only available bits can be set on vxlan md gbp.

This would help when users don't know exactly vxlan's gbp bits, and
avoid some mismatch because of some unavailable bits set by users.
====================

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