From: Rahul Lakkireddy <rahul.lakkire...@chelsio.com>
Date: Mon, 12 Sep 2016 13:42:33 +0530

> This series of patches add support to offload TC u32 filters onto
> Chelsio NICs.
> 
> Patch 1 moves current common filter code to separate files
> in order to provide a common api for performing packet classification
> and filtering in Chelsio NICs.
> 
> Patch 2 enables filters for normal NIC configuration and implements
> common api for setting and deleting filters.
> 
> Patch 3 provides a debugfs for dumping filter information.
> 
> Patches 4-7 add support for TC u32 offload via ndo_setup_tc.

Like Jiri I'm getting increasingly disappointed how liberally people
toss tons of things into debugfs.

This seems to be the way driver developers throw their hands into the
air when they can't find a quick and easy way to export some piece of
information.

Please work on the long term usability of the kernel and all
networking drivers by finding a bonafide piece of existing
infrastructure by which to export things, or build a new one if
needed.

Thanks.

Reply via email to