Bug 1991650
| Summary: | [RHEL-7] bad key length while flow construction for geneve tunnel offload | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Timothy Redaelli <tredaelli> |
| Component: | openvswitch2.13 | Assignee: | Paolo Valerio <pvalerio> |
| Status: | CLOSED ERRATA | QA Contact: | Zhiqian Guan <zhguan> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | FDP 21.G | CC: | ctrautma, hakhande, i.maximets, jhsiao, kfida, mleitner, pvalerio, ralongi, tredaelli, zhguan, zshi |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openvswitch2.13-2.13.0-102.el7fdp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1927736 | Environment: | |
| Last Closed: | 2022-11-21 14:15:48 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Timothy Redaelli
2021-08-09 15:28:50 UTC
[root@netqe4 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.9 (Maipo)
[root@netqe4 ~]# uname -r
3.10.0-1160.36.2.el7.x86_64
[root@netqe4 ~]# rpm -qa | grep openvswitch2
openvswitch2.13-2.13.0-102.el7fdp.x86_64
[root@netqe4 ~]#
[root@netqe4 ~]# ovs-vsctl show
e8da0994-ab65-414d-8227-9bb97d6838b7
Bridge ovsbr0
Port geneve1
Interface geneve1
type: geneve
options: {csum="true", key="100", local_ip="1.1.1.1", remote_ip="1.1.1.2"}
Port p1p1_pf0vf0
Interface p1p1_pf0vf0
Port ovsbr0
Interface ovsbr0
type: internal
ovs_version: "2.13.5"
[root@netqe4 ~]#
[root@netqe4 ~]# ovs-appctl dpctl/dump-flows type=offloaded --names -m
tunnel(tun_id=0x64,src=1.1.1.2,dst=1.1.1.1,tp_dst=6081,flags(+key)),recirc_id(0),in_port(3),eth(src=22:c3:aa:17:a1:ec,dst=e4:11:22:33:44:60),eth_type(0x0800),ipv4(frag=no), packets:425, bytes:35700, used:0.680s, actions:2
recirc_id(0),in_port(2),eth(src=e4:11:22:33:44:60,dst=22:c3:aa:17:a1:ec),eth_type(0x0800),ipv4(tos=0/0x3,frag=no), packets:425, bytes:35700, used:0.680s, actions:set(tunnel(tun_id=0x64,src=1.1.1.1,dst=1.1.1.2,ttl=64,tp_dst=6081,flags(csum|key))),3
[root@netqe4 ~]#
Based on comment3, no more bad key length in the offloading flow rules, set this to VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (openvswitch2.13 bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:8558 |