RE: [PATCH] eal/x86: add vendor ID checks for specific implementation

2023-11-22 Thread Tummala, Sivaprasad
ject: Re: [PATCH] eal/x86: add vendor ID checks for specific implementation > > On 11/9/2023 5:28 AM, Sivaprasad Tummala wrote: > > Current get_tsc_freq_arch() implementation is specific for Intel > > processors. > > > > Added vendor checks to gracefully return on AMD EPYC

Re: [PATCH] eal/x86: add vendor ID checks for specific implementation

2023-11-22 Thread Ferruh Yigit
On 11/9/2023 5:28 AM, Sivaprasad Tummala wrote: > Current get_tsc_freq_arch() implementation is specific for > Intel processors. > > Added vendor checks to gracefully return on AMD EPYC processors. > Hi Siva, Is this fixing an issue in AMD platform, if so can you please describe the impact of t