mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
When driver is in initial state, the mac_vlan table table is empty.
So the delete operation for mac address must fail. Existence check
is needed here. Otherwise, the error message will make user confused.
Fixes:
|
||
|---|---|---|
| .. | ||
| hclgevf_cmd.c | ||
| hclgevf_cmd.h | ||
| hclgevf_main.c | ||
| hclgevf_main.h | ||
| hclgevf_mbx.c | ||
| Makefile | ||