fm10k: Add support for L2 filtering

This patch adds support for L2 filtering.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
Alexander Duyck
2014-09-20 19:48:20 -04:00
committed by Jeff Kirsher
parent 0e7b364408
commit 8f5e20d45c
2 changed files with 356 additions and 1 deletions

View File

@@ -133,4 +133,6 @@ void fm10k_unregister_pci_driver(void);
/* Netdev */
struct net_device *fm10k_alloc_netdev(void);
void fm10k_restore_rx_state(struct fm10k_intfc *);
void fm10k_reset_rx_state(struct fm10k_intfc *);
#endif /* _FM10K_H_ */