From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 135765920; Mon, 1 May 2017 11:35:54 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9F96920758; Mon, 1 May 2017 05:35:54 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 01 May 2017 05:35:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=ckebOj9zrAOT6cm BBUKgKwNuJBDFY1OvwNC7+ZGngw4=; b=EXK9VFsLnNFY5SjO+x6c6MdkJT8moTp fkxbBbItGzdVFLlkT4I8g1naipsoPdnhq+5cS6oUKfaXMHue8ZWRjP/9Fkp/bSiV dxRWAjlARHY7JUEqyNbDq6Dk2CG4nMxOTzs7M6FmLSd5Nk1zceqxQbovRU/V2Bpb r//LJ2H8yVGs= 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-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=ckebOj9zrAOT6cmBBUKgKwNuJBDFY1OvwNC7+ZGngw4=; b=ByH5HjvA F8ba+INxlEXowLA0rzJYUW5owcO53rsV1rRn7mfiXn2ZjRc/OC4nHv6V2YoPTH3l G8cV6l1mkYC2iEoFta1YA8KA3BGEmI/2ve/u8ZQXh95wdD1TWD0Qxo2uwGpF0crd /5FYdvC+ysWMEObh19cj/8QCPUmDEYjxZFQKUn57YZc+jpa5oDwpTmC5AitCWs6Z LhT9x4umMwsw6uhIiiM9gL9IFTT4kZS/c4+IhbkqMxVg6Zo4UMA0hDTdCTdtGAR1 VZsyBcUT7/IIy4dUyvnlQui80OoNKCVkWqaOcvG7TiAgZBqZR9mD20ZIHZjtr742 nokI9vrzt4/3hQ== X-ME-Sender: X-Sasl-enc: r/B1E7DpZk8PUHRQbMU+Su9Gu05IIcg8dibmNrR35qyV 1493631354 Received: from xps.localnet (245.114.118.80.rev.sfr.net [80.118.114.245]) by mail.messagingengine.com (Postfix) with ESMTPA id 33C407E2E2; Mon, 1 May 2017 05:35:54 -0400 (EDT) From: Thomas Monjalon To: Rasesh Mody Cc: dev@dpdk.org, Dept-EngDPDKDev@cavium.com, stable@dpdk.org Date: Mon, 01 May 2017 11:35:52 +0200 Message-ID: <3206546.R7uotXGjfS@xps> In-Reply-To: <1493426314-16514-1-git-send-email-rasesh.mody@cavium.com> References: <1493426314-16514-1-git-send-email-rasesh.mody@cavium.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/qede: fix to increment Tx packets X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 09:35:55 -0000 29/04/2017 02:38, Rasesh Mody: > Inadvertently we failed to increment tx_pkts pointer while addressing > coverity issue, this patch fixes that. > > Fixes: 41b52b732ec5 ("net/qede/base: fix code flow and remove unused code") > Cc: stable@dpdk.org > > Signed-off-by: Rasesh Mody Squashed, thanks