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

2018-03-05 Thread Ferruh Yigit
On 1/25/2018 5:00 PM, Andrew Rybchenko wrote: > Unfortunately we're a bit late with dynamic logging implementation. > So, it can wait for 18.05 release cycle if required. > > The series adds EXPERIMENTAL EAL feature which removes dependency > on EAL arguments processing and log types registration.

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

2018-01-25 Thread Thomas Monjalon
26/01/2018 06:59, Andrew Rybchenko: > On 01/26/2018 12:38 AM, Thomas Monjalon wrote: > > 25/01/2018 18:00, Andrew Rybchenko: > >> Unfortunately we're a bit late with dynamic logging implementation. > >> So, it can wait for 18.05 release cycle if required. > >> > >> The series adds EXPERIMENTAL EAL

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

2018-01-25 Thread Andrew Rybchenko
On 01/26/2018 12:38 AM, Thomas Monjalon wrote: 25/01/2018 18:00, Andrew Rybchenko: Unfortunately we're a bit late with dynamic logging implementation. So, it can wait for 18.05 release cycle if required. The series adds EXPERIMENTAL EAL feature which removes dependency on EAL arguments processi

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

2018-01-25 Thread Thomas Monjalon
25/01/2018 18:00, Andrew Rybchenko: > Unfortunately we're a bit late with dynamic logging implementation. > So, it can wait for 18.05 release cycle if required. > > The series adds EXPERIMENTAL EAL feature which removes dependency > on EAL arguments processing and log types registration. It stores

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

2018-01-25 Thread Andrew Rybchenko
Unfortunately we're a bit late with dynamic logging implementation. So, it can wait for 18.05 release cycle if required. 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 A