RE: [PATCH v5 32/39] ml/cnxk: enable support to get xstats in cycles

2023-02-15 Thread Prince Takkar
ubject: [PATCH v5 32/39] ml/cnxk: enable support to get xstats in cycles > > Enabled support to retrieve xstats in either cycles or ns. > Access to sclk is enabled only if an RVU device is probed during > initialization. > Driver would return the xstats in nanoseconds only when an R

RE: [PATCH v5 32/39] ml/cnxk: enable support to get xstats in cycles

2023-02-15 Thread Shivah Shankar Shankar Narayan Rao
ubject: [PATCH v5 32/39] ml/cnxk: enable support to get xstats in cycles > > Enabled support to retrieve xstats in either cycles or ns. > Access to sclk is enabled only if an RVU device is probed during > initialization. > Driver would return the xstats in nanoseconds only when an RVU

[PATCH v5 32/39] ml/cnxk: enable support to get xstats in cycles

2023-02-07 Thread Srikanth Yalavarthi
Enabled support to retrieve xstats in either cycles or ns. Access to sclk is enabled only if an RVU device is probed during initialization. Driver would return the xstats in nanoseconds only when an RVU device is probed, else would fallback to cycles. Signed-off-by: Srikanth Yalavarthi --- drive