net/qede/base: allow changing VF MAC address
[dpdk.git] / drivers / net / qede / base / ecore_proto_if.h
index abca740..d0518df 100644 (file)
@@ -31,6 +31,9 @@ struct ecore_eth_pf_params {
         * This will set the maximal number of configured steering-filters.
         */
        u32     num_arfs_filters;
+
+       /* To allow VF to change its MAC despite of PF set forced MAC. */
+       bool    allow_vf_mac_change;
 };
 
 /* Most of the parameters below are described in the FW iSCSI / TCP HSI */