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 2D3ABA00C5; Mon, 6 Jul 2020 11:31:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D7D21C43F; Mon, 6 Jul 2020 11:31:20 +0200 (CEST) Received: from mail-io1-f65.google.com (mail-io1-f65.google.com [209.85.166.65]) by dpdk.org (Postfix) with ESMTP id 840E21C438 for ; Mon, 6 Jul 2020 11:31:18 +0200 (CEST) Received: by mail-io1-f65.google.com with SMTP id q74so15022699iod.1 for ; Mon, 06 Jul 2020 02:31:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=wNFQC6GhdfEcHoX8uvW8BIvqnSryi9NPfdbfbK6bPdE=; b=o0XEVAzPXY3fS9ioA/jAVlkOR0zk6CQlWMgtOnT1YuFVWg9PRTY8+0PGc6tHV+f6Yd y4l8z8632IVrAGquGCpvQWlLRAe6IGLh264x6+09B5IkpchBRdswbsFL0iRo7H9IXeyq EEOzE62bxb6mYk4F3vmT+oocxyNk+kwVhO5XtsD2zEDdwJNji81J2ezaTs+cXCPehdnR OCuYPFKnmp/ridlKJ23+LG2CCzTLKsMUisnPOMLc2a0tCYzYYJxHi4s3thqvCEcs3EBb aWMN4RwCTNH9jO4gGSijoNbYPB3awyKybcDj/U2ViyVWZDYZV0fNdNrUhgs0a7OsxHEe 1tVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=wNFQC6GhdfEcHoX8uvW8BIvqnSryi9NPfdbfbK6bPdE=; b=g70Og2m/XkSSfmtmR+ikFtWjp6fOly3J9nO2eIxHUwo6anxaLyRPXKrByGBF2fZ9am 6h1zlmJbvoEBuIKjIOB3Iyrd59vCqP7Ol5L6G4fMJrYedaEPRdClgkkh8xLPjU9v36E/ /CKrhpZIIFYhjig8Tzq6Gv/f3avyiTukMk/5UlYqLEAF6Gw3F6wKqReZpIhAjEnTJwMs snm83gXkwUNYAFkuf8OZAmObAcGvcXb/0nzwbO+jbdSaoATSZMgilbCoNUwO4Mm8s3KP /SgO2KiqiutgNqFGNHOvPhcIeeP+i3mWa95zQAe8pmY1U0nRcQ3aHvT//U/GuqSkW1+J 8fMg== X-Gm-Message-State: AOAM531TpZb+ygMSDCjVzPnNCxw/KGgGdIgojqGrsm0ebnIQomjsuuvU Hl236vBVzbpzHdYfDd1/hNvVylW3Vpid9aLbSxo= X-Google-Smtp-Source: ABdhPJzIDUdBmYRAtIevQG7EedT85zpkIHk4pvz9R+8VizIBJ+499xS6VEZN0V7LZ19kExJ6sUfT/qh622oH36LIDFk= X-Received: by 2002:a5e:8b44:: with SMTP id z4mr1982205iom.123.1594027877785; Mon, 06 Jul 2020 02:31:17 -0700 (PDT) MIME-Version: 1.0 References: <20200701104428.4149689-1-jerinj@marvell.com> <20200701123347.51144-1-jerinj@marvell.com> In-Reply-To: From: Jerin Jacob Date: Mon, 6 Jul 2020 15:01:01 +0530 Message-ID: To: David Marchand Cc: Jerin Jacob Kollanukkaran , dev , Thomas Monjalon , Olivier Matz , sachin.saxena@oss.nxp.com, "Dybkowski, AdamX" Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v5 00/13] rte_log registration usage improvement 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Jul 3, 2020 at 7:26 PM David Marchand wrote: > > On Wed, Jul 1, 2020 at 2:34 PM wrote: > > > > From: Jerin Jacob > > > > This patch series improves the rte_log registration code snippet by > > avoiding duplication of the code around registration by > > introducing RTE_LOG_REGISTER macro. > > > > Squashed as a single commit since the conversion patches do not give > more insight than the first change. > Removed unnecessary some double empty lines or at the end of files. > And applied. > > Note: I spotted some left behind logtype declarations for > mlx5_vdpa_logtype, rte_graph_logtype, librawdev_logtype and > stack_logtype. > Could you send a followup patch if there are unneeded? Yes. I will send it. Thanks for check. > > Thanks for the cleanup. > > > -- > David Marchand >