On Tue, May 06, 2025 at 12:50:24PM -0500, Jake Freeland wrote: > The ice_timestamp_dynfield_offset and ice_timestamp_dynflag global > variables are used to access the dynamic mbuf timestamp field when > timestamp offloading is enabled. > > Move these into the ice_rx_queue structure, located in shared > rte_eth_dev_data, so they can be accessed by secondary processes. > > Signed-off-by: Jake Freeland <jf...@freebsd.org> > --- > drivers/net/intel/ice/ice_ethdev.c | 13 ------------- > drivers/net/intel/ice/ice_rxtx.c | 27 +++++++++++++-------------- > drivers/net/intel/ice/ice_rxtx.h | 6 ++---- > 3 files changed, 15 insertions(+), 31 deletions(-) > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Applied to dpdk-next-net-intel Thanks, /Bruce