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 1B1C0A04B0 for ; Thu, 10 Dec 2020 11:15:02 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D7A7BBC86; Thu, 10 Dec 2020 11:15:00 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 11DBABC86 for ; Thu, 10 Dec 2020 11:14:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1607595296; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bKAtl+mEPJ9hacan8IomyMDO2/ZL5tFUToMaXGeBlRA=; b=JaVDrGJGq8twHr7HL6KQPM4DkAzbPefS6dmDxRyDliWv7s0Nn3NXX1Cj8QsddJm+U+Jz44 +vSJ5PCQ3gk4giHaBNBxfBSTBIPNHPdFv6f0IqH/JjUpl9IcEc2Dj1QLyHvTKcmaDe0USY urgsHyucHE38tMh1t2vW7wZCBBiJLDc= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-329-QjdYtl0SMEuQTMdCuDHr1g-1; Thu, 10 Dec 2020 05:14:54 -0500 X-MC-Unique: QjdYtl0SMEuQTMdCuDHr1g-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AD8CE801817; Thu, 10 Dec 2020 10:14:53 +0000 (UTC) Received: from [10.36.114.230] (ovpn-114-230.ams2.redhat.com [10.36.114.230]) by smtp.corp.redhat.com (Postfix) with ESMTP id A5C035D9F1; Thu, 10 Dec 2020 10:14:52 +0000 (UTC) To: Michael Baum , stable@dpdk.org Cc: viacheslavo@nvidia.com References: <1607437345-12268-1-git-send-email-michaelba@nvidia.com> From: Kevin Traynor Message-ID: <43ad1282-a338-ed1c-5fff-85ed19ceac2d@redhat.com> Date: Thu, 10 Dec 2020 10:14:51 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <1607437345-12268-1-git-send-email-michaelba@nvidia.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH 18.11] net/mlx5: remove unused variable in Tx queue creation 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" On 08/12/2020 14:22, Michael Baum wrote: > [ upstream commit fa2dd3d4d6e24bf2956828bf05de86e6e6d88c3e ] > > When a CQ is not created by DevX, it be allocated by either DV function > or by regular Verbs function. > > The CQ DV attributes variable was wrongly defined and initialized in Tx > queue creation while the CQ is created by the regular Verbs function > what remained the attributes variable unused. > > Remove the unused variable. > > Fixes: faf2667fe8d5 ("net/mlx5: separate DPDK from verbs Tx queue objects") > > Signed-off-by: Michael Baum > Acked-by: Matan Azrad > --- > drivers/net/mlx5/mlx5_txq.c | 4 ---- > 1 file changed, 4 deletions(-) Applied, thanks.