On Wed, Dec 23, 2020 at 3:15 PM Michael Shamis <michae...@marvell.com> wrote: > > Reviewed-by: Michael Shamis <michae...@marvell.com> > > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of lir...@marvell.com > Sent: Wednesday, December 2, 2020 12:12 PM > To: Jerin Jacob Kollanukkaran <jer...@marvell.com> > Cc: dev@dpdk.org; Liron Himi <lir...@marvell.com>; sta...@dpdk.org; Dana > Vardi <da...@marvell.com> > Subject: [dpdk-dev] [PATCH v1 07/38] net/mvpp2: reduce prints on rx path > > From: Liron Himi <lir...@marvell.com>
Please have git commit message for every patch. > > Fixes: acab7d58c ("net/mvpp2: convert to dynamic logging") > Cc: sta...@dpdk.org > > Signed-off-by: Liron Himi <lir...@marvell.com> > Reviewed-by: Dana Tearosh <da...@marvell.com> > --- > drivers/net/mvpp2/mrvl_ethdev.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/mvpp2/mrvl_ethdev.c > b/drivers/net/mvpp2/mrvl_ethdev.c index 3f05ebe00..d81b86c02 100644 > --- a/drivers/net/mvpp2/mrvl_ethdev.c > +++ b/drivers/net/mvpp2/mrvl_ethdev.c > @@ -2320,7 +2320,7 @@ mrvl_rx_pkt_burst(void *rxq, struct rte_mbuf **rx_pkts, > uint16_t nb_pkts) > (!rx_done && num < q->priv->bpool_init_size))) { > ret = mrvl_fill_bpool(q, MRVL_BURST_SIZE); > if (ret) > - MRVL_LOG(ERR, "Failed to fill bpool"); > + MRVL_LOG(DEBUG, "Failed to fill bpool"); Please squash all log-related patches to a single one. > } else if (unlikely(num > q->priv->bpool_max_size)) { > int i; > int pkt_to_remove = num - q->priv->bpool_init_size; > -- > 2.28.0 >