mbox series

[v3,0/3] bugfix and enhance features for DMA example

Message ID 20220424060741.33214-1-fengchengwen@huawei.com (mailing list archive)
Headers
Series bugfix and enhance features for DMA example |

Message

fengchengwen April 24, 2022, 6:07 a.m. UTC
  This patch set contains three bugfix and enhanced feature patches.

Chengwen Feng (2):
  examples/dma: fix Tx drop statistic is not collected
  examples/dma: add force minimal copy size parameter

Huisong Li (1):
  examples/dma: fix MTU configuration

---
v3:
* remove 'enqueue drop statistic' patch.
v2:
* add "force" prefix for the minimal copy size parameter to make it
  clearer to user.

 examples/dma/dmafwd.c | 100 ++++++++++++++++++++++++++++++------------
 1 file changed, 71 insertions(+), 29 deletions(-)
  

Comments

Thomas Monjalon June 6, 2022, 9:35 p.m. UTC | #1
24/04/2022 08:07, Chengwen Feng:
> This patch set contains three bugfix and enhanced feature patches.
> 
> Chengwen Feng (2):
>   examples/dma: fix Tx drop statistic is not collected
>   examples/dma: add force minimal copy size parameter
> 
> Huisong Li (1):
>   examples/dma: fix MTU configuration

Applied, thanks.