Re: [PATCH v5] net/i40e: add diagnostic support in TX path

2024-03-01 Thread Patrick Robb
The Community CI Testing Lab had an infra failure this morning and some patches including yours were affected with false failures. The issue is now resolved and we are rerunning the tests in question for all patches submitted today. On Fri, Mar 1, 2024 at 5:25 AM Bruce Richardson wrote: > On Fri

Re: [PATCH v5] net/i40e: add diagnostic support in TX path

2024-03-01 Thread Bruce Richardson
On Fri, Mar 01, 2024 at 09:44:21AM +, 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 v5] net/i40e: add diagnostic support in TX path

2024-03-01 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