[dpdk-dev] [PATCH v3 5/6] net/ena: rework RSS configuration

Thomas Monjalon thomas at monjalon.net
Fri Jul 23 11:23:13 CEST 2021


14/07/2021 12:43, Michal Krawczyk:
> +               PMD_DRV_LOG(WARNING,
> +                       "Setting RSS hash fields is not supported. Using default values: 0x%llx\n",
> +                       ENA_ALL_RSS_HF);
> 

checkpatch is returning this warning:
	Using %l format, prefer %PRI*64 if type is [u]int64_t

Indeed rss_hf is uint64_t.




More information about the dev mailing list