net/mlx5: prepare makefile for adding E-Switch VXLAN
This patch updates makefile before adding E-Switch VXLAN encapsulation/decapsulation hardware offload support. E-Switch rules are controlled via tc Netilnk commands, so we need to include tc related headers, and check for some tunnel specific key definitions. Suggested-by: Adrien Mazarguil <adrien.mazarguil@6wind.com> Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com> Acked-by: Yongseok Koh <yskoh@mellanox.com>
This commit is contained in:
parent
eeef60b0eb
commit
65888c9274
@ -217,6 +217,11 @@ mlx5_autoconf.h.new: $(RTE_SDK)/buildtools/auto-config-h.sh
|
||||
linux/if_link.h \
|
||||
enum IFLA_PHYS_PORT_NAME \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_IFLA_VXLAN_COLLECT_METADATA \
|
||||
linux/if_link.h \
|
||||
enum IFLA_VXLAN_COLLECT_METADATA \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_CHAIN \
|
||||
linux/rtnetlink.h \
|
||||
@ -377,6 +382,86 @@ mlx5_autoconf.h.new: $(RTE_SDK)/buildtools/auto-config-h.sh
|
||||
linux/tc_act/tc_vlan.h \
|
||||
enum TCA_VLAN_PUSH_VLAN_PRIORITY \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_FLOWER_KEY_ENC_KEY_ID \
|
||||
linux/pkt_cls.h \
|
||||
enum TCA_FLOWER_KEY_ENC_KEY_ID \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_FLOWER_KEY_ENC_IPV4_SRC \
|
||||
linux/pkt_cls.h \
|
||||
enum TCA_FLOWER_KEY_ENC_IPV4_SRC \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_FLOWER_KEY_ENC_IPV4_SRC_MASK \
|
||||
linux/pkt_cls.h \
|
||||
enum TCA_FLOWER_KEY_ENC_IPV4_SRC_MASK \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_FLOWER_KEY_ENC_IPV4_DST \
|
||||
linux/pkt_cls.h \
|
||||
enum TCA_FLOWER_KEY_ENC_IPV4_DST \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_FLOWER_KEY_ENC_IPV4_DST_MASK \
|
||||
linux/pkt_cls.h \
|
||||
enum TCA_FLOWER_KEY_ENC_IPV4_DST_MASK \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_FLOWER_KEY_ENC_IPV6_SRC \
|
||||
linux/pkt_cls.h \
|
||||
enum TCA_FLOWER_KEY_ENC_IPV6_SRC \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_FLOWER_KEY_ENC_IPV6_SRC_MASK \
|
||||
linux/pkt_cls.h \
|
||||
enum TCA_FLOWER_KEY_ENC_IPV6_SRC_MASK \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_FLOWER_KEY_ENC_IPV6_DST \
|
||||
linux/pkt_cls.h \
|
||||
enum TCA_FLOWER_KEY_ENC_IPV6_DST \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_FLOWER_KEY_ENC_IPV6_DST_MASK \
|
||||
linux/pkt_cls.h \
|
||||
enum TCA_FLOWER_KEY_ENC_IPV6_DST_MASK \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_FLOWER_KEY_ENC_UDP_SRC_PORT \
|
||||
linux/pkt_cls.h \
|
||||
enum TCA_FLOWER_KEY_ENC_UDP_SRC_PORT \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_FLOWER_KEY_ENC_UDP_SRC_PORT_MASK \
|
||||
linux/pkt_cls.h \
|
||||
enum TCA_FLOWER_KEY_ENC_UDP_SRC_PORT_MASK \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_FLOWER_KEY_ENC_UDP_DST_PORT \
|
||||
linux/pkt_cls.h \
|
||||
enum TCA_FLOWER_KEY_ENC_UDP_DST_PORT \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_FLOWER_KEY_ENC_UDP_DST_PORT_MASK \
|
||||
linux/pkt_cls.h \
|
||||
enum TCA_FLOWER_KEY_ENC_UDP_DST_PORT_MASK \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TC_ACT_TUNNEL_KEY \
|
||||
linux/tc_act/tc_tunnel_key.h \
|
||||
define TCA_ACT_TUNNEL_KEY \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_TUNNEL_KEY_ENC_DST_PORT \
|
||||
linux/tc_act/tc_tunnel_key.h \
|
||||
enum TCA_TUNNEL_KEY_ENC_DST_PORT \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TCA_TUNNEL_KEY_NO_CSUM \
|
||||
linux/tc_act/tc_tunnel_key.h \
|
||||
enum TCA_TUNNEL_KEY_NO_CSUM \
|
||||
$(AUTOCONF_OUTPUT)
|
||||
$Q sh -- '$<' '$@' \
|
||||
HAVE_TC_ACT_PEDIT \
|
||||
linux/tc_act/tc_pedit.h \
|
||||
|
Loading…
Reference in New Issue
Block a user