[dpdk-dev] [PATCH v1 07/38] net/mvpp2: reduce prints on rx path
Jerin Jacob
jerinjacobk at gmail.com
Mon Jan 11 15:40:57 CET 2021
On Wed, Dec 23, 2020 at 3:15 PM Michael Shamis <michaelsh at marvell.com> wrote:
>
> Reviewed-by: Michael Shamis <michaelsh at marvell.com>
>
> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of lironh at marvell.com
> Sent: Wednesday, December 2, 2020 12:12 PM
> To: Jerin Jacob Kollanukkaran <jerinj at marvell.com>
> Cc: dev at dpdk.org; Liron Himi <lironh at marvell.com>; stable at dpdk.org; Dana Vardi <danat at marvell.com>
> Subject: [dpdk-dev] [PATCH v1 07/38] net/mvpp2: reduce prints on rx path
>
> From: Liron Himi <lironh at marvell.com>
Please have git commit message for every patch.
>
> Fixes: acab7d58c ("net/mvpp2: convert to dynamic logging")
> Cc: stable at dpdk.org
>
> Signed-off-by: Liron Himi <lironh at marvell.com>
> Reviewed-by: Dana Tearosh <danat at 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
>
More information about the dev
mailing list