On Tue, Feb 2, 2016 at 6:42 PM, John Fastabend
> [..] I added
> flower support to the driver with about 100lines of code fwiw I'll
> send the patch out later today,
that would be very helpful, would appreciate if you post the code that
supports flower to the list or @ your github
> sure I skippe
On 16-02-02 08:25 AM, Or Gerlitz wrote:
> On Mon, Feb 1, 2016 at 3:50 AM, John Fastabend
> wrote:
>> This patch allows netdev drivers to consume cls_u32 offloads via
>> the ndo_setup_tc ndo op.
>>
>> This works aligns with how network drivers have been doing qdisc
>> offloads for mqprio.
>
> [..
On Mon, Feb 1, 2016 at 3:50 AM, John Fastabend wrote:
> This patch allows netdev drivers to consume cls_u32 offloads via
> the ndo_setup_tc ndo op.
>
> This works aligns with how network drivers have been doing qdisc
> offloads for mqprio.
[...]
> --- a/include/linux/netdevice.h
> +++ b/include/
This patch allows netdev drivers to consume cls_u32 offloads via
the ndo_setup_tc ndo op.
This works aligns with how network drivers have been doing qdisc
offloads for mqprio.
Signed-off-by: John Fastabend
---
include/linux/netdevice.h |6 +++-
include/net/pkt_cls.h | 33 +