Re: [PATCH] net/hns3: add Rx DMA address align check

2024-07-17 Thread Ferruh Yigit
On 7/15/2024 3:04 AM, Jie Hai wrote: > From: Chengwen Feng > > 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, r

[PATCH] net/hns3: add Rx DMA address align check

2024-07-14 Thread Jie Hai
From: Chengwen Feng 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 addre