Re: [PATCH] net/ice: Localize dynamic mbuf timestamp data

2025-05-15 Thread Bruce Richardson
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 sha

[PATCH] net/ice: Localize dynamic mbuf timestamp data

2025-05-06 Thread Jake Freeland
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. Si