]> git.baikalelectronics.ru Git - kernel.git/commit
ionic: update filter id after replay
authorShannon Nelson <snelson@pensando.io>
Mon, 20 Jul 2020 23:00:15 +0000 (16:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2020 01:09:38 +0000 (18:09 -0700)
commit43c47943862151b7ffb74a124f1425ce3675201e
tree6d91db90fcd458e1c22954caaaf803e1826825fb
parentf54fd54f71922c333ec2b5d61c537ed9800a97c8
ionic: update filter id after replay

When we replay the rx filters after a fw-upgrade we get new
filter_id values from the FW, which we need to save and update
in our local filter list.  This allows us to delete the filters
with the correct filter_id when we're done.

Fixes: 31680b186b35 ("ionic: replay filters after fw upgrade")
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c