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 TC classifier subsystem and handle generic extack > errors. > > The last patch is an example for u32 classifier to add extack support > inside the callbacks delete and change. There exists a init callback as > well, but most classifier implementation run a kalloc() once to allocate > something. Not necessary _yet_ to add extack support now. > > I know there are patches around which makes changes to these files. > I will rebase my stuff on Jiri's patches if they get in before mine.
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 shouldn't take long at all. The conflicts between bpf/bpf-next/net-next are really taking their toll on us this release cycles, I would really appreciate if we could make some progress on this relatively simple series at least...