Re: [PATCH iproute2 net-next v1 4/6] taprio: add support for setting txtime_delay.

2019-06-06 Thread Patel, Vedang
> On Jun 6, 2019, at 12:44 PM, Stephen Hemminger > wrote: > > On Thu, 6 Jun 2019 10:52:19 -0700 > Vedang Patel wrote: > >> +if (tb[TCA_TAPRIO_ATTR_TXTIME_DELAY]) >> +txtime_delay = >> rta_getattr_s32(tb[TCA_TAPRIO_ATTR_TXTIME_DELAY]); >> + >> +print_int(PRINT_ANY, "txt

Re: [PATCH iproute2 net-next v1 4/6] taprio: add support for setting txtime_delay.

2019-06-06 Thread Stephen Hemminger
On Thu, 6 Jun 2019 10:52:19 -0700 Vedang Patel wrote: > + if (tb[TCA_TAPRIO_ATTR_TXTIME_DELAY]) > + txtime_delay = > rta_getattr_s32(tb[TCA_TAPRIO_ATTR_TXTIME_DELAY]); > + > + print_int(PRINT_ANY, "txtime_delay", " txtime delay %d", txtime_delay); > + Once again do not prin

[PATCH iproute2 net-next v1 4/6] taprio: add support for setting txtime_delay.

2019-06-06 Thread Vedang Patel
This adds support for setting the txtime_delay parameter which is useful for the txtime offload mode of taprio. Signed-off-by: Vedang Patel --- tc/q_taprio.c | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/tc/q_taprio.c b/tc/q_taprio.c index 69e52ff5..

[PATCH iproute2 net-next v1 4/6] taprio: add support for setting txtime_delay.

2019-05-28 Thread Vedang Patel
This adds support for setting the txtime_delay parameter which is useful for the txtime offload mode of taprio. Signed-off-by: Vedang Patel --- tc/q_taprio.c | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/tc/q_taprio.c b/tc/q_taprio.c index 69e52ff5..