> On Jun 6, 2019, at 12:44 PM, Stephen Hemminger <step...@networkplumber.org> 
> wrote:
> 
> On Thu,  6 Jun 2019 10:52:19 -0700
> Vedang Patel <vedang.pa...@intel.com> 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 print anything if option is not present.
Yeah It makes sense. I will make the change. Thanks for the inputs.

-Vedang

Reply via email to