On Mon, 21 Oct 2024 23:04:39 +0200 Serhii Iliushyk <[email protected]> wrote:
> +void hw_db_inline_dump(struct flow_nic_dev *ndev, void *db_handle, const
> struct hw_db_idx *idxs,
> + uint32_t size, FILE *file)
> +{
> + (void)ndev;
Use __rte_unused, it is cleaner to read then.

