Thanks Junfeng for acknowledging. > On 23 Feb 2023, at 05:49, Guo, Junfeng <[email protected]> wrote: > > Thanks! > >> -----Original Message----- >> From: Levend Sayar <[email protected]> >> Sent: Wednesday, February 22, 2023 00:44 >> To: Ferruh Yigit <[email protected]> >> Cc: Guo, Junfeng <[email protected]>; [email protected] >> Subject: Re: [PATCH v5] net/gve: add Rx/Tx queue stats as extended stats >> >> Thanks Ferruh for the review. >> >>> On 21 Feb 2023, at 18:58, Ferruh Yigit <[email protected]> wrote: >>> >>> On 2/21/2023 2:18 PM, Levend Sayar wrote: >>>> Google Virtual NIC rx/tx queue stats are added as extended stats. >>>> >>>> Signed-off-by: Levend Sayar <[email protected]> >>> >>> Reviewed-by: Ferruh Yigit <[email protected]> >>> > > Acked-by: Junfeng Guo <[email protected]> > >>> <...> >>> >>>> @@ -20,6 +20,7 @@ gve_rx_refill(struct gve_rx_queue *rxq) >>>> if (nb_alloc <= rxq->nb_avail) { >>>> diag = rte_pktmbuf_alloc_bulk(rxq->mpool, &rxq- >>> sw_ring[idx], nb_alloc); >>>> if (diag < 0) { >>>> + rxq->stats.no_mbufs_bulk++; >>> >>> It is not common to record bulk alloc failures, but as 'no_mbufs' >>> already recorded conventionally, I guess it is OK to keep this extra >>> stat if it is helpful. >>> >
- [PATCH v2] net/gve: fix Rx no mbufs stats counter update Levend Sayar
- [PATCH v3 1/2] net/gve: fix Rx no mbufs stats counter up... Levend Sayar
- [PATCH v3 2/2] net/gve: add Rx/Tx queue stats as ext... Levend Sayar
- Re: [PATCH v3 2/2] net/gve: add Rx/Tx queue stat... Ferruh Yigit
- Re: [PATCH v3 2/2] net/gve: add Rx/Tx queue ... Levend Sayar
- [PATCH v4] net/gve: add Rx/Tx queue stats as ext... Levend Sayar
- [PATCH v5] net/gve: add Rx/Tx queue stats as... Levend Sayar
- Re: [PATCH v5] net/gve: add Rx/Tx queue... Ferruh Yigit
- Re: [PATCH v5] net/gve: add Rx/Tx q... Levend Sayar
- RE: [PATCH v5] net/gve: add Rx/Tx q... Guo, Junfeng
- Re: [PATCH v5] net/gve: add Rx/Tx q... Levend Sayar
- Re: [PATCH v5] net/gve: add Rx/Tx q... Ferruh Yigit
- Re: [PATCH v5] net/gve: add Rx/Tx q... Levend Sayar
- Re: [PATCH v3 1/2] net/gve: fix Rx no mbufs stats co... Ferruh Yigit
- Re: [PATCH v3 1/2] net/gve: fix Rx no mbufs stat... Levend Sayar
- Re: [PATCH v3 1/2] net/gve: fix Rx no mbufs ... Ferruh Yigit
- RE: [PATCH v3 1/2] net/gve: fix Rx no m... Guo, Junfeng
- Re: [PATCH v3 1/2] net/gve: fix Rx ... Levend Sayar
- Re: [PATCH v3 1/2] net/gve: fix Rx ... Ferruh Yigit
- Re: [PATCH v3 1/2] net/gve: fix Rx ... Levend Sayar
- Re: [PATCH v3 1/2] net/gve: fix Rx no mbufs stats co... Ferruh Yigit

