[PATCH v4 1/2] net/iavf: add diagnostic support in TX path
Zhang, Qi Z
qi.z.zhang at intel.com
Wed Dec 27 12:30:36 CET 2023
> -----Original Message-----
> From: Mingjin Ye <mingjinx.ye at intel.com>
> Sent: Wednesday, December 27, 2023 6:17 PM
> To: dev at dpdk.org
> Cc: Yang, Qiming <qiming.yang at intel.com>; Ye, MingjinX
> <mingjinx.ye at intel.com>; Wu, Jingjing <jingjing.wu at intel.com>; Xing, Beilei
> <beilei.xing at intel.com>
> Subject: [PATCH v4 1/2] net/iavf: add diagnostic support in TX path
>
> The only way to enable diagnostics for TX paths is to modify the application
> source code. Making it difficult to diagnose faults.
>
> In this patch, the devarg option "mbuf_check" is introduced and the
> parameters are configured to enable the corresponding diagnostics.
Can you separate this patch into two?
1. introduce the tx burst type and the ops array, this actually fixed the multi-process issue, and should be backported into LTS.
2. add mbuf check for tx diagnose
Btw, please also update the document , so user can know how to use the new devarg.
More information about the dev
mailing list