On Wed, Nov 29, 2023 at 8:06 PM Ilya Maximets <i.maxim...@ovn.org> wrote:
>
> On 11/29/23 18:51, ovs_jenk...@intel.com wrote:
> > Test-Label: intel-ovs-compilation
> > Test-Status: fail
> > http://patchwork.ozlabs.org/api/patches/1869766/
> >
> > AVX-512_compilation: failed
> > DPLCS Test: fail
> > DPIF Test: fail
> > MFEX Test: fail
> > Actions Test: fail
> > Errors in DPCLS test:
> > make check-dpdk
> > make  all-am
> > make[1]: Entering directory '/root/ovs-dev'
> > make[1]: Leaving directory '/root/ovs-dev'
> > set /bin/bash './tests/system-dpdk-testsuite' -C tests  
> > AUTOTEST_PATH='utilities:vswitchd:ovsdb:vtep:tests:ipsec::'; \
> > "$@"  -j1 || (test X'' = Xyes && "$@" --recheck)
>
> <snip>
>
> > ## -------------------------------------- ##
> > ## system-dpdk-testsuite.log was created. ##
> > ## -------------------------------------- ##
> >
> > Please send `tests/system-dpdk-testsuite.log' and all information you think 
> > might help:
> >
> >    To: <b...@openvswitch.org>
> >    Subject: [openvswitch 3.2.90] system-dpdk-testsuite: 2 6 10 14 15 18 19 
> > failed
> >
> > You may investigate any problem if you feel able to do so, in which
> > case the test suite provides a good starting point.  Its output may
> > be found below `tests/system-dpdk-testsuite.dir'.
> >
> > make: *** [Makefile:7061: check-dpdk] Error 1
> >> 2023-11-29T17:03:47.661Z|00089|dpdk|INFO|Device with port_id=0 already 
> >> stopped
> >> 2023-11-29T17:03:47.661Z|00001|dpdk(pmd-c88/id:103)|INFO|PMD thread uses 
> >> DPDK lcore 2.
> >> 2023-11-29T17:03:47.778Z|00090|dpdk|ERR|ice_vsi_config_outer_vlan_stripping():
> >>  Single VLAN mode (SVM) does not support qinq
>
> Hi, Michael, others.
>
> This is a strange error in the log.  This log message was introduced
> in DPDK commit de5da9d16430 ("net/ice: support double VLAN"), which
> is only in DPDK 23.07+, while we should still be using 22.11 here.
>
> Could you, please, check?
>
> But also, is something needs to be changed for the support of 23.11
> so the tests will not fail once we upgrade?  Looks like some driver
> configuration error that should not happen.  Driver bug?
> CC: David, Kevin.

As far as I can see, this is "just" an error level log message with no impact.

My guess is that offloading of vlan is now dependant on some firmware
level feature.
Such firmware stuff is probably related to ddp files or other black box.
The net/ice driver spews this warning but does not fail to initialise the port.

OVS does not rely on vlan offloading (and it is a good thing as I
think Intel broke it a number of times with the E810 driver...).
I tested 23.11 on dpdk-latest, with untagged packets, single
encapsulated vlan packet and double vlan, and all of them are received
correctly.
Sending is also functional.


A fix is needed on DPDK side.
For now, OVS can ignore this stupid (sorry I don't have better words
and I am a bit tired of such stuff) log message.


Cc: Intel maintainers.


-- 
David Marchand

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to