13/07/2022 09:11, Ke Zhang: > A segmentation fault occurs when testpmd exit.
The title talks about testpmd, but the change is in i40e. Please update. > This is due to fetching the device name from PF > , PF is freed firstly and then VF representor > is called later. For info, a comma must follow the previous word without any space. It is strange to see a comma at the beginning of a line. > This commit fixes the bug by fetching the device > name from vf representor not PF. vf should be VF uppercase > Fixes: e391a7b7f815 ("net/i40e: fix multi-process shared data") > Cc: sta...@dpdk.org > > Signed-off-by: Ke Zhang <ke1x.zh...@intel.com> > > --- > v3: Change the design and fix code in driver > v2: Change the testpmd code to fix this issue > --- > --- > drivers/net/i40e/i40e_vf_representor.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-)