Bug 1783763
| Summary: | Unable to run the testpmd program using dpdk-18.11.2 package | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Sebastian Scheinkman <sscheink> |
| Component: | DPDK | Assignee: | Jens Freimann <jfreiman> |
| DPDK sub component: | other | QA Contact: | liting <tli> |
| Status: | CLOSED DUPLICATE | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | unspecified | CC: | amorenoz, atragler, augol, ctrautma, dmarchan, jfreiman, jhsiao, ktraynor, mmirecki |
| Version: | RHEL 8.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-01-13 12:54: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: | 1771572 | ||
|
Description
Sebastian Scheinkman
2019-12-15 12:26:39 UTC
Hi Sebastian, It seems your application is defaulting to IOVA_PA mode. Can you please check: - You have enough permissions to access physical addresses (i.e: running as root)? - The issue is not reproducible with "--iova-mode va" in the EAL parameters - There is no other dpdk application (including ovs) running in the system. - Does it always fail in the same point? i.e: just after "error allocating rte services array" Thanks. Let me add more information on the issue. - we are running on an openshift environment with mellanox sriov nic's. - dpdk is running inside a container, build from ubi8, with the dpdk (downstream) package installed on it. - inside the container we are working on a VF from the sriov nic, passed to the container by means of the Sriov CNI - we are using the mlx5_core driver for the nic. We also tried this with a custom build upstream version of dpdk, and it works fine. It should be a fairly similar issue to bz1785933. I put a scratch build of the 18.11 dpdk package in it, can you have a try? Thanks. Sebastian, Marcin, Can you confirm this is the same issue than bz1785933? Thanks. Hi David, Yes, this is the same issue. I was able to run the container without the privileged=true using the scratch build *** This bug has been marked as a duplicate of bug 1785933 *** Closed, clearing needinfo |