Re: [PATCH v4] net/ice: add diagnostic support in Tx path

2024-05-06 Thread David Marchand
Hello, On Tue, Mar 5, 2024 at 11:37 AM Mingjin Ye wrote: > /** > * Structure to store private data for each PF/VF instance. > */ > @@ -599,6 +610,8 @@ struct ice_adapter { > struct ice_devargs devargs; > enum ice_pkg_type active_pkg_type; /* loaded ddp package type */ >

Re: [PATCH v4] net/ice: add diagnostic support in Tx path

2024-03-05 Thread Bruce Richardson
On Tue, Mar 05, 2024 at 10:18:42AM +, 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 v4] net/ice: add diagnostic support in Tx path

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

[PATCH v4] net/ice: 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