On 9/4/2023 5:56 AM, [email protected] wrote:
> From: Renyong Wan <[email protected]>
>
> Signed-off-by: Steven Song <[email protected]>
> Signed-off-by: Renyong Wan <[email protected]>
>
<...>
> +static int
> +sssnic_ethdev_close(struct rte_eth_dev *ethdev)
> +{
> + sssnic_ethdev_release(ethdev);
> +
>
As close() is mostly empty, I just want to remind that all resources
should be freed in this function.
I am not aware anything missing, but can you please double check all
driver allocated memory is freed in this function?