Skip to content

Commit 82b2545

Browse files
jhsmtdavem330
authored andcommitted
net/sched: Remove uapi support for tcindex classifier
commit 8c710f7 ("net/sched: Retire tcindex classifier") retired the TC tcindex classifier. Remove UAPI for it. Iproute2 will sync by equally removing it from user space. Reviewed-by: Victor Nogueira <[email protected]> Reviewed-by: Pedro Tammela <[email protected]> Signed-off-by: Jamal Hadi Salim <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 41bc3e8 commit 82b2545

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

include/uapi/linux/pkt_cls.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -310,22 +310,6 @@ enum {
310310

311311
#define TCA_FW_MAX (__TCA_FW_MAX - 1)
312312

313-
/* TC index filter */
314-
315-
enum {
316-
TCA_TCINDEX_UNSPEC,
317-
TCA_TCINDEX_HASH,
318-
TCA_TCINDEX_MASK,
319-
TCA_TCINDEX_SHIFT,
320-
TCA_TCINDEX_FALL_THROUGH,
321-
TCA_TCINDEX_CLASSID,
322-
TCA_TCINDEX_POLICE,
323-
TCA_TCINDEX_ACT,
324-
__TCA_TCINDEX_MAX
325-
};
326-
327-
#define TCA_TCINDEX_MAX (__TCA_TCINDEX_MAX - 1)
328-
329313
/* Flow filter */
330314

331315
enum {

tools/include/uapi/linux/pkt_cls.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -234,22 +234,6 @@ enum {
234234

235235
#define TCA_FW_MAX (__TCA_FW_MAX - 1)
236236

237-
/* TC index filter */
238-
239-
enum {
240-
TCA_TCINDEX_UNSPEC,
241-
TCA_TCINDEX_HASH,
242-
TCA_TCINDEX_MASK,
243-
TCA_TCINDEX_SHIFT,
244-
TCA_TCINDEX_FALL_THROUGH,
245-
TCA_TCINDEX_CLASSID,
246-
TCA_TCINDEX_POLICE,
247-
TCA_TCINDEX_ACT,
248-
__TCA_TCINDEX_MAX
249-
};
250-
251-
#define TCA_TCINDEX_MAX (__TCA_TCINDEX_MAX - 1)
252-
253237
/* Flow filter */
254238

255239
enum {

0 commit comments

Comments
 (0)