From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/5] no longer use RTE_LOGTYPE_PMD Date: Thu, 28 Feb 2019 17:55:32 +0000 Message-ID: References: <20190226213424.10567-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Andrew Rybchenko To: Stephen Hemminger , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3C2422C0C for ; Thu, 28 Feb 2019 18:55:34 +0100 (CET) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/28/2019 5:46 PM, Ferruh Yigit wrote: > On 2/26/2019 9:34 PM, Stephen Hemminger wrote: >> Almost all usages of RTE_LOGTYPE_PMD have been replaced by per >> driver log types in current version. This patch series fixes the >> few remaining stragglers to use local logging. >> >> Stephen Hemminger (5): >> eal: drop unused RTE_PROC_PRIMARY_OR macros >> crypto/virtio: use local log type >> eventdev: use same log macro for all unsupported calls >> eal: remove RTE_PMD_DEBUG_TRACE >> sfc: don't use RTE_LOGTYPE_PMD > > For series, > Reviewed-by: Ferruh Yigit > > (except 5/5 which has v2) > Series applied to dpdk-next-net/master, thanks.