All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Subject: [PATCH 0/4] cleanup debug and dead code
Date: Fri, 22 Apr 2016 15:43:56 +0200	[thread overview]
Message-ID: <1461332640-24273-1-git-send-email-thomas.monjalon@6wind.com> (raw)

With this series, the default log level is not debug anymore.
And more code depends on debug level instead of having some
almost dead code.

Thomas Monjalon (4):
  eal: increase log level of some messages
  log: increase default level to info
  examples: remove useless debug flags
  eal: add assert macro for debug

 config/common_base                                 |   2 +-
 doc/guides/faq/faq.rst                             |   7 +-
 doc/guides/sample_app_ug/ipv4_multicast.rst        |   4 +-
 drivers/net/bonding/rte_eth_bond_8023ad.c          |  13 +-
 drivers/net/bonding/rte_eth_bond_api.c             |   4 +-
 drivers/net/bonding/rte_eth_bond_pmd.c             |   4 +-
 drivers/net/ena/base/ena_plat_dpdk.h               |  10 +-
 drivers/net/enic/enic.h                            |  10 --
 drivers/net/enic/enic_rx.c                         |   4 +-
 drivers/net/vmxnet3/vmxnet3_ethdev.h               |   8 --
 drivers/net/vmxnet3/vmxnet3_rxtx.c                 |  16 +--
 drivers/net/xenvirt/rte_mempool_gntalloc.c         |   2 +-
 examples/distributor/main.c                        |  19 +--
 examples/ipsec-secgw/esp.c                         |  42 +++---
 examples/ipsec-secgw/ipip.h                        |  10 +-
 examples/ipsec-secgw/ipsec.c                       |  12 +-
 examples/ipsec-secgw/ipsec.h                       |  12 --
 examples/ipv4_multicast/main.c                     |   4 +-
 examples/l3fwd-acl/main.c                          |   3 +
 examples/packet_ordering/main.c                    |  18 +--
 examples/performance-thread/common/lthread.c       |   2 +-
 examples/performance-thread/common/lthread_int.h   |  12 --
 examples/performance-thread/common/lthread_mutex.c |   3 +-
 examples/performance-thread/common/lthread_pool.h  |   4 +-
 examples/performance-thread/common/lthread_queue.h |   2 +-
 examples/performance-thread/common/lthread_sched.c |   2 +-
 examples/performance-thread/common/lthread_tls.c   |   4 +-
 examples/tep_termination/main.c                    |   7 +-
 examples/tep_termination/main.h                    |   8 --
 examples/vhost/main.c                              | 143 +++++++++++----------
 examples/vhost/main.h                              |  12 --
 examples/vhost_xen/main.c                          |  62 ++++-----
 examples/vhost_xen/main.h                          |  11 --
 lib/librte_eal/common/eal_common_lcore.c           |   2 +-
 lib/librte_eal/common/eal_common_log.c             |   5 +
 lib/librte_eal/common/eal_common_options.c         |   4 +
 lib/librte_eal/common/eal_common_pci.c             |   8 +-
 lib/librte_eal/common/include/rte_debug.h          |   9 +-
 lib/librte_ip_frag/ip_frag_common.h                |   8 --
 lib/librte_ip_frag/rte_ipv4_fragmentation.c        |   2 +-
 lib/librte_ip_frag/rte_ipv6_fragmentation.c        |   2 +-
 lib/librte_mbuf/rte_mbuf.c                         |  10 +-
 lib/librte_mbuf/rte_mbuf.h                         |  23 +---
 lib/librte_mempool/rte_mempool.c                   |   4 +-
 lib/librte_sched/rte_red.c                         |   2 +-
 lib/librte_sched/rte_red.h                         |  25 +---
 scripts/test-build.sh                              |   1 +
 47 files changed, 234 insertions(+), 347 deletions(-)

-- 
2.7.0

             reply	other threads:[~2016-04-22 13:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-22 13:43 Thomas Monjalon [this message]
2016-04-22 13:43 ` [PATCH 1/4] eal: increase log level of some messages Thomas Monjalon
2016-04-22 13:43 ` [PATCH 2/4] log: increase default level to info Thomas Monjalon
2016-04-22 13:43 ` [PATCH 3/4] examples: remove useless debug flags Thomas Monjalon
2016-04-28 20:15   ` Yuanhan Liu
2016-04-22 13:44 ` [PATCH 4/4] eal: add assert macro for debug Thomas Monjalon
2016-04-22 19:51   ` Yuanhan Liu
2016-04-22 21:14     ` Thomas Monjalon
2016-04-22 22:08       ` Yuanhan Liu
2016-04-22 22:42         ` Stephen Hemminger
2016-04-29  9:04           ` Thomas Monjalon
2016-05-02 13:37 ` [PATCH 0/4] cleanup debug and dead code Thomas Monjalon

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=1461332640-24273-1-git-send-email-thomas.monjalon@6wind.com \
    --to=thomas.monjalon@6wind.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.