> On Feb 2, 2024, at 11:24 PM, Stephen Hemminger <step...@networkplumber.org> > wrote: > > Caution: This message originated from an External Source. Use proper caution > when opening attachments, clicking links, or responding. > > > On Fri, 2 Feb 2024 11:32:26 -0800 > Andrew Boyer <andrew.bo...@amd.com> wrote: > >> When completion coalescing is turned on in the FW, there will be >> fewer CQE than Tx packets. Expose the stat through debug logging. >> >> Signed-off-by: Andrew Boyer <andrew.bo...@amd.com> > > If you care about the stat it should be in xstats. Thanks for looking. Moving all of our per-queue stats to xstats is on the todo list. -Andrew
- [PATCH 00/13] net/ionic: miscellaneous fixes and improve... Andrew Boyer
- [PATCH 01/13] net/ionic: add stat for completion qu... Andrew Boyer
- Re: [PATCH 01/13] net/ionic: add stat for compl... Stephen Hemminger
- Re: [PATCH 01/13] net/ionic: add stat for c... Boyer, Andrew
- [PATCH 02/13] net/ionic: increase max supported MTU... Andrew Boyer
- [PATCH 03/13] net/ionic: don't auto-enable Rx scatt... Andrew Boyer
- [PATCH 05/13] net/ionic: replace non-standard type ... Andrew Boyer
- [PATCH 04/13] net/ionic: fix missing volatile type ... Andrew Boyer
- Re: [PATCH 04/13] net/ionic: fix missing volati... Boyer, Andrew
- [PATCH 08/13] net/ionic: report 1G and 200G link sp... Andrew Boyer
- [PATCH 07/13] net/ionic: fix RSS query routine Andrew Boyer
- [PATCH 09/13] net/ionic: add flexible firmware xsta... Andrew Boyer
- [PATCH 06/13] net/ionic: memcpy descriptors when us... Andrew Boyer
- [PATCH 10/13] net/ionic: fix device close sequence ... Andrew Boyer