On 9/4/2023 5:56 AM, wa...@3snic.com wrote:
> From: Renyong Wan <wa...@3snic.com>
> 
> Signed-off-by: Steven Song <steven.s...@3snic.com>
> Signed-off-by: Renyong Wan <wa...@3snic.com>
> 

<...>

> +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?


Reply via email to