Re: [dpdk-dev] [PATCH v3 0/6] net/sfc: implement dynamic logging

2018-03-22 Thread Ferruh Yigit
On 3/21/2018 11:28 AM, Andrew Rybchenko wrote: > The series adds EXPERIMENTAL EAL feature which removes dependency > on EAL arguments processing and log types registration. It stores > EAL loglevel arguments in the list and adds API function to register > a new log type and pick up its value from E

[dpdk-dev] [PATCH v3 0/6] net/sfc: implement dynamic logging

2018-03-21 Thread Andrew Rybchenko
The series adds EXPERIMENTAL EAL feature which removes dependency on EAL arguments processing and log types registration. It stores EAL loglevel arguments in the list and adds API function to register a new log type and pick up its value from EAL arguments. For us it is important since we would li