RE: [PATCH v4 0/5] NAT64 support in mlx5 PMD

2024-02-29 Thread Raslan Darawsheh
@amd.com; > dev@dpdk.org; Raslan Darawsheh > Cc: yuying.zh...@intel.com; andrew.rybche...@oktetlabs.ru > Subject: [PATCH v4 0/5] NAT64 support in mlx5 PMD > > This patch set contains the mlx5 PMD implementation for NAT64. > > Series-acked-by: Ori Kam > > Update in v4: &

[PATCH v4 0/5] NAT64 support in mlx5 PMD

2024-02-28 Thread Bing Zhao
This patch set contains the mlx5 PMD implementation for NAT64. Series-acked-by: Ori Kam Update in v4: 1. rebase to solve the conflicts. 2. fix the old NIC startup issue in a separate patch: https://patches.dpdk.org/project/dpdk/patch/20240227152627.25749-1-bi...@nvidia.com/ Update in