mbox series

[v7,0/5] Convert us of RTE_LOGTYPE_USER1 in libraries

Message ID 20230221185553.513432-1-stephen@networkplumber.org (mailing list archive)
Headers
Series Convert us of RTE_LOGTYPE_USER1 in libraries |

Message

Stephen Hemminger Feb. 21, 2023, 6:55 p.m. UTC
  The DPDK libraries and drivers should not be using the USER1 logtype.

v7 - fix review comments. Replace USER1 in ip_frag and vhost crypto.

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           |  5 ++++-
 lib/ip_frag/rte_ip_frag_common.c       |  8 +++++---
 lib/latencystats/rte_latencystats.c    |  3 ++-
 lib/reorder/rte_reorder.c              |  6 +++---
 lib/vhost/fd_man.c                     |  4 ++--
 lib/vhost/vhost_crypto.c               | 22 +++++++++++-----------
 7 files changed, 29 insertions(+), 22 deletions(-)