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 91465A00E6 for ; Mon, 5 Aug 2019 23:33:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6AD951B9DE; Mon, 5 Aug 2019 23:33:38 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 9BCD11B9BD; Mon, 5 Aug 2019 23:33:35 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 24A1C21C28; Mon, 5 Aug 2019 17:33:35 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 05 Aug 2019 17:33:35 -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=mesmtp; bh=nkEyXtWFWYj5qzag0J1oHbAyyw/3VQrMu/bm8eBGZi0=; b=hl/JvK9pEbAN MGZaMhR5LZe/3UeInMpbbCJwWI8aRk0ql2agMzQP3g035orpgEyfieH/pnQnDzaY dcGNQifkn+MiRw1nxzwGNQ2MbyyDG14ejuVm3s1TmbEu/FdOcvqr70ZmP861nfEl HYAwY+JzFEAKoWEBAxHvph3XWq2T8c4= 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=fm3; bh=nkEyXtWFWYj5qzag0J1oHbAyyw/3VQrMu/bm8eBGZ i0=; b=fua8hpCkf8IBd8kOV4rxccGf9gvn00z+C88UHAbJSVCPFKepHj1IdzB4s jri2XAQNZ2wSdDaK5kpYC+ujHjLV7sSAEgGaa7/biE3X+ruIc8tzYLCepKPLKMaV p3cKB/mQi3GM/2g2LwnTijBmzMC9bFDYIsbOn13CkziQ1gT3ejqhhh+6Ifh17DTg xPfiqfKyua++LBCsmU+J/iWI3/wPcG0VhhcJYV40FeH5jiS6jpcFAsTexBDfxgFC rsTb9SKTekxBosXrzTb8NitNhZx/MIpLARS8Swvs7LK7IZhZbtYt/ZblLWEJzzkO Ge+vEpllD50MNG4IJnMRcYzahL+Sg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddtledgtddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeelfedriedrudegledruddugeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 621CF380090; Mon, 5 Aug 2019 17:33:33 -0400 (EDT) From: Thomas Monjalon To: Ajit Khaparde , Kalesh AP Cc: dev@dpdk.org, ferruh.yigit@intel.com, stable@dpdk.org Date: Mon, 05 Aug 2019 23:33:32 +0200 Message-ID: <2243628.S6Y9BD036l@xps> In-Reply-To: <20190801154520.80065-1-ajit.khaparde@broadcom.com> References: <20190801152559.71141-1-ajit.khaparde@broadcom.com> <20190801154520.80065-1-ajit.khaparde@broadcom.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH V2] net/bnxt: fix traffic stall on RX queue stop/start 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" 01/08/2019 17:45, Ajit Khaparde: > From: Kalesh AP > > Fixed a check in bnxt_alloc_hwrm_rx_ring() while initializing > the rx ring. > > Driver should not change "deferred_start" status of rx/tx queues. > It should get the status in queue_setup_op() and use that value. > > Fixes: 9b63c6fd70e3 ("net/bnxt: support Rx/Tx queue start/stop") + Cc: stable@dpdk.org > Signed-off-by: Kalesh AP > Signed-off-by: Ajit Khaparde Applied, thanks