Re: [PATCH v3 2/4] lapi: Add pkt_sched.h fallback
Petr Vorel <[email protected]>
| Newsgroups | gmane.linux.ltp |
|---|---|
| Message-ID | <20260708133119.GA125128@pevik> |
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 <[email protected]> Kind regards, Petr > +#endif > + > +#ifndef TC_H_MIN_EGRESS > +# define TC_H_MIN_EGRESS 0xFFF3U > +#endif > + > +#endif /* LAPI_PKT_SCHED_H__ */ -- Mailing list info: https://lists.linux.it/listinfo/ltp