This patchset adds and documents a defined naming scheme
for logging. As the user selects logging topics of
interest, it is important for usability that the topics
are consistently named.

The first patch of this patchset documents the new naming
format, please review for clarity.

The other 17 patches bring the existing dynamic logging
in line with the newly documented naming scheme.

Sorry for the wide email, maintainers just review own patches :)

Regards, -Harry


CC People on the discussion thread from the mailing list:
http://dpdk.org/ml/archives/dev/2018-January/088790.html
Cc: bruce.richard...@intel.com
Cc: ferruh.yi...@intel.com
Cc: liang.j...@intel.com
Cc: santosh.shu...@caviumnetworks.com
Cc: jerin.ja...@caviumnetworks.com

CC Maintainers of upcoming patches:
Cc: alejandro.luc...@netronome.com
Cc: allain.leg...@windriver.com
Cc: amr.mokh...@intel.com
Cc: beilei.x...@intel.com
Cc: evge...@amazon.com
Cc: gtza...@amazon.com
Cc: harish.pa...@cavium.com
Cc: hyon...@cisco.com
Cc: jerin.ja...@caviumnetworks.com
Cc: jerin.ja...@caviumnetworks.com
Cc: jingjing...@intel.com
Cc: johnd...@cisco.com
Cc: konstantin.anan...@intel.com
Cc: liang.j...@intel.com
Cc: maciej.cze...@caviumnetworks.com
Cc: matt.pet...@windriver.com
Cc: maxime.coque...@redhat.com
Cc: m...@semihalf.com
Cc: m...@semihalf.com
Cc: qi.z.zh...@intel.com
Cc: rasesh.m...@cavium.com
Cc: santosh.shu...@caviumnetworks.com
Cc: shahed.sha...@cavium.com
Cc: shijith.thot...@cavium.com
Cc: skh...@vmware.com
Cc: ssriniva...@cavium.com
Cc: tiwei....@intel.com
Cc: wenzhuo...@intel.com
Cc: xiao.w.w...@intel.com
Cc: y...@fridaylinux.org

Harry van Haaren (18):
  doc/contrib: document dynamic logging format
  event/opdl: align dynamic log name with standard
  octeontx: align dynamic log names with standard
  bbdev: align dynamic log names with standard
  net/avf: align dynamic log names with standard
  net/avp: align dynamic log names with standard
  net/e1000: align dynamic log names with standard
  net/ena: align dynamic log names with standard
  net/enic: align dynamic log names with standard
  net/fm10k: align dynamic log names with standard
  net/i40e: align dynamic log names with standard
  net/ixgbe: align dynamic log names with standard
  net/liquidio: align dynamic log names with standard
  net/nfp: align dynamic log names with standard
  net/qede: align dynamic log names with standard
  net/thunderx: align dynamic log names with standard
  net/virtio: align dynamic log names with standard
  net/vmxnet3: align dynamic log names with standard

 doc/guides/contributing/coding_style.rst      | 53 +++++++++++++++++++++++++++
 drivers/bbdev/null/bbdev_null.c               |  2 +-
 drivers/bbdev/turbo_sw/bbdev_turbo_software.c |  2 +-
 drivers/event/octeontx/ssovf_evdev.c          |  2 +-
 drivers/event/opdl/opdl_evdev.c               |  2 +-
 drivers/mempool/octeontx/octeontx_fpavf.c     |  4 +-
 drivers/net/avf/avf_ethdev.c                  |  4 +-
 drivers/net/avp/avp_ethdev.c                  |  2 +-
 drivers/net/e1000/em_ethdev.c                 |  4 +-
 drivers/net/ena/ena_ethdev.c                  |  4 +-
 drivers/net/enic/enic_ethdev.c                |  4 +-
 drivers/net/fm10k/fm10k_ethdev.c              |  4 +-
 drivers/net/i40e/i40e_ethdev.c                |  4 +-
 drivers/net/ixgbe/ixgbe_ethdev.c              |  4 +-
 drivers/net/liquidio/lio_ethdev.c             |  4 +-
 drivers/net/nfp/nfp_net.c                     |  4 +-
 drivers/net/octeontx/octeontx_ethdev.c        |  6 +--
 drivers/net/qede/qede_ethdev.c                |  4 +-
 drivers/net/thunderx/nicvf_ethdev.c           |  6 +--
 drivers/net/virtio/virtio_ethdev.c            |  4 +-
 drivers/net/vmxnet3/vmxnet3_ethdev.c          |  4 +-
 21 files changed, 90 insertions(+), 37 deletions(-)

-- 
2.7.4

Reply via email to