commit | cc4428c4de8c31f12e4690d0409e0432fe05702f | [log] [tgz] |
---|---|---|
author | Shannon Nelson <snelson@pensando.io> | Mon Jul 20 16:00:15 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 20 18:09:38 2020 -0700 |
tree | 6d91db90fcd458e1c22954caaaf803e1826825fb | |
parent | cbec2153a9a68d011454960ba84887e46e40b37d [diff] |
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>