diff options
author | Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com> | 2018-03-09 23:46:05 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-12 10:57:38 -0400 |
commit | b9ecc3400bc418af3ba9e56ea852f4ad69c23454 (patch) | |
tree | 37fea15c3b173aa9330b8a669bd01fca53e71ec8 /kernel/fail_function.c | |
parent | 6fc2ffdf1001ae4fb485b3ba95ff757ae54565c9 (diff) | |
download | linux-b9ecc3400bc418af3ba9e56ea852f4ad69c23454.tar.gz linux-b9ecc3400bc418af3ba9e56ea852f4ad69c23454.tar.bz2 linux-b9ecc3400bc418af3ba9e56ea852f4ad69c23454.zip |
bnxt_en: Remove unwanted ovs-offload messages in some conditions
In some conditions when the driver fails to add a flow in HW and returns
an error back to the stack, the stack continues to invoke get_flow_stats()
and/or del_flow() on it. The driver fails these APIs with an error message
"no flow_node for cookie". The message gets logged repeatedly as long as
the stack keeps invoking these functions.
Fix this by removing the corresponding netdev_info() calls from these
functions.
Fixes: d7bc73053024 ("bnxt_en: add code to query TC flower offload stats")
Signed-off-by: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/fail_function.c')
0 files changed, 0 insertions, 0 deletions