Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1700373

Summary: backport virtio packed virtqueue support
Product: Red Hat Enterprise Linux 8 Reporter: Jens Freimann <jfreiman>
Component: dpdkAssignee: Jens Freimann <jfreiman>
Status: CLOSED CURRENTRELEASE QA Contact: Jean-Tsung Hsiao <jhsiao>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.1CC: aadam, ailan, jwboyer, maxime.coquelin, mkalinin, ovs-qe, qding, tredaelli
Target Milestone: rcFlags: pm-rhel: mirror+
Target Release: 8.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: dpdk-18.11.2-2.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1754708 (view as bug list) Environment:
Last Closed: 2022-02-19 02:05:54 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: 1754708    

Comment 6 Jens Freimann 2019-08-16 12:11:57 UTC
Pushed backport to branch rhel8.1.0 in pks.devel.redhat.com/rpms/dpdk and 
triggered a build: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=23093045

Comment 31 Jean-Tsung Hsiao 2019-12-18 03:25:48 UTC
Have verified the bug using PvP 64 bytes 0-loss test: 7.36 Mpps.

*** Host configuration ***
[root@netqe7 ~]# uname -r
4.18.0-147.el8.x86_64
[root@netqe7 ~]# rpm -q openvswitch2.12
openvswitch2.12-2.12.0-12.el8fdp.x86_64

[root@netqe7 jhsiao]# cat vhostuserclient.sh
ovs-vsctl set Open_vSwitch . other_config={}
ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-lcore-mask=0x0202
ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-socket-mem="4096,4096"
ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-init=true

ovs-vsctl --if-exists del-br ovsbr0
ovs-vsctl set Open_vSwitch . other_config:pmd-cpu-mask=0xa0a0
ovs-vsctl add-br ovsbr0 -- set bridge ovsbr0 datapath_type=netdev
ovs-vsctl add-port ovsbr0 dpdk0 \
    -- set interface dpdk0 type=dpdk ofport_request=10 options:dpdk-devargs=0000:83:00.0 \
	options:n_rxq=1
ovs-vsctl add-port ovsbr0 dpdk1 \
    -- set interface dpdk1 type=dpdk ofport_request=11 options:dpdk-devargs=0000:83:00.1 \
	options:n_rxq=1

ovs-vsctl add-port ovsbr0 vhost0 -- set Interface vhost0 type=dpdkvhostuserclient \
	options:vhost-server-path=/tmp/vhost0 ofport_request=20

ovs-vsctl add-port ovsbr0 vhost1 -- set Interface vhost1 type=dpdkvhostuserclient \
	options:vhost-server-path=/tmp/vhost1 ofport_request=21

ovs-ofctl del-flows ovsbr0
ovs-ofctl add-flow ovsbr0 in_port=10,actions=output:20
ovs-ofctl add-flow ovsbr0 in_port=20,actions=output:10
ovs-ofctl add-flow ovsbr0 in_port=11,actions=output:21
ovs-ofctl add-flow ovsbr0 in_port=21,actions=output:11
ovs-ofctl dump-flows ovsbr0

*** Guest configuration ***

[root@localhost ~]# uname -r
4.18.0-80.el8.x86_64
[root@localhost ~]# rpm -q dpdk
dpdk-18.11.2-4.el8.x86_64
[root@localhost ~]# cat testpmd.sh 
testpmd -l 0,1,2,3,4 -n 1 -w 0000:00:03.0 -w 0000:00:09.0 --socket-mem 4096 -- -i --nb-cores=2  --rxq=1 --txq=1 --rxd=1024 --txd=1024

*** Trex as traffic generator ***

Comment 38 Red Hat Bugzilla 2023-09-15 00:16:33 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days