Re: [PATCH v5 19/34] net/ixgbe: add a desc done function

2025-06-09 Thread Bruce Richardson
On Mon, Jun 09, 2025 at 11:04:39AM +0200, Burakov, Anatoly wrote: > On 6/6/2025 7:08 PM, Anatoly Burakov wrote: > > Add a function to check DD bit status, and use it everywhere we do these > > checks. > > > > Signed-off-by: Anatoly Burakov > > --- > > > > Notes: > > v5: > > - Add this

Re: [PATCH v5 19/34] net/ixgbe: add a desc done function

2025-06-09 Thread Burakov, Anatoly
On 6/6/2025 7:08 PM, Anatoly Burakov wrote: Add a function to check DD bit status, and use it everywhere we do these checks. Signed-off-by: Anatoly Burakov --- Notes: v5: - Add this commit drivers/net/intel/ixgbe/ixgbe_rxtx.c| 8 ++-- drivers/net/intel/ixgbe/ixgb

[PATCH v5 19/34] net/ixgbe: add a desc done function

2025-06-06 Thread Anatoly Burakov
Add a function to check DD bit status, and use it everywhere we do these checks. Signed-off-by: Anatoly Burakov --- Notes: v5: - Add this commit drivers/net/intel/ixgbe/ixgbe_rxtx.c| 8 ++-- drivers/net/intel/ixgbe/ixgbe_rxtx_vec_common.c | 4 +--- drivers/net/intel/i