Re: [net-next PATCH v2 2/8] net: rework setup_tc ndo op to consume general tc operand
From: Jiri Pirko <jiri@resnulli.us>
Date: 2016-02-16 20:17:24
From: Jiri Pirko <jiri@resnulli.us>
Date: 2016-02-16 20:17:24
Tue, Feb 16, 2016 at 07:00:57AM CET, john.fastabend@gmail.com wrote:
This patch updates setup_tc so we can pass additional parameters into the ndo op in a generic way. To do this we provide structured union and type flag. This lets each classifier and qdisc provide its own set of attributes without having to add new ndo ops or grow the signature of the callback. Signed-off-by: John Fastabend <redacted>
Acked-by: Jiri Pirko <redacted>