On 3/22/22 8:42 AM, fankaixi.li@xxxxxxxxxxxxx wrote:
From: "kaixi.fan" <fankaixi.li@xxxxxxxxxxxxx> Add tunnel source ip field in "struct bpf_tunnel_key". Add code in "bpf_skb_set_tunnel_key" and "bpf_skb_get_tunnel_key" to set and get this field based on the tunnel key from "struct ip_tunnel_info". Signed-off-by: kaixi.fan <fankaixi.li@xxxxxxxxxxxxx>
Could you use proper name, e.g., "Kaixi Fan", in Signed-off-by tag?
--- include/uapi/linux/bpf.h | 4 ++++ net/core/filter.c | 9 +++++++++ tools/include/uapi/linux/bpf.h | 4 ++++ 3 files changed, 17 insertions(+)
[...]