[PATCH] net/ice: Localize dynamic mbuf timestamp data
Bruce Richardson
bruce.richardson at intel.com
Thu May 15 16:05:20 CEST 2025
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 <jfree at 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.richardson at intel.com>
Applied to dpdk-next-net-intel
Thanks,
/Bruce
More information about the dev
mailing list