<snipped>
> > + printf("\t -- RSS len %u key (hex):",
>
> Why "(hex)" in printf?
In the follow up lines, we are disapplying the RSS key used in HEX values.
for (k = 0; k < rss_conf.rss_key_len; k++)
printf(" %x", rss_conf.rss_key[k]);

