Re: [PATCH v6] net/i40e: add diagnostic support in Tx path

2024-03-04 Thread Bruce Richardson
On Mon, Mar 04, 2024 at 09:33:21AM +, Mingjin Ye wrote: > Implemented a Tx wrapper to perform a thorough check on mbufs, > categorizing and counting invalid cases by type for diagnostic > purposes. The count of invalid cases is accessible through xstats_get. > > Also, the devarg option "mbuf_c

[PATCH v6] net/i40e: add diagnostic support in Tx path

2024-03-04 Thread Mingjin Ye
Implemented a Tx wrapper to perform a thorough check on mbufs, categorizing and counting invalid cases by type for diagnostic purposes. The count of invalid cases is accessible through xstats_get. Also, the devarg option "mbuf_check" was introduced to configure the diagnostic parameters to enable