Re: [PATCH 1/5] net/hns3: fix offload flag of IEEE 1588

2024-04-05 Thread Patrick Robb
Recheck-request: iol-intel-Functional, iol-intel-Performance On Wed, Apr 3, 2024 at 6:21 AM Jie Hai wrote: > > From: Dengdui Huang > > Currently, the RTE_MBUF_F_RX_IEEE1588_TMST offload flag will > not be set when the scatter algorithm is used. > This patch fixes it. > > Fixes: 4801f0403b58 ("ne

[PATCH 1/5] net/hns3: fix offload flag of IEEE 1588

2024-04-03 Thread Jie Hai
From: Dengdui Huang Currently, the RTE_MBUF_F_RX_IEEE1588_TMST offload flag will not be set when the scatter algorithm is used. This patch fixes it. Fixes: 4801f0403b58 ("net/hns3: fix IEEE 1588 PTP for scalar scattered Rx") Cc: sta...@dpdk.org Signed-off-by: Dengdui Huang Signed-off-by: Jie H