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 31465454F1; Tue, 25 Jun 2024 16:26:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2242D4275A; Tue, 25 Jun 2024 16:26:11 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id A88674270A for ; Tue, 25 Jun 2024 16:26:09 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 2EF7C40 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1719325569; bh=HkF9VAgsCiDPtwTif0cFkzSIAUekKKAZy0sTYgU7OxI=; h=Date:Subject:To:References:From:In-Reply-To:From; b=FyKh9/W59rQl68KgNvEGGcz9BG70rC67Uq8tn/92scCN0Ewso1z6ZOi1kQIs8tOrf FZ5Ac403zXVDzEC7bSNsUsoY4FlCguBExakHc+rQ3V2N98j3C/jslRhTmhnJorsibF Jhd8zTWqNvojqX2vgMJphv0I49YnbXOaCZ+0whGA= 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 2EF7C40; Tue, 25 Jun 2024 17:26:09 +0300 (MSK) Message-ID: <34c7f3f4-1708-4bb7-9bd6-da4ca01b2ff5@oktetlabs.ru> Date: Tue, 25 Jun 2024 17:26:08 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 3/6] net/sfc: remove use of EAL logtype To: David Marchand , dev@dpdk.org References: <20240625122414.1065829-1-david.marchand@redhat.com> <20240625122414.1065829-4-david.marchand@redhat.com> Content-Language: en-US From: Andrew Rybchenko In-Reply-To: <20240625122414.1065829-4-david.marchand@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On 6/25/24 15:24, David Marchand wrote: > When registering a common logtype for this driver, instead of > explicitly fall back to EAL, rely on the log registration macro to > achieve the same. > > Signed-off-by: David Marchand Reviewed-by: Andrew Rybchenko Thanks