DPDK patches and discussions
 help / color / mirror / Atom feed
From: Somnath Kotur <somnath.kotur@broadcom.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: Ajit Kumar Khaparde <ajit.khaparde@broadcom.com>, dev <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH 2/2] net/bnxt: suppress supprious error log
Date: Fri, 15 Mar 2019 05:34:41 +0530	[thread overview]
Message-ID: <CAOBf=mvPqN_Vh_ENS4bEyP3g1ZLp+R0NS-dOwOkoKKaKefi7Lw@mail.gmail.com> (raw)
In-Reply-To: <20190314213214.26957-3-stephen@networkplumber.org>

On Fri, Mar 15, 2019 at 3:02 AM Stephen Hemminger
<stephen@networkplumber.org> wrote:
>
> The driver multiple rxq allocation logs a message at error level
> but it really is a debug message.
>
> Fixes: 51fafb89a9a0 ("net/bnxt: get rid of ff pools and use VNIC info array")
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  drivers/net/bnxt/bnxt_rxq.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/net/bnxt/bnxt_rxq.c b/drivers/net/bnxt/bnxt_rxq.c
> index 5345d3938311..17e2909a7e5c 100644
> --- a/drivers/net/bnxt/bnxt_rxq.c
> +++ b/drivers/net/bnxt/bnxt_rxq.c
> @@ -100,7 +100,8 @@ int bnxt_mq_rx_configure(struct bnxt *bp)
>                 }
>         }
>         nb_q_per_grp = bp->rx_cp_nr_rings / pools;
> -       PMD_DRV_LOG(ERR, "pools = %u nb_q_per_grp = %u\n", pools, nb_q_per_grp);
> +       PMD_DRV_LOG(DEBUG, "pools = %u nb_q_per_grp = %u\n",
> +                   pools, nb_q_per_grp);
>         start_grp_id = 0;
>         end_grp_id = nb_q_per_grp;
>
> --
> 2.17.1
>
Acked-by: Somnath Kotur (somnath.kotur@broadcom.com

  parent reply	other threads:[~2019-03-15  0:04 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-14 21:32 [dpdk-dev] [PATCH 0/2] net/bnxt: supress warnings Stephen Hemminger
2019-03-14 21:32 ` Stephen Hemminger
2019-03-14 21:32 ` [dpdk-dev] [PATCH 1/2] net/bnxt: silence iova warnings Stephen Hemminger
2019-03-14 21:32   ` Stephen Hemminger
2019-03-15 13:03   ` Rami Rosen
2019-03-15 13:03     ` Rami Rosen
2019-03-15 18:44     ` Ajit Khaparde
2019-03-15 18:44       ` Ajit Khaparde
2019-03-14 21:32 ` [dpdk-dev] [PATCH 2/2] net/bnxt: suppress supprious error log Stephen Hemminger
2019-03-14 21:32   ` Stephen Hemminger
2019-03-15  0:04   ` Somnath Kotur [this message]
2019-03-15  0:04     ` Somnath Kotur
2019-03-15 19:02 ` [dpdk-dev] [PATCH 0/2] net/bnxt: supress warnings Ferruh Yigit
2019-03-15 19:02   ` Ferruh Yigit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAOBf=mvPqN_Vh_ENS4bEyP3g1ZLp+R0NS-dOwOkoKKaKefi7Lw@mail.gmail.com' \
    --to=somnath.kotur@broadcom.com \
    --cc=ajit.khaparde@broadcom.com \
    --cc=dev@dpdk.org \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).