[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1469455244.1900.178.camel@perches.com>
Date: Mon, 25 Jul 2016 07:00:44 -0700
From: Joe Perches <joe@...ches.com>
To: Michael Chan <michael.chan@...adcom.com>, davem@...emloft.net
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next 2/3] bnxt_en: Log a message, if enabling NTUPLE
filtering fails.
On Sun, 2016-07-24 at 23:21 -0400, Michael Chan wrote:
> If there are not enough resources to enable ntuple filtering,
> log a warning message.
[]
> diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt.c b/drivers/net/ethernet/broadcom/bnxt/bnxt.c
[]
> @@ -5790,8 +5790,14 @@ static bool bnxt_rfs_capable(struct bnxt *bp)
> return false;
>
> vnics = 1 + bp->rx_nr_rings;
> - if (vnics > pf->max_rsscos_ctxs || vnics > pf->max_vnics)
> + if (vnics > pf->max_rsscos_ctxs || vnics > pf->max_vnics) {
> + netdev_warn(bp->dev,
> + "Not enough resources to support NTUPLE filters");
> + netdev_warn(bp->dev,
> + "Enough NTUPLE resources for up to %d rx rings",
Missing newline terminations and may be better as a single message
Powered by blists - more mailing lists