On Wed, Dec 23, 2020 at 3:15 PM Michael Shamis <[email protected]> wrote:
>
> Reviewed-by: Michael Shamis <[email protected]>
>
> -----Original Message-----
> From: dev <[email protected]> On Behalf Of [email protected]
> Sent: Wednesday, December 2, 2020 12:12 PM
> To: Jerin Jacob Kollanukkaran <[email protected]>
> Cc: [email protected]; Liron Himi <[email protected]>; [email protected]; Dana
> Vardi <[email protected]>
> Subject: [dpdk-dev] [PATCH v1 07/38] net/mvpp2: reduce prints on rx path
>
> From: Liron Himi <[email protected]>
Please have git commit message for every patch.
>
> Fixes: acab7d58c ("net/mvpp2: convert to dynamic logging")
> Cc: [email protected]
>
> Signed-off-by: Liron Himi <[email protected]>
> Reviewed-by: Dana Tearosh <[email protected]>
> ---
> 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
>