Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d58d31a1 authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller
Browse files

net: sched: remove unused classid field from tc_cls_common_offload



It is no longer used by the drivers, so remove it.

Signed-off-by: default avatarJiri Pirko <jiri@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8d26d563
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -561,7 +561,6 @@ struct tc_cls_common_offload {
	u32 chain_index;
	__be16 protocol;
	u32 prio;
	u32 classid;
};

static inline void
@@ -571,7 +570,6 @@ tc_cls_common_offload_init(struct tc_cls_common_offload *cls_common,
	cls_common->chain_index = tp->chain->index;
	cls_common->protocol = tp->protocol;
	cls_common->prio = tp->prio;
	cls_common->classid = tp->classid;
}

struct tc_cls_u32_knode {