net/txgbe: fix queue statistics mapping
[dpdk.git] / drivers / net / nfb / nfb.h
index 59d3ab4..7dc5bd2 100644 (file)
@@ -37,8 +37,7 @@
 #define RTE_NFB_DRIVER_NAME net_nfb
 
 /* Device arguments */
-#define TIMESTAMP_ARG  "timestamp"
-static const char * const VALID_KEYS[] = {TIMESTAMP_ARG, NULL};
+static const char * const VALID_KEYS[] = {NULL};
 
 struct pmd_internals {
        uint16_t         max_rxmac;
@@ -48,10 +47,6 @@ struct pmd_internals {
 
        char             nfb_dev[PATH_MAX];
        struct nfb_device *nfb;
-       /* Place to remember if filter was promiscuous or filtering by table,
-        * when disabling allmulticast
-        */
-       enum nc_rxmac_mac_filter rx_filter_original;
 };
 
 #endif /* _NFB_H_ */