> On 30 May 2019, at 18:32, Stephen Hemminger <step...@networkplumber.org> > wrote: > > On Thu, 30 May 2019 16:43:20 +0000 > Kevin 'ldir' Darbyshire-Bryant <l...@darbyshire-bryant.me.uk> wrote: > >> diff --git a/include/uapi/linux/pkt_cls.h b/include/uapi/linux/pkt_cls.h >> index 51a0496f..b0c6a49a 100644 >> --- a/include/uapi/linux/pkt_cls.h >> +++ b/include/uapi/linux/pkt_cls.h >> @@ -105,7 +105,8 @@ enum tca_id { >> TCA_ID_IFE = TCA_ACT_IFE, >> TCA_ID_SAMPLE = TCA_ACT_SAMPLE, >> /* other actions go here */ >> - __TCA_ID_MAX = 255 >> + TCA_ID_CTINFO, >> + __TCA_ID_MAX=255 >> }; > > This version of the file does not match upstream (the whitespace is > different). Ooops. Fixed. Will send a v2 at some point
Re: [RFC PATCH iproute2-next 1/1] tc: add support for act ctinfo
Kevin 'ldir' Darbyshire-Bryant Thu, 30 May 2019 10:46:25 -0700
- [RFC PATCH iproute2-next 0/1] tc: add suppo... Kevin 'ldir' Darbyshire-Bryant
- [RFC PATCH iproute2-next 1/1] tc: add ... Kevin 'ldir' Darbyshire-Bryant
- Re: [RFC PATCH iproute2-next 1/1] ... Stephen Hemminger
- Re: [RFC PATCH iproute2-next 1... Kevin 'ldir' Darbyshire-Bryant
- Re: [RFC PATCH iproute2-next 1/1] ... Stephen Hemminger
- Re: [RFC PATCH iproute2-next 1/1] ... Stephen Hemminger
- Re: [RFC PATCH iproute2-next 1... Kevin 'ldir' Darbyshire-Bryant