Re: [dpdk-dev] [PATCH 16/18] net/thunderx: align dynamic log names with standard

2018-01-25 Thread Jerin Jacob
-Original Message- > Date: Thu, 25 Jan 2018 09:01:08 + > From: Harry van Haaren > To: dev@dpdk.org > CC: Harry van Haaren , > jerin.ja...@caviumnetworks.com, maciej.cze...@caviumnetworks.com > Subject: [PATCH 16/18] net/thunderx: align dynamic log names with standard > X-Mailer: git-s

[dpdk-dev] [PATCH 16/18] net/thunderx: align dynamic log names with standard

2018-01-25 Thread Harry van Haaren
This commit aligns the names for dynamic logging with the newly defined logging format. Note that the "nicvf" term has been replaced with "thunderx", as the naming scheme defines that a PMD name should be the same as the directory that it lives in: drivers/net/thunderx Signed-off-by: Harry van Ha