[dpdk-dev] [PATCH v1 4/9] app/procinfo: add code for debug port

Varghese, Vipin vipin.varghese at intel.com
Sat Oct 27 06:47:46 CEST 2018


<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]);


More information about the dev mailing list