From 6dcfac2cfc19bb572c8a1391c01acaca7cd9dc13 Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Wed, 5 Oct 2022 14:19:54 +0300 Subject: Port 35a968a8c "linux-gen: pool: implement user area" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Port original commit from linux-generic. Signed-off-by: Matias Elo Reviewed-by: Jere Leppänen --- platform/linux-dpdk/include/odp_timer_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'platform/linux-dpdk/include/odp_timer_internal.h') diff --git a/platform/linux-dpdk/include/odp_timer_internal.h b/platform/linux-dpdk/include/odp_timer_internal.h index 2e8487689..f504a20aa 100644 --- a/platform/linux-dpdk/include/odp_timer_internal.h +++ b/platform/linux-dpdk/include/odp_timer_internal.h @@ -35,6 +35,9 @@ typedef struct ODP_ALIGNED_CACHE odp_timeout_hdr_t { /* User ptr inherited from parent timer */ const void *user_ptr; + /* User area pointer */ + void *uarea_addr; + /* Parent timer */ odp_timer_t timer; -- cgit v1.2.3