net/ixgbe: fix intr callback unregister by adding retry
[dpdk.git] / drivers / net / e1000 / base / e1000_vf.h
index 7218212..d6216de 100644 (file)
@@ -207,7 +207,7 @@ struct e1000_mac_operations {
        s32  (*init_hw)(struct e1000_hw *);
        s32  (*setup_link)(struct e1000_hw *);
        void (*write_vfta)(struct e1000_hw *, u32, u32);
-       void (*rar_set)(struct e1000_hw *, u8*, u32);
+       int  (*rar_set)(struct e1000_hw *, u8*, u32);
        s32  (*read_mac_addr)(struct e1000_hw *);
 };