Re: [PATCH net-next 0/8] net: sched: cls: add extack support

2018-01-16 Thread Daniel Borkmann
On 01/17/2018 01:08 AM, Daniel Borkmann wrote: > Hey David, and others, [+Alexei] > > On 01/17/2018 12:27 AM, Jamal Hadi Salim wrote: >> On 18-01-16 05:41 PM, Jakub Kicinski wrote: >>> On Tue, 16 Jan 2018 17:12:57 -0500, Jamal Hadi Salim wrote: On 18-01-16 04:46 PM, Jakub Kicinski wrote:

Re: [PATCH net-next 0/8] net: sched: cls: add extack support

2018-01-16 Thread Daniel Borkmann
Hey David, and others, [+Alexei] On 01/17/2018 12:27 AM, Jamal Hadi Salim wrote: > On 18-01-16 05:41 PM, Jakub Kicinski wrote: >> On Tue, 16 Jan 2018 17:12:57 -0500, Jamal Hadi Salim wrote: >>> On 18-01-16 04:46 PM, Jakub Kicinski wrote: On Tue, 16 Jan 2018 12:20:19 -0500, Alexander Aring wro

Re: [PATCH net-next 0/8] net: sched: cls: add extack support

2018-01-16 Thread Jamal Hadi Salim
On 18-01-16 05:41 PM, Jakub Kicinski wrote: On Tue, 16 Jan 2018 17:12:57 -0500, Jamal Hadi Salim wrote: On 18-01-16 04:46 PM, Jakub Kicinski wrote: On Tue, 16 Jan 2018 12:20:19 -0500, Alexander Aring wrote: [..] I would say precedence should be Jiri's patches, Alex's patches and then your

Re: [PATCH net-next 0/8] net: sched: cls: add extack support

2018-01-16 Thread Jakub Kicinski
On Tue, 16 Jan 2018 17:12:57 -0500, Jamal Hadi Salim wrote: > On 18-01-16 04:46 PM, Jakub Kicinski wrote: > > On Tue, 16 Jan 2018 12:20:19 -0500, Alexander Aring wrote: > > [..] > > > Ugh, this is going to conflict with our series too :( (and I CCed you > > on ours) > > > > Would it be OK for

Re: [PATCH net-next 0/8] net: sched: cls: add extack support

2018-01-16 Thread Jamal Hadi Salim
On 18-01-16 04:46 PM, Jakub Kicinski wrote: On Tue, 16 Jan 2018 12:20:19 -0500, Alexander Aring wrote: [..] Ugh, this is going to conflict with our series too :( (and I CCed you on ours) Would it be OK for you to hold off until Jiri's code gets merged and ours comes down via bpf-next? That

Re: [PATCH net-next 0/8] net: sched: cls: add extack support

2018-01-16 Thread Jakub Kicinski
On Tue, 16 Jan 2018 12:20:19 -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

[PATCH net-next 0/8] net: sched: cls: add extack support

2018-01-16 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