]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit55e30c37bb2b84e3ba6d1e84fdf920ffac57201c
tree4eb7a4a9a92ba5e9dbcf96ce35b879738bcf6e7c
parentfd45d5562ff1d22f4b00c10e3308f5821dac2925
parentf3ddff97c88505919caf281f2e618fed7ae71df4
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>