public inbox for netdev@vger.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, nirranjan@chelsio.com,
	Hariprasad Shenai <hariprasad@chelsio.com>
Subject: [PATCH net-next 0/3] cxgb4/cxgb4vf: Adds support for Chelsio T6 adapter
Date: Tue,  2 Jun 2015 06:32:02 +0530	[thread overview]
Message-ID: <1433206925-5997-1-git-send-email-hariprasad@chelsio.com> (raw)

Hi,

This patch series adds the following:
Adds NIC driver support for T6 adapter
Adds vNIC driver support for T6 adapter

This patch series has been created against net-next tree and includes
patches on cxgb4 and cxgb4vf 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 (3):
  cxgb4: Add is_t6 macro and T6 register ranges
  cxgb4: Adds support for T6 adapter
  cxgb4vf: Adds SRIOV driver changes for T6 adapter

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |  21 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 180 +++++--
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    |  47 +-
 drivers/net/ethernet/chelsio/cxgb4/sge.c           |  49 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         | 562 +++++++++++++++++++--
 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h        |   3 +
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h       | 105 ++++
 drivers/net/ethernet/chelsio/cxgb4/t4_values.h     |   1 +
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      |  56 +-
 drivers/net/ethernet/chelsio/cxgb4/t4fw_version.h  |   5 +
 drivers/net/ethernet/chelsio/cxgb4vf/sge.c         |  45 +-
 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_common.h |   8 +
 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c     |  24 +-
 13 files changed, 933 insertions(+), 173 deletions(-)

-- 
2.3.4

             reply	other threads:[~2015-06-01 19:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-02  1:02 Hariprasad Shenai [this message]
2015-06-02  0:03 ` [PATCH net-next 0/3] cxgb4/cxgb4vf: Adds support for Chelsio T6 adapter David Miller
2015-06-02  0:04   ` David Miller
2015-06-02  3:14     ` Hariprasad S
2015-06-02  1:02 ` [PATCH net-next 1/3] cxgb4: Add is_t6 macro and T6 register ranges Hariprasad Shenai
2015-06-02  1:02 ` [PATCH net-next 2/3] cxgb4: Adds support for T6 adapter Hariprasad Shenai
2015-06-02  1:02 ` [PATCH net-next 3/3] cxgb4vf: Adds SRIOV driver changes " 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=1433206925-5997-1-git-send-email-hariprasad@chelsio.com \
    --to=hariprasad@chelsio.com \
    --cc=davem@davemloft.net \
    --cc=leedom@chelsio.com \
    --cc=netdev@vger.kernel.org \
    --cc=nirranjan@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox