Skip to content

aquantia: Do not purge addresses when setting the number of rings

Izabela Bakollari requested to merge ibakolla/centos-stream-9:bz2066382 into main

IPV6 addresses are purged when setting the number of rx/tx rings using ethtool -G. The function aq_set_ringparam calls dev_close, which removes the addresses. As a solution, call an internal function (aq_ndev_close).

Fixes: c1af5427

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2066382

Upstream Status: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

Signed-off-by: Izabela Bakollari ibakolla@redhat.com

Edited by Izabela Bakollari

Merge request reports