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.