[0/2] fix meta data process problem

Message ID 20240220081451.2640526-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series fix meta data process problem |

Message

Chaoyong He Feb. 20, 2024, 8:14 a.m. UTC
  The Tx function can not check if the meta data process success for
the process function with void return type. This problem exist for
both NFD3 and NFDk logic.

Chaoyong He (2):
  net/nfp: fix meta data process problem of NFD3
  net/nfp: fix meta data process problem of NFDk

 drivers/net/nfp/nfd3/nfp_nfd3_dp.c | 19 +++++++++++++------
 drivers/net/nfp/nfdk/nfp_nfdk_dp.c | 27 ++++++++++++++++++---------
 2 files changed, 31 insertions(+), 15 deletions(-)
  

Comments

Ferruh Yigit Feb. 21, 2024, 5:07 p.m. UTC | #1
On 2/20/2024 8:14 AM, Chaoyong He wrote:
> The Tx function can not check if the meta data process success for
> the process function with void return type. This problem exist for
> both NFD3 and NFDk logic.
> 
> Chaoyong He (2):
>   net/nfp: fix meta data process problem of NFD3
>   net/nfp: fix meta data process problem of NFDk
>

Series applied to dpdk-next-net/main, thanks.