From: Alexander Aring <ar...@mojatatu.com> 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 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. Series applied, tanks.