Re: [PATCH] latencystats: fix missing f suffix on literal float

2024-05-29 Thread Thomas Monjalon
16/04/2024 01:14, Tyler Retzlaff: > On Mon, Apr 15, 2024 at 03:17:38PM -0700, Stephen Hemminger wrote: > > On Mon, 15 Apr 2024 14:32:26 -0700 > > Tyler Retzlaff wrote: > > > > > Add missing f suffix to floating point literal to avoid warning about > > > truncation from double to float. > > > > >

Re: [PATCH] latencystats: fix missing f suffix on literal float

2024-04-15 Thread Tyler Retzlaff
On Mon, Apr 15, 2024 at 03:17:38PM -0700, Stephen Hemminger wrote: > On Mon, 15 Apr 2024 14:32:26 -0700 > Tyler Retzlaff wrote: > > > Add missing f suffix to floating point literal to avoid warning about > > truncation from double to float. > > > > Fixes: 5cd3cac9ed22 ("latency: added new librar

Re: [PATCH] latencystats: fix missing f suffix on literal float

2024-04-15 Thread Stephen Hemminger
On Mon, 15 Apr 2024 14:32:26 -0700 Tyler Retzlaff wrote: > Add missing f suffix to floating point literal to avoid warning about > truncation from double to float. > > Fixes: 5cd3cac9ed22 ("latency: added new library for latency stats") > Cc: reshma.pat...@intel.com > Cc: sta...@dpdk.org > > Si

[PATCH] latencystats: fix missing f suffix on literal float

2024-04-15 Thread Tyler Retzlaff
Add missing f suffix to floating point literal to avoid warning about truncation from double to float. Fixes: 5cd3cac9ed22 ("latency: added new library for latency stats") Cc: reshma.pat...@intel.com Cc: sta...@dpdk.org Signed-off-by: Tyler Retzlaff --- lib/latencystats/rte_latencystats.c | 2 +