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