All of lore.kernel.org
 help / color / mirror / Atom feed
From: Varun Prakash <varun@chelsio.com>
To: nab@linux-iscsi.org
Cc: target-devel@vger.kernel.org, netdev@vger.kernel.org,
	davem@davemloft.net, swise@opengridcomputing.com,
	indranil@chelsio.com, kxie@chelsio.com, hariprasad@chelsio.com,
	varun@chelsio.com
Subject: [target-pending 00/12] cxgb4 patch series for cxgbit.ko
Date: Sun, 13 Mar 2016 19:49:22 +0530	[thread overview]
Message-ID: <cover.1457877852.git.varun@chelsio.com> (raw)

Hi Nicholas,

   I am posting cxgb4 patch series as
   suggested by you in following email thread

   http://www.spinics.net/lists/target-devel/msg12437.html

   This series consists of patches from
   initial cxgb4 series without any change.

Thanks
Varun

Varun Prakash (12):
  cxgb4: add new ULD type CXGB4_ULD_ISCSIT
  cxgb4: allocate resources for CXGB4_ULD_ISCSIT
  cxgb4: large receive offload support
  cxgb4, iw_cxgb4: move definitions to common header file
  cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitions
  cxgb4, cxgb4i: move struct cpl_rx_data_ddp definition
  cxgb4: add definitions for iSCSI target ULD
  cxgb4: update struct cxgb4_lld_info definition
  cxgb4: move VLAN_NONE macro definition
  cxgb4, iw_cxgb4: move delayed ack macro definitions
  cxgb4: add iSCSI DDP page pod manager
  cxgb4: update Kconfig and Makefile

 drivers/infiniband/hw/cxgb4/t4fw_ri_api.h          |  99 -----
 drivers/net/ethernet/chelsio/Kconfig               |  11 +
 drivers/net/ethernet/chelsio/cxgb4/Makefile        |   1 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |  27 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c |  34 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    |  97 ++++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ppm.c     | 464 +++++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ppm.h     | 310 ++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h     |  11 +
 drivers/net/ethernet/chelsio/cxgb4/l2t.c           |   2 -
 drivers/net/ethernet/chelsio/cxgb4/l2t.h           |   2 +
 drivers/net/ethernet/chelsio/cxgb4/sge.c           |  13 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h        | 217 ++++++++++
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      |   7 +
 drivers/scsi/cxgbi/cxgb4i/cxgb4i.h                 |  17 -
 15 files changed, 1174 insertions(+), 138 deletions(-)
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ppm.c
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ppm.h

-- 
2.0.2

             reply	other threads:[~2016-03-13 14:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-13 14:19 Varun Prakash [this message]
2016-03-13 14:19 ` [target-pending 01/12] cxgb4: add new ULD type CXGB4_ULD_ISCSIT Varun Prakash
2016-03-13 14:19 ` [target-pending 02/12] cxgb4: allocate resources for CXGB4_ULD_ISCSIT Varun Prakash
2016-03-13 14:19 ` [target-pending 03/12] cxgb4: large receive offload support Varun Prakash
2016-03-13 14:19 ` [target-pending 04/12] cxgb4, iw_cxgb4: move definitions to common header file Varun Prakash
2016-03-13 14:19 ` [target-pending 05/12] cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitions Varun Prakash
2016-03-13 14:19 ` [target-pending 06/12] cxgb4, cxgb4i: move struct cpl_rx_data_ddp definition Varun Prakash
2016-03-13 14:19 ` [target-pending 07/12] cxgb4: add definitions for iSCSI target ULD Varun Prakash
2016-03-13 14:19 ` [target-pending 08/12] cxgb4: update struct cxgb4_lld_info definition Varun Prakash
2016-03-13 14:19 ` [target-pending 09/12] cxgb4: move VLAN_NONE macro definition Varun Prakash
2016-03-13 14:19 ` [target-pending 10/12] cxgb4, iw_cxgb4: move delayed ack macro definitions Varun Prakash
2016-03-13 14:19 ` [target-pending 11/12] cxgb4: add iSCSI DDP page pod manager Varun Prakash
2016-03-13 14:19 ` [target-pending 12/12] cxgb4: update Kconfig and Makefile Varun Prakash
2016-03-15  5:29 ` [target-pending 00/12] cxgb4 patch series for cxgbit.ko Nicholas A. Bellinger
2016-03-15  7:04   ` Hariprasad Shenai
2016-03-15  7:13     ` Nicholas A. Bellinger

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=cover.1457877852.git.varun@chelsio.com \
    --to=varun@chelsio.com \
    --cc=davem@davemloft.net \
    --cc=hariprasad@chelsio.com \
    --cc=indranil@chelsio.com \
    --cc=kxie@chelsio.com \
    --cc=nab@linux-iscsi.org \
    --cc=netdev@vger.kernel.org \
    --cc=swise@opengridcomputing.com \
    --cc=target-devel@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 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.