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

2023-10-10 Thread Sebastian, Selwin
k.org; David Marchand Subject: Re: [PATCH v3] net/axgbe: use CPUID to identify cpu On 10/4/2023 11:07 AM, 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 ("n

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

2023-10-10 Thread Ferruh Yigit
On 10/4/2023 11:07 AM, 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: sta...@dpdk.org > > Sig

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

2023-10-04 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