net: hns3: fix fail to delete tc flower rules during reset issue
mainline inclusion from mainline-v6.6-rc3 commit 1a7be66e category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I83ZCY CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1a7be66e4685b8541546222c305cce9710718a88 ---------------------------------------------------------------------- Firmware does not respond driver commands during reset Therefore, rule will fail to delete while the firmware is resetting So, if failed to delete rule, set rule state to TO_DEL, and the rule will be deleted when periodic task being scheduled. Fixes: 0205ec04 ("net: hns3: add support for hw tc offload of tc flower") Signed-off-by:Jijie Shao <shaojijie@huawei.com> Signed-off-by:
Paolo Abeni <pabeni@redhat.com> Signed-off-by:
Jiantao Xiao <xiaojiantao1@h-partners.com>
Loading
Please sign in to comment