Re: [PATCH 1/2] net/dpaa2: use new IEEE1588 flags

2022-10-03 Thread Ferruh Yigit
On 9/28/2022 8:14 AM, Gagandeep Singh wrote: Flags for IEEE1588 with ``PKT_*`` prefix has been changed to ``RTE_MBUF_F_*``. So in this patch updating the old flags. Signed-off-by: Gagandeep Singh For series, Reviewed-by: Ferruh Yigit Fixes: b9b509246da2 ("mbuf: remove deprecated offload fla

[PATCH 1/2] net/dpaa2: use new IEEE1588 flags

2022-09-28 Thread Gagandeep Singh
Flags for IEEE1588 with ``PKT_*`` prefix has been changed to ``RTE_MBUF_F_*``. So in this patch updating the old flags. Signed-off-by: Gagandeep Singh --- drivers/net/dpaa2/dpaa2_rxtx.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/dpaa2/dpaa2_rxtx.c b/d