diff options
| author | David S. Miller <[email protected]> | 2016-09-22 05:40:07 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-09-22 05:40:07 +0000 |
| commit | f9d1846f137a26d38c058c497b70babc606839be (patch) | |
| tree | 130ce15004d896b5b146ecbdcc5b52a072d713f0 /drivers/net/xen-netback/interface.c | |
| parent | net: skbuff: Coding: Use eth_type_vlan() instead of open coding it (diff) | |
| parent | cxgb4: add support for drop and redirect actions (diff) | |
| download | kernel-f9d1846f137a26d38c058c497b70babc606839be.tar.gz kernel-f9d1846f137a26d38c058c497b70babc606839be.zip | |
Merge branch 'cxgb4-tc-offload'
Rahul Lakkireddy says:
====================
cxgb4: add support for offloading TC u32 filters
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.
Patches 3-5 add support for TC u32 offload via ndo_setup_tc.
---
v3:
Based on review and suggestion from David Miller <[email protected]>
- Fixed all local variable declarations by placing them in longest line
first and shortest line last order.
v2:
Based on review and suggestions from Jiri Pirko <[email protected]>:
- Replaced macros S and U with appropriate static helper functions.
- Moved completion code for set and delete filters to respective
functions cxgb4_set_filter() and cxgb4_del_filter(). Renamed the
original functions to __cxgb4_set_filter() and __cxgb4_del_filter()
in case synchronization is not required.
- Dropped debugfs patch.
- Merged code for inserting and deleting u32 filters into a single
patch.
- Reworked and fixed bugs with traversing the actions list.
- Removed all unnecessary extra ().
====================
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions
