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

Ferruh Yigit ferruh.yigit at intel.com
Thu Mar 22 11:22:32 CET 2018


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.


More information about the dev mailing list