Bug 1949738
| Summary: | The 1queue ovs dpdk pvp case didn't receive any packet on bnxt_en nic on openvswitch-2.9.9-1.el7 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | liting <tli> |
| Component: | openvswitch | Assignee: | Timothy Redaelli <tredaelli> |
| openvswitch sub component: | ovs-dpdk | QA Contact: | qding |
| Status: | CLOSED WONTFIX | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | unspecified | CC: | atragler, ctrautma, fbaudin, jhsiao, ktraynor |
| Version: | FDP 19.C | ||
| 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: | 2021-08-06 13:06:37 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: | |||
|
Description
liting
2021-04-15 00:24:55 UTC
Looks like the culprit is ovs-dpdk bridge:
[root@netqe10 jhsiao]# rpm -q openvswitch
openvswitch-2.9.9-1.el7fdp.x86_64
[root@netqe10 jhsiao]#
With n_rxq=1 for all four interfaces packets from trex got dropper at dpdk interfaces.
[root@netqe10 jhsiao]# ovs-vsctl show
576d8f08-9348-451b-a3a6-4e90b4d4993d
Bridge "ovsbr0"
Port "vhost0"
Interface "vhost0"
type: dpdkvhostuserclient
options: {n_rxq="1", vhost-server-path="/tmp/vhost0"}
Port "vhost1"
Interface "vhost1"
type: dpdkvhostuserclient
options: {n_rxq="1", vhost-server-path="/tmp/vhost1"}
Port "dpdk-10"
Interface "dpdk-10"
type: dpdk
options: {dpdk-devargs="0000:83:00.0", n_rxq="1"}
Port "dpdk-11"
Interface "dpdk-11"
type: dpdk
options: {dpdk-devargs="0000:83:00.1", n_rxq="1"}
Port "ovsbr0"
Interface "ovsbr0"
type: internal
ovs_version: "2.9.9"
[root@netqe10 jhsiao]#
(In reply to Jean-Tsung Hsiao from comment #1) > Looks like the culprit is ovs-dpdk bridge: > [root@netqe10 jhsiao]# rpm -q openvswitch > openvswitch-2.9.9-1.el7fdp.x86_64 > [root@netqe10 jhsiao]# > > With n_rxq=1 for all four interfaces packets from trex got dropper at dpdk ... got dropped at dpdk interfaces > interfaces. As 2.9 is no longer being updated, should we just close this bug? (In reply to Christian Trautman from comment #3) > As 2.9 is no longer being updated, should we just close this bug? Yes, let me close it. |