Hi Stephen, The kernel patches corresponding to this series have been merged. I just wanted to check whether these iproute2 related patches are on your TODO list.
Let me know if you need any information from me on these patches. Thanks, Vedang Patel > On Jun 6, 2019, at 3:22 PM, Patel, Vedang <vedang.pa...@intel.com> wrote: > > This should only be updated after the kernel patches related to > txtime-offload have been merged into the kernel. > > Signed-off-by: Vedang Patel <vedang.pa...@intel.com> > --- > include/uapi/linux/pkt_sched.h | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/linux/pkt_sched.h > index 8b2f993cbb77..c085860ff637 100644 > --- a/include/uapi/linux/pkt_sched.h > +++ b/include/uapi/linux/pkt_sched.h > @@ -990,6 +990,7 @@ struct tc_etf_qopt { > __u32 flags; > #define TC_ETF_DEADLINE_MODE_ON BIT(0) > #define TC_ETF_OFFLOAD_ON BIT(1) > +#define TC_ETF_SKIP_SOCK_CHECK BIT(2) > }; > > enum { > @@ -1158,6 +1159,8 @@ enum { > * [TCA_TAPRIO_ATTR_SCHED_ENTRY_INTERVAL] > */ > > +#define TCA_TAPRIO_ATTR_FLAG_TXTIME_ASSIST 0x1 > + > enum { > TCA_TAPRIO_ATTR_UNSPEC, > TCA_TAPRIO_ATTR_PRIOMAP, /* struct tc_mqprio_qopt */ > @@ -1169,6 +1172,8 @@ enum { > TCA_TAPRIO_ATTR_ADMIN_SCHED, /* The admin sched, only used in dump */ > TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME, /* s64 */ > TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION, /* s64 */ > + TCA_TAPRIO_ATTR_FLAGS, /* u32 */ > + TCA_TAPRIO_ATTR_TXTIME_DELAY, /* s32 */ > __TCA_TAPRIO_ATTR_MAX, > }; > > -- > 2.7.3 >