Re: [PATCH v2 06/10] net/octeon_ep: fix DMA incompletion

2023-04-20 Thread Jerin Jacob
On Wed, Apr 5, 2023 at 7:56 PM Sathesh Edara wrote: > > This patch fixes the DMA incompletion 1) Please remove "This patch" in every commit description in this series, as it is quite implicit. 2) Please add Fixes: tag 3) Tell what was the problem and how it is fixing it?

[PATCH v2 06/10] net/octeon_ep: fix DMA incompletion

2023-04-05 Thread Sathesh Edara
This patch fixes the DMA incompletion during packet reads. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx_ep_common.h | 8 drivers/net/octeon_ep/otx_ep_rxtx.c | 4 2 files changed, 12 insertions(+) diff --git a/drivers/net/octeon_ep/otx_ep_common.h b/drivers/net/oct