]> 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)
commitcc4428c4de8c31f12e4690d0409e0432fe05702f
tree6d91db90fcd458e1c22954caaaf803e1826825fb
parentcbec2153a9a68d011454960ba84887e46e40b37d
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: 7e4d47596b68 ("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