commit | 8b41517313e571344a116cb75f8fc994c5447ffb | [log] [tgz] |
---|---|---|
author | Shannon Nelson <snelson@pensando.io> | Wed Aug 25 18:24:49 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 26 09:41:50 2021 +0100 |
tree | b139dea8b70272708fb356e7fc4cf862707cec26 | |
parent | 969f843946041a8ac10a5af06127a68ab7880ad5 [diff] |
ionic: refactor ionic_lif_addr to remove a layer The filter counting in ionic_lif_addr() really isn't useful, and potentially misleading, especially when we're checking in ionic_lif_rx_mode() to see if we need to go into PROMISC mode. We can safely refactor this and remove a calling layer. Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>