Re: [net-next PATCH v3 0/8] tc offload for cls_u32 on ixgbe

2016-02-17 Thread David Miller
From: John Fastabend Date: Tue, 16 Feb 2016 21:15:50 -0800 > This extends the setup_tc framework so it can support more than just > the mqprio offload and push other classifiers and qdiscs into the > hardware. Series applied, thanks John!

[net-next PATCH v3 0/8] tc offload for cls_u32 on ixgbe

2016-02-16 Thread John Fastabend
This extends the setup_tc framework so it can support more than just the mqprio offload and push other classifiers and qdiscs into the hardware. The series here targets the u32 classifier and ixgbe driver. I worked out the u32 classifier because it is protocol oblivious and aligns with multiple har