Re: [PATCH V4] Add new tracepoint function for type time_t

2025-06-09 Thread Thomas Monjalon
27/05/2025 14:04, changqing...@windriver.com: > From: Changqing Li > > To support Y2038 issue, for 32bit system, -D_TIME_BITS=64 is passed to > gcc, struct timespec time->tv_sec is 64bit, but size_t is 32bits, so > dpdk will compile failed with error: > "../git/lib/ethdev/ethdev_trace.h: In funct

RE: [EXTERNAL] [PATCH V4] Add new tracepoint function for type time_t

2025-05-28 Thread Sunil Kumar Kori
> From: Changqing Li > > To support Y2038 issue, for 32bit system, -D_TIME_BITS=64 is passed to gcc, > struct > timespec time->tv_sec is 64bit, but size_t is 32bits, so dpdk will compile > failed > with error: > "../git/lib/ethdev/ethdev_trace.h: In function > 'rte_eth_trace_timesync_write_time

[PATCH V4] Add new tracepoint function for type time_t

2025-05-27 Thread changqing.li
From: Changqing Li To support Y2038 issue, for 32bit system, -D_TIME_BITS=64 is passed to gcc, struct timespec time->tv_sec is 64bit, but size_t is 32bits, so dpdk will compile failed with error: "../git/lib/ethdev/ethdev_trace.h: In function 'rte_eth_trace_timesync_write_time': ../git/lib/eal/in

[PATCH V4] Add new tracepoint function for type time_t

2025-05-27 Thread changqing.li
From: Changqing Li To support Y2038 issue, for 32bit system, -D_TIME_BITS=64 is passed to gcc, struct timespec time->tv_sec is 64bit, but size_t is 32bits, so dpdk will compile failed with error: "../git/lib/ethdev/ethdev_trace.h: In function 'rte_eth_trace_timesync_write_time': ../git/lib/eal/in