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 1191633 - ovs: excessive CPU usage in case of broadcast storm
Summary: ovs: excessive CPU usage in case of broadcast storm
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: openvswitch
Version: 7.1
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: rc
: ---
Assignee: Jiri Benc
QA Contact: Rick Alongi
URL:
Whiteboard:
Depends On:
Blocks: 1185521 1191918 1191922
TreeView+ depends on / blocked
 
Reported: 2015-02-11 16:02 UTC by Jiri Benc
Modified: 2016-09-04 14:17 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-04 14:17:15 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jiri Benc 2015-02-11 16:02:01 UTC
Setup: three computers, ovs bridge on each of them with vxlan tunnels in full mesh topology. Send a broadcast packet to the internal port of the bridge.

Originally reproduced with openstack (see bug 1185521 comment 25 and following coments for details).

Happens at least with ovs 2.1.2 and 2.3.1.

The so far debugged symptoms are excessive flow dumping:

The leader revalidator thread is dumping flows from the kernel in a tight loop. The other revalidator threads and ovs-vswitchd thread are spending a lot of time on various locks (which is logical). The flow revalidation should not happen more often than every 500 msec but that's not the case here for some reason.

It seems the problem is seq_wait in udpif_revalidator which either sets poll_immediate_wake or causes poll_block to return immediately because of latch_wait(&waiter->thread->latch) in seq_wait__.

Comment 4 Rick Alongi 2016-02-22 20:39:49 UTC
Reverting the QA Ack until Dev has provided an affirmative Ack.

Comment 5 Jiri Benc 2016-09-04 14:17:15 UTC
Strangely, I cannot reproduce it anymore. The storm itself is easily reproducible but the CPU usage I get is as expected.

Given we don't have anyone complaining, this has never been observed during normal operation and I can't reproduce anymore, I'm closing this.

If we hit this again, we'll reopen.


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