From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 03617454F3 for ; Tue, 25 Jun 2024 16:25:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE3E141156; Tue, 25 Jun 2024 16:25:58 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 5F73340274; Tue, 25 Jun 2024 16:25:56 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 5538440 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1719325555; bh=NURlP+IYcFgs9Y7WOm+zJaZ1d3VnqGzus9bj3AXD82s=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=hZQev8QlqAzvxzLG5p1rTvtK5EPp9XljCm+n6JuXvao1x4pgE3ehUbTd4cTEF+HdH xikCwTmvfm571Z5rJ5jMt9sgIwEQgL+eVMgpJ+c2cuYfug59XpGvwSdfwMuEA+CuBv WkUibhKlulqrRI4MeZMtUTiQBocujMMlbCE9E5wU= Received: from [192.168.1.38] (unknown [188.170.74.231]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 5538440; Tue, 25 Jun 2024 17:25:55 +0300 (MSK) Message-ID: <52161a64-29aa-4f4b-9cb9-810d5f8fb560@oktetlabs.ru> Date: Tue, 25 Jun 2024 17:25:48 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/6] vdpa/sfc: remove dead code To: David Marchand , dev@dpdk.org Cc: stable@dpdk.org, Vijay Kumar Srivastava , Maxime Coquelin References: <20240625122414.1065829-1-david.marchand@redhat.com> <20240625122414.1065829-2-david.marchand@redhat.com> Content-Language: en-US From: Andrew Rybchenko In-Reply-To: <20240625122414.1065829-2-david.marchand@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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 On 6/25/24 15:24, David Marchand wrote: > This is probably a copy/paste from the net/sfc driver. > sfc_logtype_driver is not a logtype variable from the sfc vDPA driver. > Remove it. > > Fixes: 6dad9a7353d4 ("vdpa/sfc: support device initialization") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand Reviewed-by: Andrew Rybchenko