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

2018-01-26 Thread Shijith Thotton
On Thu, Jan 25, 2018 at 09:01:05AM +, Harry van Haaren wrote: > This commit aligns the names for dynamic logging with > the newly defined logging format. > > Note that the "lio" term has been replaced with "liquidio", > as the naming scheme defines that a PMD name should be the > same as the d

[dpdk-dev] [PATCH 13/18] net/liquidio: 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 "lio" term has been replaced with "liquidio", as the naming scheme defines that a PMD name should be the same as the directory that it lives in: drivers/net/liquidio Signed-off-by: Harry van Haar