RE: [next-queue PATCH v7 07/10] igb: Enable nfc filters to specify MAC addresses

2018-04-16 Thread Brown, Aaron F
Cc: Gomes, Vinicius ; Kirsher, Jeffrey T > > ; netdev@vger.kernel.org; Sanchez-Palencia, > > Jesus > > Subject: [next-queue PATCH v7 07/10] igb: Enable nfc filters to specify MAC > > addresses > > > > This allows igb_add_filter()/igb_erase_filter() to work on fi

RE: [next-queue PATCH v7 07/10] igb: Enable nfc filters to specify MAC addresses

2018-04-13 Thread Brown, Aaron F
-Palencia, > Jesus > Subject: [next-queue PATCH v7 07/10] igb: Enable nfc filters to specify MAC > addresses > > This allows igb_add_filter()/igb_erase_filter() to work on filters > that include MAC addresses (both source and destination). > > For now, this only exposes the func

[next-queue PATCH v7 07/10] igb: Enable nfc filters to specify MAC addresses

2018-04-10 Thread Vinicius Costa Gomes
This allows igb_add_filter()/igb_erase_filter() to work on filters that include MAC addresses (both source and destination). For now, this only exposes the functionality, the next commit glues ethtool into this. Later in this series, these APIs are used to allow offloading of cls_flower filters.