diff options
| author | 2021-08-19 13:19:30 +0100 | |
|---|---|---|
| committer | 2021-08-19 13:19:30 +0100 | |
| commit | 9f3ebe8fb5a40432dfe353a0d8c5f6f21281eb3c (patch) | |
| tree | 1712da21bd894a75e252c7014b3645fe36ecc5da /include | |
| parent | net: mii: make mii_ethtool_gset() return void (diff) | |
| parent | net: Fix offloading indirect devices dependency on qdisc order creation (diff) | |
Merge branch 'indirect-qdisc-order'
Eli Cohen says:
====================
Indirect dev ingress qdisc creation order
The first patch is just a cleanup of the code.
The second patch is fixing the dependency in ingress qdisc creation
relative to offloading driver registration to filter configurations.
v1 -> v2:
Fix warning - variable set but not used
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/flow_offload.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/flow_offload.h b/include/net/flow_offload.h index f3c2841566a0..5aa27acdb0b3 100644 --- a/include/net/flow_offload.h +++ b/include/net/flow_offload.h @@ -453,6 +453,7 @@ struct flow_block_offload { struct list_head *driver_block_list; struct netlink_ext_ack *extack; struct Qdisc *sch; + struct list_head *cb_list_head; }; enum tc_setup_type; |
