All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hariprasad Shenai <hariprasad@chelsio.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, leedom@chelsio.com, anish@chelsio.com,
	nirranjan@chelsio.com, praveenm@chelsio.com,
	Hariprasad Shenai <hariprasad@chelsio.com>
Subject: [PATCH net-next 0/8]  Add support for adaptive-rx, dump mbox and various adapter stats
Date: Mon,  2 Feb 2015 20:23:01 +0530	[thread overview]
Message-ID: <1422888789-12016-1-git-send-email-hariprasad@chelsio.com> (raw)

Hi,

This patch series adds support to dump sensor, tp_la, tp_tcp_stats, looback
stats of port, mailbox dumps, upper layer protocols RX LA dumps debugfs entries.
Also adds support for adaptive-rx feature for cxgb4 driver.

The patches series is created against 'net-next' tree.
And includes patches on cxgb4 driver.

We have included all the maintainers of respective drivers. Kindly review the
change and let us know in case of any review comments.

Thanks


Hariprasad Shenai (8):
  cxgb4: Add support in debugfs to display sensor information
  cxgb4: Added support in debugfs to display tp_la stats
  cxgb4: Add support for ULP RX la dump in debugfs
  cxgb4: Add support to dump mbox in debugfs
  cxgb4: Add support to dump HW port loopback stats in debugfs
  cxgb4: Add support to display TP module tcp stats in debugfs
  cxgb4: Added support in debugfs to display tp_err_stats
  cxgb4: Add low latency socket busy_poll support

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |  139 +++++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c |  514 ++++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    |   16 +-
 drivers/net/ethernet/chelsio/cxgb4/sge.c           |   47 ++-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         |  133 +++++
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h         |    2 +
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h       |   28 ++
 drivers/net/ethernet/chelsio/cxgb4/t4_values.h     |    6 +
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      |    6 +
 9 files changed, 878 insertions(+), 13 deletions(-)

             reply	other threads:[~2015-02-02 14:47 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02 14:53 Hariprasad Shenai [this message]
2015-02-02 14:53 ` [PATCH net-next 1/8] cxgb4: Add support in debugfs to display sensor information Hariprasad Shenai
2015-02-02 14:53 ` [PATCH net-next 2/8] cxgb4: Added support in debugfs to display tp_la stats Hariprasad Shenai
2015-02-02 16:34   ` Or Gerlitz
2015-02-02 21:14   ` David Miller
2015-02-03  5:00     ` Hariprasad S
2015-02-02 14:53 ` [PATCH net-next 3/8] cxgb4: Add support for ULP RX la dump in debugfs Hariprasad Shenai
2015-02-02 14:53 ` [PATCH net-next 4/8] cxgb4: Add support to dump mbox " Hariprasad Shenai
2015-02-02 14:53 ` [PATCH net-next 5/8] cxgb4: Add support to dump HW port loopback stats " Hariprasad Shenai
2015-02-02 14:53 ` [PATCH net-next 6/8] cxgb4: Add support to display TP module tcp " Hariprasad Shenai
2015-02-02 14:53 ` [PATCH net-next 7/8] cxgb4: Added support in debugfs to display tp_err_stats Hariprasad Shenai
2015-02-02 16:32   ` Or Gerlitz
2015-02-02 14:53 ` [PATCH net-next 8/8] cxgb4: Add low latency socket busy_poll support Hariprasad Shenai

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=1422888789-12016-1-git-send-email-hariprasad@chelsio.com \
    --to=hariprasad@chelsio.com \
    --cc=anish@chelsio.com \
    --cc=davem@davemloft.net \
    --cc=leedom@chelsio.com \
    --cc=netdev@vger.kernel.org \
    --cc=nirranjan@chelsio.com \
    --cc=praveenm@chelsio.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.