iavf: Fix ping is lost after untrusted VF had tried to change MAC
[linux-2.6-microblaze.git] / drivers / net / ethernet / intel / iavf / iavf.h
index e8bd041..90793b3 100644 (file)
@@ -136,6 +136,7 @@ struct iavf_q_vector {
 struct iavf_mac_filter {
        struct list_head list;
        u8 macaddr[ETH_ALEN];
+       bool is_new_mac;        /* filter is new, wait for PF decision */
        bool remove;            /* filter needs to be removed */
        bool add;               /* filter needs to be added */
 };