> >
> > +char bdr_str[100];
>
> #define for marco size would be good. Instead of hard code.
Yes, agreed.
> > + struct rte_eth_link link = {0};
>
> Initialize structs using memset here and in other places.
>
Will change for v3
> > + printf("\t -- RSS len %u key
> > + 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]);
> -Original Message-
> From: Varghese, Vipin
> Sent: Tuesday, October 23, 2018 2:58 PM
> + printf("\t -- RSS len %u key (hex):",
Why "(hex)" in printf?
> -Original Message-
> From: Varghese, Vipin
> Sent: Tuesday, October 23, 2018 2:58 PM
> To: dev@dpdk.org; Tahhan, Maryam ; Pattan,
> Reshma
> Cc: Patel, Amol ; Tummala, Sivaprasad
> ; Byrne, Stephen1
> ; Glynn, Michael J
> ; Varghese, Vipin
> Subject: [PATCH v1 4/9] app/procinfo: add
Function debug_port is used for displaying the port PMD under the
primary process. This covers basic and per queue configuration.
Signed-off-by: Vipin Varghese
---
app/proc-info/main.c | 113 ++-
1 file changed, 112 insertions(+), 1 deletion(-)
diff --git
5 matches
Mail list logo