netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rasesh Mody <rmody@brocade.com>
To: <davem@davemloft.net>, <netdev@vger.kernel.org>
Cc: <adapter_linux_open_src_team@brocade.com>,
	Rasesh Mody <rmody@brocade.com>
Subject: [PATCH 0/6] bna: HW Reg Consolidation and Support for Re-architecture
Date: Mon, 1 Aug 2011 13:42:49 -0700	[thread overview]
Message-ID: <1312231375-14398-1-git-send-email-rmody@brocade.com> (raw)

Hi David,

   This patch-set removes get_regs ethtool support and consists of HW reg
   consolidation. It also adds support for the driver re-architecture and
   re-organization.

   Please note the re-architecture changes are not enabled. They will get
   enabled in the subsequent submission when all the other supporting code is
   ready. The new code addition in this set will be matched by obsolete code
   deletion in subsequent submissions.

   The driver has been compiled and tested against net-next-2.6(3.0.0-rc7)

Thanks,
Rasesh

Rasesh Mody (6):
  bna: Remove get_regs Ethtool Support
  bna: Consolidated HW Registers for Supported HWs
  bna: Remove Obsolete File bfi_ctreg.h
  bna: MSGQ Implementation
  bna: Introduce ENET as New Driver and FW Interface
  bna: Tx and Rx Redesign

 drivers/net/bna/Makefile       |    3 +-
 drivers/net/bna/bfa_ioc.c      |   16 +-
 drivers/net/bna/bfa_ioc.h      |    4 +-
 drivers/net/bna/bfa_ioc_ct.c   |   78 +-
 drivers/net/bna/bfa_msgq.c     |  669 +++++++
 drivers/net/bna/bfa_msgq.h     |  130 ++
 drivers/net/bna/bfi.h          |  101 +
 drivers/net/bna/bfi_ctreg.h    |  646 -------
 drivers/net/bna/bfi_enet.h     |  902 +++++++++
 drivers/net/bna/bfi_reg.h      |  452 +++++
 drivers/net/bna/bna_ctrl.c     |    6 +-
 drivers/net/bna/bna_enet.c     | 2199 ++++++++++++++++++++++
 drivers/net/bna/bna_hw.h       |    6 +-
 drivers/net/bna/bna_tx_rx.c    | 3966 ++++++++++++++++++++++++++++++++++++++++
 drivers/net/bna/bnad_ethtool.c |  319 ----
 15 files changed, 8482 insertions(+), 1015 deletions(-)
 create mode 100644 drivers/net/bna/bfa_msgq.c
 create mode 100644 drivers/net/bna/bfa_msgq.h
 delete mode 100644 drivers/net/bna/bfi_ctreg.h
 create mode 100644 drivers/net/bna/bfi_enet.h
 create mode 100644 drivers/net/bna/bfi_reg.h
 create mode 100644 drivers/net/bna/bna_enet.c
 create mode 100644 drivers/net/bna/bna_tx_rx.c


             reply	other threads:[~2011-08-01 20:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-01 20:42 Rasesh Mody [this message]
2011-08-01 20:42 ` [PATCH 1/6] bna: Remove get_regs Ethtool Support Rasesh Mody
2011-08-01 20:42 ` [PATCH 2/6] bna: Consolidated HW Registers for Supported HWs Rasesh Mody
2011-08-01 20:42 ` [PATCH 3/6] bna: Remove Obsolete File bfi_ctreg.h Rasesh Mody
2011-08-01 20:42 ` [PATCH 4/6] bna: MSGQ Implementation Rasesh Mody
2011-08-01 20:42 ` [PATCH 5/6] bna: Introduce ENET as New Driver and FW Interface Rasesh Mody
2011-08-01 20:42 ` [PATCH 6/6] bna: Tx and Rx Redesign Rasesh Mody
2011-08-02  1:09   ` David Miller
2011-08-02 18:05     ` Rasesh Mody
2011-08-02 21:38       ` David Miller

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=1312231375-14398-1-git-send-email-rmody@brocade.com \
    --to=rmody@brocade.com \
    --cc=adapter_linux_open_src_team@brocade.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).