On 7/15/2024 3:04 AM, Jie Hai wrote: > From: Chengwen Feng <fengcheng...@huawei.com> > > The network engine has Rx DMA address align requirement, if this > requirement is violated, the Rx function will be abnormal. The detail > requirement is: > 1) For HIP08 platform, require 64-bytes alignment. > 2) For later platform, require 128-bytes alignment. > > The setup Rx DMA address exists both on the control and data plane, to > ensure performance, the alignment check is added only on the control > plane. > > Fixes: bba636698316 ("net/hns3: support Rx/Tx and related operations") > Cc: sta...@dpdk.org > > Signed-off-by: Chengwen Feng <fengcheng...@huawei.com> > Signed-off-by: Jie Hai <haij...@huawei.com> >
Applied to dpdk-next-net/main, thanks.