DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: dev@dpdk.org
Subject: Re: [PATCH 0/3] Remove last library static logtypes
Date: Fri, 12 Jan 2024 12:03:32 +0100	[thread overview]
Message-ID: <CAJFAV8zMPwF8G1Ke1SicsAvWL=C3vjRCJL51HvDrXjQE4pZ2jA@mail.gmail.com> (raw)
In-Reply-To: <20231222174539.13431-1-stephen@networkplumber.org>

On Fri, Dec 22, 2023 at 6:46 PM Stephen Hemminger
<stephen@networkplumber.org> wrote:
>
> These three libraries were depending on static logtypes.
>
> Stephen Hemminger (3):
>   port: convert to dynamic log type
>   table: convert to dynamic logtype
>   pipeline: convert to a dynamic logtype
>
>  lib/log/log.c               | 3 ---
>  lib/log/rte_log.h           | 6 +++---
>  lib/pipeline/rte_pipeline.c | 3 +++
>  lib/port/meson.build        | 1 +
>  lib/port/port_log.c         | 7 +++++++
>  lib/port/port_log.h         | 4 +++-
>  lib/table/meson.build       | 2 ++
>  lib/table/table_log.c       | 7 +++++++
>  lib/table/table_log.h       | 4 +++-
>  9 files changed, 29 insertions(+), 8 deletions(-)
>  create mode 100644 lib/port/port_log.c
>  create mode 100644 lib/table/table_log.c

I fixed patch 1 which was missing some bits added in patch 2.
I also fixed the copyright notices.

Applied, thanks.


-- 
David Marchand


      parent reply	other threads:[~2024-01-12 11:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-22 17:44 Stephen Hemminger
2023-12-22 17:44 ` [PATCH 1/3] port: convert to dynamic log type Stephen Hemminger
2023-12-22 17:44 ` [PATCH 2/3] table: convert to dynamic logtype Stephen Hemminger
2023-12-22 17:44 ` [PATCH 3/3] pipeline: convert to a " Stephen Hemminger
2024-01-12 11:03 ` David Marchand [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJFAV8zMPwF8G1Ke1SicsAvWL=C3vjRCJL51HvDrXjQE4pZ2jA@mail.gmail.com' \
    --to=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).