[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151020200948.GE23569@tuxdriver.com>
Date: Tue, 20 Oct 2015 16:09:48 -0400
From: "John W. Linville" <linville@...driver.com>
To: Michael Chan <mchan@...adcom.com>
Cc: davem@...emloft.net, prashant@...adcom.com, eddie.wai@...adcom.com,
huangjw@...adcom.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next v3] bnxt_en: New Broadcom ethernet driver.
On Sat, Oct 17, 2015 at 12:21:44AM -0400, Michael Chan wrote:
> Broadcom ethernet driver for the new family of NetXtreme-C/E
> ethernet devices.
>
> v3:
> - Fixed 2 more sparse warnings.
> - Removed some unused structures in .h files.
>
> v2:
> - Fixed all kbuild test robot reported warnings.
> - Fixed many of the checkpatch.pl errors and warnings.
> - Fixed the Kconfig description.
>
> Acked-by: Eddie Wai <eddie.wai@...adcom.com>
> Acked-by: Jeffrey Huang <huangjw@...adcom.com>
> Signed-off-by: Prashant Sreedharan <prashant@...adcom.com>
> Signed-off-by: Michael Chan <mchan@...adcom.com>
...
> + if (netif_msg_drv(bp))
> + netdev_info(bp->dev, "[%d]: tx{fw_ring: %d prod: %x cons: %x} rx{fw_ring: %d prod: %x} rx_agg{fw_ring: %d agg_prod: %x sw_agg_prod: %x} cp{fw_ring: %d raw_cons: %x}\n",
> + i, txr->tx_ring_struct.fw_ring_id,
> + txr->tx_prod, txr->tx_cons,
> + rxr->rx_ring_struct.fw_ring_id,
> + rxr->rx_prod,
> + rxr->rx_agg_ring_struct.fw_ring_id,
> + rxr->rx_agg_prod, rxr->rx_sw_agg_prod,
> + cpr->cp_ring_struct.fw_ring_id,
> + cpr->cp_raw_cons);
Another big string -- perhaps a few \n's are in order?
John
--
John W. Linville Someday the world will need a hero, and you
linville@...driver.com might be all we have. Be ready.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists