Re: [PATCHv3 net-next 0/7] net: sched: cls: add extack support

2018-01-19 Thread David Miller
From: Alexander Aring Date: Thu, 18 Jan 2018 11:20:48 -0500 > this patch adds extack support for TC classifier subsystem. The first > patch fixes some code style issues for this patch series pointed out > by checkpatch. The other patches until the last one prepares extack > handling for the TC cl

Re: [PATCHv3 net-next 0/7] net: sched: cls: add extack support

2018-01-18 Thread Jakub Kicinski
On Thu, 18 Jan 2018 11:20:48 -0500, Alexander Aring wrote: > Hi, > > this patch adds extack support for TC classifier subsystem. The first > patch fixes some code style issues for this patch series pointed out > by checkpatch. The other patches until the last one prepares extack > handling for the

[PATCHv3 net-next 0/7] net: sched: cls: add extack support

2018-01-18 Thread Alexander Aring
Hi, this patch adds extack support for TC classifier subsystem. The first patch fixes some code style issues for this patch series pointed out by checkpatch. The other patches until the last one prepares extack handling for the TC classifier subsystem and handle generic extack errors. The last pa