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: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] CC Maintainers of upcoming patches: Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] 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

