]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/qede/qede_eth_if.h
net/qede: add fastpath support for VXLAN tunneling
[dpdk.git] / drivers / net / qede / qede_eth_if.h
index 9c0db8754a3412cb26fff6136eca4b7506106b8e..d67b312d59483e6334d674b22e13694fd5705930 100644 (file)
@@ -42,6 +42,9 @@ struct qed_dev_eth_info {
        struct ether_addr port_mac;
        uint16_t num_vlan_filters;
        uint32_t num_mac_addrs;
+
+       /* Legacy VF - this affects the datapath */
+       bool is_legacy;
 };
 
 struct qed_update_vport_rss_params {