RE: [PATCH v2] net/axgbe: use CPUID to identify cpu

2023-10-04 Thread Sebastian, Selwin
[AMD Official Use Only - General] Hi David, Thank you, I will push the updated patch soon. -Original Message- From: David Marchand Sent: Wednesday, October 4, 2023 2:27 PM To: Sebastian, Selwin Cc: dev@dpdk.org; Yigit, Ferruh ; sta...@dpdk.org Subject: Re: [PATCH v2] net/axgbe: use

Re: [PATCH v2] net/axgbe: use CPUID to identify cpu

2023-10-04 Thread David Marchand
Hello Selwin, On Tue, Oct 3, 2023 at 1:40 PM Selwin Sebastian wrote: > > Using root complex to identify cpu will not work for vm passthrough. > CPUID is used to get family and modelid to identify cpu > > Fixes: b0db927b5eba ("net/axgbe: use PCI root complex device to distinguish > device") > Cc:

[PATCH v2] net/axgbe: use CPUID to identify cpu

2023-10-03 Thread Selwin Sebastian
Using root complex to identify cpu will not work for vm passthrough. CPUID is used to get family and modelid to identify cpu Fixes: b0db927b5eba ("net/axgbe: use PCI root complex device to distinguish device") Cc: sta...@dpdk.org Signed-off-by: Selwin Sebastian --- drivers/net/axgbe/axgbe_ethd