Bug 2026621
| Summary: | VLAN filtering cannot be configured with Intel X710 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Petr Horáček <phoracek> | ||||
| Component: | nispor | Assignee: | Gris Ge <fge> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Mingyu Shi <mshi> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 8.4 | CC: | danken, ferferna, fge, jiji, jishi, klatouch, nashok, network-qe, till, toneata | ||||
| Target Milestone: | rc | Keywords: | Triaged, ZStream | ||||
| Target Release: | 8.6 | Flags: | pm-rhel:
mirror+
|
||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | nispor-1.2.3-1.el8 | Doc Type: | No Doc Update | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 2040316 2040317 2075200 (view as bug list) | Environment: | |||||
| Last Closed: | 2022-05-10 14:07:51 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 2040316, 2040317, 2075200 | ||||||
| Attachments: |
|
||||||
|
Description
Petr Horáček
2021-11-25 10:58:52 UTC
Debugging with nmcli and iproute2. I think this is probably a NM or kernel bug. After reboot of the host and trying again, the dmesg stopped appearing (is restart needed to clear the memory?). However, it still fails to configure the VLAN trunk. Hi Petr, This sounds like a kernel bug to me. Can I close as duplication of bug 1959512 ? It's not clear that these two bugs are the same to me. Despite being in the same area, they are different. The on with Pensando caused the host to freeze. This Intel one just silently ignores the configuration. Marking it as a duplicate would be dangerous as we would skip the investigation and just assume it is already fixed. Could we move the BZ to kernel and let them evaluate it instead? If nmcli can works, then nmstate should fix it or at lease workaround it. I will take a look before 14 Jan 2022. Acceptance criteria: Nmstate should support vlan filtering on intel X710(i40e driver). Patch posted to https://github.com/nispor/nispor/pull/166 Backport scratch build: RHEL 8.6: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=42249637 RHEL 8.5: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=42249613 RHEL 8.4: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=42249571 I have reproduce the problem and tested the 8.5 rpm on IBM s390x(ppc64le) server with Intel Corporation Ethernet Controller X710/X557-AT 10GBASE-T. Hi nijin ashok, Could you use above scratch rpm to test in your environment? Thank you! (In reply to Gris Ge from comment #20) > Hi nijin ashok, > > Could you use above scratch rpm to test in your environment? > > Thank you! Tested with the new build and nmstatectl was able to apply the VLANs successfully. ~~~ npc iface ens1f0 |grep -A8 vlans Unhandled AF_SPEC_BRIDGE_INFO: 0 [2, 0] Unhandled AF_SPEC_BRIDGE_INFO: 1 [1, 0] Unhandled AF_SPEC_BRIDGE_INFO: 0 [2, 0] Unhandled AF_SPEC_BRIDGE_INFO: 1 [1, 0] vlans: - vid: 1 is_pvid: true is_egress_untagged: true - vid_range: - 100 - 2412 is_pvid: false is_egress_untagged: false ~~~ *** Bug 2030197 has been marked as a duplicate of this bug. *** 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 (nispor 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/RHEA-2022:1881 |