DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH v2 0/5] Replace use of RTE_LOGTYPE_USER1 in libraries.
Date: Thu,  9 Feb 2023 09:11:37 -0800	[thread overview]
Message-ID: <20230209171142.94938-1-stephen@networkplumber.org> (raw)
In-Reply-To: <^[[200~https://inbox.dpdk.org/dev/20230208044825.1682620-1-stephen@networkplumber.org>

This is split out of other rte_log patchset.
The DPDK libraries and drivers should not be using the USER1 logtype.

v2 - fix some compile warnings

Stephen Hemminger (5):
  ip_frag: use a dynamic logtype
  reorder: use a dynamic logtype
  latencystats: use dynamic logtype
  vhost: use logtype instead of RTE_LOGTYPE_USER1
  ipsec: fix usage of RTE_LOGTYPE_USER1

 drivers/crypto/ipsec_mb/ipsec_mb_ops.c |   3 +-
 lib/ip_frag/ip_frag_common.h           |  16 ++-
 lib/ip_frag/ip_frag_internal.c         | 174 ++++++++++++-------------
 lib/ip_frag/rte_ip_frag_common.c       |  13 +-
 lib/ip_frag/rte_ipv4_reassembly.c      |  14 +-
 lib/ip_frag/rte_ipv6_reassembly.c      |  59 ++++-----
 lib/latencystats/rte_latencystats.c    |  55 ++++----
 lib/reorder/rte_reorder.c              |  35 ++---
 lib/vhost/fd_man.c                     |  16 ++-
 lib/vhost/vhost_crypto.c               |  25 ++--
 10 files changed, 207 insertions(+), 203 deletions(-)

-- 
2.39.1


       reply	other threads:[~2023-02-09 17:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <^[[200~https://inbox.dpdk.org/dev/20230208044825.1682620-1-stephen@networkplumber.org>
2023-02-09 17:11 ` Stephen Hemminger [this message]
2023-02-09 17:11   ` [PATCH v2 1/5] ip_frag: use a dynamic logtype Stephen Hemminger
2023-02-09 17:11   ` [PATCH v2 2/5] reorder: " Stephen Hemminger
2023-02-09 17:11   ` [PATCH v2 3/5] latencystats: use " Stephen Hemminger
2023-02-09 17:11   ` [PATCH v2 4/5] vhost: use logtype instead of RTE_LOGTYPE_USER1 Stephen Hemminger
2023-02-09 17:11   ` [PATCH v2 5/5] ipsec: fix usage " Stephen Hemminger

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=20230209171142.94938-1-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.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).