From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 85B32A04A4 for ; Sun, 24 May 2020 17:30:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 593FE1D443; Sun, 24 May 2020 17:30:33 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id CFC9E1BEE5; Sun, 24 May 2020 17:30:30 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 4698A8EF; Sun, 24 May 2020 11:30:29 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Sun, 24 May 2020 11:30:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= 9kkw4iT1ME6Bonf1gSn74MuW0CJf28XH4Lgz61Jmqag=; b=oxWtHTmlCxCLP+9S ETtLHO2mU1H3YxGoqZRtXhg1ozXlOCFJDv45s/8FJ8ERIwQBYzA+6nkmb9W7kPS4 YFFlZZi1T2++QkEbaR1QgVicbLk7xvrI/7xs9nA8wYj/6P3A22OTbeyqoaBlw6m+ 9HAIdufbqBJyyYhdJhS7eoEwnTIPEUszXcb9LVlp8ZcJ1PTrgbjXwGUdu/WURHp0 oVpfY94oPaitLIOWnDVFmwn9gSQdrlHfihv16yRWEaNrk8Ij3Zju1ZhkdrblNDVH niYJCBlV+v2PWCMZutydxqMDJFrz/DByKzVa2EfvdmdWXxTNeN/w9srt7JV+xK1Y DdtQtw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=9kkw4iT1ME6Bonf1gSn74MuW0CJf28XH4Lgz61Jmq ag=; b=stJJElUnMBw6l7HCwhy7w/CdgbyF5Fefca3QJzXcH9F8px2o9FbfMn7go JDvDN08m6qO8WX8daeVmKpfpkECathiK5+zJmPIrn789pJyvpQmKLZiP+48klW3e 12e5efLQOzZf2qDch6pnGe218FHNlETdl7aGwfBOLvbH4LqTe+lfRSu8+5RSci5l Pa1vMnGTrjiH4krV362eC8wmOtqwh0Gw03Iqwod+j8ZbUCr/lVVFdFuR9gONJRoG 8DAEVDgyBkMr5lMkT2Fq4v4AMSfj7OJ92nO0UVMVkCjjbAZlUoop6AbaaGXoMyHS bnNGstdXkLdVJaTDgi4OV3PcxjJmA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedruddukedgkeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 83840328005D; Sun, 24 May 2020 11:30:27 -0400 (EDT) From: Thomas Monjalon To: Harman Kalra Cc: stephen@networkplumber.org, jgrajcia@cisco.com, david.marchand@redhat.com, dev@dpdk.org, stable@dpdk.org Date: Sun, 24 May 2020 17:30:26 +0200 Message-ID: <2674031.7s9Q9pJsto@thomas> In-Reply-To: <1589204585-13328-1-git-send-email-hkalra@marvell.com> References: <1589204585-13328-1-git-send-email-hkalra@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] eal: fix epoll fd list rebuild X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 11/05/2020 15:43, Harman Kalra: > An issue has been observed where epoll file descriptor > list rebuilds every time an interrupt/alarm event is > received. > > eal_intr_process_interrupts() should notify pipe fd only > if any source is removed from the source list i.e (rv > 0) > > Fixes: 0c7ce182a760 ("eal: add pending interrupt callback unregister" > Cc: stable@dpdk.org > > Signed-off-by: Harman Kalra This patch is missing 20.05 because no review was done. In general, we are missing a maintainer on "interrupts" area.