Re: [PATCH v12] net/iavf: add diagnostic support in TX path

2024-03-04 Thread Bruce Richardson
On Thu, Feb 29, 2024 at 06:38:47PM +, Bruce Richardson wrote: > On Mon, Feb 19, 2024 at 09:55:14AM +, Mingjin Ye wrote: > > Implemented a Tx wrapper to perform a thorough check on mbufs, > > categorizing and counting invalid cases by types for diagnostic > > purposes. The count of invalid c

Re: [PATCH v12] net/iavf: add diagnostic support in TX path

2024-02-29 Thread Bruce Richardson
On Mon, Feb 19, 2024 at 09:55:14AM +, Mingjin Ye wrote: > Implemented a Tx wrapper to perform a thorough check on mbufs, > categorizing and counting invalid cases by types for diagnostic > purposes. The count of invalid cases is accessible through xstats_get. > > Also, the devarg option "mbuf_

[PATCH v12] net/iavf: add diagnostic support in TX path

2024-02-19 Thread Mingjin Ye
Implemented a Tx wrapper to perform a thorough check on mbufs, categorizing and counting invalid cases by types 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