OSDN Git Service

ionic: Add management of rx filters
authorShannon Nelson <snelson@pensando.io>
Tue, 3 Sep 2019 22:28:13 +0000 (15:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Sep 2019 07:24:43 +0000 (09:24 +0200)
commitc1e329ebec8d0895942e292b64e432b33c93a173
tree00c265d7995d2f2abaf6560e0b71b0330ad7406f
parentbeead698b1736dfa4061dd2e3fe3efef6d0c49b4
ionic: Add management of rx filters

Set up the infrastructure for managing Rx filters.  We can't ask the
hardware for what filters it has, so we keep a local list of filters
that we've pushed into the HW.

Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/Makefile
drivers/net/ethernet/pensando/ionic/ionic_lif.c
drivers/net/ethernet/pensando/ionic/ionic_lif.h
drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c [new file with mode: 0644]
drivers/net/ethernet/pensando/ionic/ionic_rx_filter.h [new file with mode: 0644]