nfp: clean mc addresses in application firmware when closing port
authorYinjun Zhang <yinjun.zhang@corigine.com>
Wed, 5 Jul 2023 05:28:18 +0000 (07:28 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 5 Jul 2023 17:59:12 +0000 (10:59 -0700)
commitcc7eab25b1cf3f9594fe61142d3523ce4d14a788
tree64847588c5d7cf44157c9e8c4269c672a579950a
parentfdaff05b4a67ae6789a8d45c10f891990329f85e
nfp: clean mc addresses in application firmware when closing port

When moving devices from one namespace to another, mc addresses are
cleaned in software while not removed from application firmware. Thus
the mc addresses are remained and will cause resource leak.

Now use `__dev_mc_unsync` to clean mc addresses when closing port.

Fixes: e20aa071cd95 ("nfp: fix schedule in atomic context when sync mc address")
Cc: stable@vger.kernel.org
Signed-off-by: Yinjun Zhang <yinjun.zhang@corigine.com>
Acked-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Louis Peens <louis.peens@corigine.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Message-ID: <20230705052818.7122-1-louis.peens@corigine.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/netronome/nfp/nfp_net_common.c