|
|
@@ -2399,8 +2399,10 @@ error_param:
|
|
|
(u8 *)&stats, sizeof(stats));
|
|
|
}
|
|
|
|
|
|
-/* If the VF is not trusted restrict the number of MAC/VLAN it can program */
|
|
|
-#define I40E_VC_MAX_MAC_ADDR_PER_VF 12
|
|
|
+/* If the VF is not trusted restrict the number of MAC/VLAN it can program
|
|
|
+ * MAC filters: 16 for multicast, 1 for MAC, 1 for broadcast
|
|
|
+ */
|
|
|
+#define I40E_VC_MAX_MAC_ADDR_PER_VF (16 + 1 + 1)
|
|
|
#define I40E_VC_MAX_VLAN_PER_VF 8
|
|
|
|
|
|
/**
|