]> www.infradead.org Git - users/dwmw2/linux.git/commit
vxlan: Expose helper vxlan_build_gbp_hdr
authorGavin Li <gavinl@nvidia.com>
Thu, 16 Mar 2023 07:07:55 +0000 (09:07 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sat, 18 Mar 2023 05:41:16 +0000 (22:41 -0700)
commitc641e9279f3530aa2fe4bcb250477b555b75104a
treea22f5f36690cec705c9916fe6ddf8e02c5757882
parentdf5e87f16c338aa4f62ed3353e73e39e68af965e
vxlan: Expose helper vxlan_build_gbp_hdr

The function vxlan_build_gbp_hdr will be used by other modules to build
gbp option in vxlan header according to gbp flags.

Signed-off-by: Gavin Li <gavinl@nvidia.com>
Reviewed-by: Gavi Teitz <gavi@nvidia.com>
Reviewed-by: Roi Dayan <roid@nvidia.com>
Reviewed-by: Maor Dickman <maord@nvidia.com>
Acked-by: Saeed Mahameed <saeedm@nvidia.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/vxlan/vxlan_core.c
include/net/vxlan.h