Bug 2009640
| Summary: | failed loading xdp program in netns [rhel-8.6.0] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
| Component: | iproute | Assignee: | Andrea Claudi <aclaudi> |
| Status: | CLOSED ERRATA | QA Contact: | Mingyu Shi <mshi> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.5 | CC: | aclaudi, jiji, lmiksik, mshi, network-qe |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | iproute-5.15.0-1.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1995082 | Environment: | |
| Last Closed: | 2022-05-10 15:23:29 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: | |||
| Bug Depends On: | 1995082, 2016061 | ||
| Bug Blocks: | |||
|
Comment 2
Mingyu Shi
2021-10-26 01:55:10 UTC
Mingyu, can you please set itm on this one? Thanks! The build is ready but hasn't add to errata yet. Tested with iproute-5.15.0-1.el8.x86_64 kernel 4.18.0-348.2.el8.x86_64 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Test :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 14:44:58 ] :: [ PASS ] :: Command 'dnf install -y kernel-selftests-internal' (Expected 0, got 0) :: [ 14:44:58 ] :: [ PASS ] :: Command 'pushd /usr/libexec/kselftests/' (Expected 0, got 0) :: [ 14:44:58 ] :: [ PASS ] :: Command 'ip link add type veth' (Expected 0, got 0) :: [ 14:44:58 ] :: [ PASS ] :: Command 'ip link set dev veth0 xdp object ./bpf/xdp_dummy.o section xdp_dummy' (Expected 0, got 0) :: [ 14:44:58 ] :: [ PASS ] :: Command 'ip -d link show dev veth0 | grep prog/xdp' (Expected 0, got 0) :: [ 14:44:58 ] :: [ LOG ] :: test in netns #https://bugzilla.redhat.com/show_bug.cgi?id=1995082 :: [ 14:44:58 ] :: [ PASS ] :: Command 'ip link delete veth0' (Expected 0, got 0) :: [ 14:44:58 ] :: [ PASS ] :: Command 'ip link add type veth' (Expected 0, got 0) :: [ 14:44:58 ] :: [ PASS ] :: Command 'ip netns add ns0' (Expected 0, got 0) :: [ 14:44:58 ] :: [ PASS ] :: Command 'ip link set veth0 netns ns0' (Expected 0, got 0) :: [ 14:44:58 ] :: [ PASS ] :: Command 'ip -n ns0 link set dev veth0 xdp object ./bpf/xdp_dummy.o section xdp_dummy' (Expected 0, got 0) :: [ 14:44:58 ] :: [ PASS ] :: Command 'ip -n ns0 -d link show dev veth0 | grep prog/xdp' (Expected 0, got 0) :: [ 14:44:58 ] :: [ PASS ] :: Command 'ip link del veth1 && ip netns del ns0' (Expected 0, got 0) :: [ 14:44:58 ] :: [ PASS ] :: Command 'popd' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 14s :: Assertions: 13 good, 0 bad :: RESULT: PASS (Test) iproute-5.15.0-1.el8.x86_64 on RHEL-8.6.0-20211129.1 All PASS. 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 (iproute 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:2049 |