[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1599997873.git.lucien.xin@gmail.com>
Date: Sun, 13 Sep 2020 19:51:49 +0800
From: Xin Long <lucien.xin@...il.com>
To: network dev <netdev@...r.kernel.org>
Cc: davem@...emloft.net, Jamal Hadi Salim <jhs@...atatu.com>,
Cong Wang <xiyou.wangcong@...il.com>,
Jiri Pirko <jiri@...nulli.us>
Subject: [PATCH net 0/2] 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.
Xin Long (2):
net: sched: only keep the available bits when setting vxlan md->gbp
lwtunnel: only keep the available bits when setting vxlan md->gbp
include/net/vxlan.h | 3 +++
net/ipv4/ip_tunnel_core.c | 1 +
net/sched/act_tunnel_key.c | 1 +
net/sched/cls_flower.c | 4 +++-
4 files changed, 8 insertions(+), 1 deletion(-)
--
2.1.0
Powered by blists - more mailing lists