[dpdk-dev] [PATCH 00/18] dynamic logging naming scheme

Harry van Haaren harry.van.haaren at intel.com
Thu Jan 25 10:00:52 CET 2018


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.richardson at intel.com
Cc: ferruh.yigit at intel.com
Cc: liang.j.ma at intel.com
Cc: santosh.shukla at caviumnetworks.com
Cc: jerin.jacob at caviumnetworks.com

CC Maintainers of upcoming patches:
Cc: alejandro.lucero at netronome.com
Cc: allain.legacy at windriver.com
Cc: amr.mokhtar at intel.com
Cc: beilei.xing at intel.com
Cc: evgenys at amazon.com
Cc: gtzalik at amazon.com
Cc: harish.patil at cavium.com
Cc: hyonkim at cisco.com
Cc: jerin.jacob at caviumnetworks.com
Cc: jerin.jacob at caviumnetworks.com
Cc: jingjing.wu at intel.com
Cc: johndale at cisco.com
Cc: konstantin.ananyev at intel.com
Cc: liang.j.ma at intel.com
Cc: maciej.czekaj at caviumnetworks.com
Cc: matt.peters at windriver.com
Cc: maxime.coquelin at redhat.com
Cc: mk at semihalf.com
Cc: mw at semihalf.com
Cc: qi.z.zhang at intel.com
Cc: rasesh.mody at cavium.com
Cc: santosh.shukla at caviumnetworks.com
Cc: shahed.shaikh at cavium.com
Cc: shijith.thotton at cavium.com
Cc: skhare at vmware.com
Cc: ssrinivasan at cavium.com
Cc: tiwei.bie at intel.com
Cc: wenzhuo.lu at intel.com
Cc: xiao.w.wang at intel.com
Cc: yliu at 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



More information about the dev mailing list