Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
system-dpdk: Ignore net/ice error log about QinQ offloading.
The net/ice DPDK driver complains with an ERROR level log message if the hw firmware only supports SVM (Single Vlan Mode). DVM (Dual Vlan mode) seems required when using QinQ offloading. OVS does not care about this offloading feature and configures nothing on that topic. While seeing this error log, some manual tests show that untagged/tagged/"double" tagged packets (with 0x8100 ethertype) are still received/transmitted fine. Ignore this log waiting for a fix on the DPDK side. Link: https://bugs.dpdk.org/show_bug.cgi?id=1331 Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Eelco Chaudron <echaudro@redhat.com> Acked-by: Kevin Traynor <ktraynor@redhat.com> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
- Loading branch information