> 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
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
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..
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..