[LTP] [PATCH v3 2/4] lapi: Add pkt_sched.h fallback

Petr Vorel pvorel@suse.cz
Wed Jul 8 15:31:19 CEST 2026


Hi Andrea,

> +#include <linux/pkt_sched.h>
> +
> +#ifndef TC_H_CLSACT
> +# define TC_H_CLSACT	TC_H_INGRESS
nit: How about using TC_H_INGRESS directly in the test? It's already defined in the
first patch.

Anyway, obviously correct.
Reviewed-by: Petr Vorel <pvorel@suse.cz>

Kind regards,
Petr

> +#endif
> +
> +#ifndef TC_H_MIN_EGRESS
> +# define TC_H_MIN_EGRESS	0xFFF3U
> +#endif
> +
> +#endif /* LAPI_PKT_SCHED_H__ */


More information about the ltp mailing list