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 EAL arguments. > > For us it is important since we would like to be able to control > per-device log level, e.g. pmd.net.sfc.main.0000:01:00.0. > > v3: > - fix build issue reported by Ferruh > > Ivan Malov (6): > eal: register log type and pick level from EAL args > net/sfc: add support for driver-wide dynamic logging > net/sfc: add support for per-port dynamic logging > net/sfc: prepare to merge init logs with main log type > net/sfc: remove dedicated init log parameter > net/sfc: add dynamic log level for MCDI messages
Series applied to dpdk-next-net/master, thanks.