Re: [PATCH] net/iavf: fix crash on closing representor ports

2023-10-27 Thread David Marchand
On Thu, Oct 26, 2023 at 12:01 PM Mingjin Ye wrote: > Afaics, the patch title is wrong, this is a net/ice fix. > Since the representor port needs to access the resources of the > associated DCF when it is closed. Therefore, the correct close > port operation is to close all the representor ports

[PATCH] net/iavf: fix crash on closing representor ports

2023-10-26 Thread Mingjin Ye
Since the representor port needs to access the resources of the associated DCF when it is closed. Therefore, the correct close port operation is to close all the representor ports first, and then close the associated DCF port. If the DCF port is closed before the representor port on pmd exit. This