mbox series

[0/2] 21.05 fixes for OVS

Message ID 20210506151426.28202-1-david.marchand@redhat.com (mailing list archive)
Headers
Series 21.05 fixes for OVS |

Message

David Marchand May 6, 2021, 3:14 p.m. UTC
  Testing OVS build against 21.05-rc2 revealed some issues.
Bits were also missing on OVS side, so for people interested, a
rebased dpdk-latest OVS branch is available at:
https://github.com/david-marchand/ovs/commits/dpdk-latest
  

Comments

David Marchand May 7, 2021, 12:21 p.m. UTC | #1
On Thu, May 6, 2021 at 5:15 PM David Marchand <david.marchand@redhat.com> wrote:
>
> Testing OVS build against 21.05-rc2 revealed some issues.
> Bits were also missing on OVS side, so for people interested, a
> rebased dpdk-latest OVS branch is available at:
> https://github.com/david-marchand/ovs/commits/dpdk-latest

I got failures for a "dynamic_config" job running on the Mellanox
server from the lab.
I don't see how my patches could break this.

Max segment number per MTU/TSO: 40
Switch name: 0000:05:00.0
Switch domain Id: 0
Switch Port Id: 65535
06/05/2021 14:03:20              TestDynamicConfig: set_up_all failed:
Traceback (most recent call last):
  File "/home/jenkins/dts-func/framework/test_case.py", line 258, in
execute_setup_all
    self.set_up_all()
  File "tests/TestSuite_dynamic_config.py", line 93, in set_up_all
    self.verify(ret.lower() == self.dest, "MAC address wrong")
  File "/home/jenkins/dts-func/framework/test_case.py", line 169, in verify
    raise VerifyFailure(description)
exception.VerifyFailure: 'MAC address wrong'

06/05/2021 14:03:20                            dts:
TEST SUITE ENDED: TestDynamicConfig

The DTS code does not seem to have changed recently.
Is this test stable?
  
Aaron Conole May 7, 2021, 1:15 p.m. UTC | #2
David Marchand <david.marchand@redhat.com> writes:

> On Thu, May 6, 2021 at 5:15 PM David Marchand <david.marchand@redhat.com> wrote:
>>
>> Testing OVS build against 21.05-rc2 revealed some issues.
>> Bits were also missing on OVS side, so for people interested, a
>> rebased dpdk-latest OVS branch is available at:
>> https://github.com/david-marchand/ovs/commits/dpdk-latest

Thanks for the patches to OVS side - I'm currently reviewing them.

>
> I got failures for a "dynamic_config" job running on the Mellanox
> server from the lab.
> I don't see how my patches could break this.
>
> Max segment number per MTU/TSO: 40
> Switch name: 0000:05:00.0
> Switch domain Id: 0
> Switch Port Id: 65535
> 06/05/2021 14:03:20              TestDynamicConfig: set_up_all failed:
> Traceback (most recent call last):
>   File "/home/jenkins/dts-func/framework/test_case.py", line 258, in
> execute_setup_all
>     self.set_up_all()
>   File "tests/TestSuite_dynamic_config.py", line 93, in set_up_all
>     self.verify(ret.lower() == self.dest, "MAC address wrong")
>   File "/home/jenkins/dts-func/framework/test_case.py", line 169, in verify
>     raise VerifyFailure(description)
> exception.VerifyFailure: 'MAC address wrong'
>
> 06/05/2021 14:03:20                            dts:
> TEST SUITE ENDED: TestDynamicConfig
>
> The DTS code does not seem to have changed recently.
> Is this test stable?
  
David Marchand May 11, 2021, 1:40 p.m. UTC | #3
On Thu, May 6, 2021 at 5:15 PM David Marchand <david.marchand@redhat.com> wrote:
>
> Testing OVS build against 21.05-rc2 revealed some issues.
> Bits were also missing on OVS side, so for people interested, a
> rebased dpdk-latest OVS branch is available at:
> https://github.com/david-marchand/ovs/commits/dpdk-latest

Series applied, thanks.