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 1273063 - Vlan table display repeat four times in qmp when queues=4
Summary: Vlan table display repeat four times in qmp when queues=4
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm-rhev
Version: 7.2
Hardware: x86_64
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Vlad Yasevich
QA Contact: weliao
URL:
Whiteboard:
Depends On: 1269738
Blocks: 1288337
TreeView+ depends on / blocked
 
Reported: 2015-10-19 13:50 UTC by Vlad Yasevich
Modified: 2016-11-07 20:46 UTC (History)
12 users (show)

Fixed In Version: qemu-kvm-rhev-2.5.0-1.el7
Doc Type: Bug Fix
Doc Text:
Clone Of: 1269738
Environment:
Last Closed: 2016-11-07 20:46:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:2673 0 normal SHIPPED_LIVE qemu-kvm-rhev bug fix and enhancement update 2016-11-08 01:06:13 UTC

Comment 2 weliao 2016-05-17 06:30:55 UTC
Hi Vlad, 
   as you say,It isn't just the vlan table, although it is the mostly obvious one (particularly in rhel7 qemu-kvm package).
   On the surface,I can't reproduce this issue on qemu-kvm-rhev version, so can you tell me how I can verify this bug with qemu-kvm-rhev version?

Thanks
Wei

Comment 3 weliao 2016-09-23 08:14:46 UTC
Reproduce this bug with below version:
qemu-kvm-rhev-2.3.0-23.el7.x86_64
3.10.0-447.el7.x86_64

Test steps:
1.launch a guest with mq
-netdev tap,id=tap0,queues=4,vhost=on  -device virtio-net-pci,netdev=tap0,id=net0,mac=52:54:01:ee:0e:28,bus=pci.0,addr=0x10,mq=on,vectors=10
2.check the rx-filter information without a network name argument.
{"execute":"qmp_capabilities"}
{"return": {}}
{ "execute": "query-rx-filter"}
{"return": [{"promiscuous": true, "name": "net0", "main-mac": "52:54:01:ee:0e:28", "unicast": "normal", "vlan": "all", "vlan-table": [4095, 4094, 4093, 4092, 4091, 4090, 4089, 4088, 4087, 4086, 4085......

Vlan table display repeat four times,so reproduced this bug.
----------------------------------------------------------------------
Verify this bug with below version:
qemu-kvm-rhev-2.6.0-26.el7.x86_64
3.10.0-447.el7.x86_64

the same test steps:
{ "execute": "query-rx-filter"}
{"return": [{"promiscuous": true, "name": "net0", "main-mac": "52:54:01:ee:0e:28", "unicast": "normal", "vlan": "all", "vlan-table": [4095, 4094, 4093, 4092, 4091, 4090, 4089, 4088, 4087......0
Vlan table display only one time.

no repeat display vlan table, So this bug fix well.

Comment 5 errata-xmlrpc 2016-11-07 20:46:50 UTC
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, 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://rhn.redhat.com/errata/RHBA-2016-2673.html


Note You need to log in before you can comment on or make changes to this bug.