The skbs could contain both paritial pdus and multiple completed pdus.
Signed-off-by: Karen Xie
Signed-off-by: Manoj Malviya
Signed-off-by: Hariprasad Shenai
---
drivers/scsi/cxgbi/libcxgbi.c | 415 +-
drivers/scsi/cxgbi/libcxgbi.h | 4 +
2 files
review comments.
Thanks
Hariprasad Shenai (3):
cxgb4: Add LRO infrastructure for cxgb4i driver
libcxgbi: add pdu parsing of LRO'ed skbs
cxgb4i: add iscsi LRO for chelsio t4/t5 adapters
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 15 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_m
Signed-off-by: Karen Xie
Signed-off-by: Manoj Malviya
Signed-off-by: Hariprasad Shenai
---
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 396 +++--
1 file changed, 382 insertions(+), 14 deletions(-)
diff --git a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
b/drivers/scsi/cxgbi
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 15 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 40 ++---
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h | 5
drivers/net/ethernet/chelsio/cxgb4/sge.c| 10
7;net-next' tree.
And includes patches on cxgb4, cxgb4vf, iw_cxgb4, csiostor and cxgb4i 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 cxgb4_debugfs.c
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/Makefile|1 +
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h |1 +
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 158
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h | 52
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 32 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c| 16 +++--
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c |6 +-
drivers/net/ethernet/chelsio/cxgb4/t4_regs.h | 72
Signed-off-by: Hariprasad Shenai
---
drivers/infiniband/hw/cxgb4/cm.c | 56
drivers/infiniband/hw/cxgb4/cq.c |8 +-
drivers/infiniband/hw/cxgb4/mem.c | 14 +-
drivers/infiniband/hw/cxgb4/qp.c | 26
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/Makefile|1 +
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h |1 +
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 158
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h | 52
and let us know in case of any review comments.
Thanks
V2: Changes the description and cover-letter content to answer David Miller's
question
Hariprasad Shenai (3):
cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new file
cxgb4: Cleanup macros so they follow the same style and look
-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 32 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c| 16 +++--
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c |6 +-
drivers/net/ethernet/chelsio/cxgb4/t4_regs.h | 72
-off-by: Hariprasad Shenai
---
drivers/infiniband/hw/cxgb4/cm.c | 56
drivers/infiniband/hw/cxgb4/cq.c |8 +-
drivers/infiniband/hw/cxgb4/mem.c | 14 +-
drivers/infiniband/hw/cxgb4/qp.c | 26 ++--
drivers/net
swer David Miller's
question
Hariprasad Shenai (3):
cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new file
cxgb4: Cleanup macros so they follow the same style and look
consistent
cxgb4: Cleanup macros so they follow the same style and look
consistent, part 2
drivers/infiniban
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/Makefile|1 +
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h |1 +
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 158
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h | 52
duplicate macro/register define entries
with different styles. This makes these register define/macro files a complete
mess and we want to make them clean and consistent. This patch cleans up a part
of it.
Signed-off-by: Hariprasad Shenai
---
drivers/infiniband/hw/cxgb4/cm.c | 56
macro/register define entries
with different styles. This makes these register define/macro files a complete
mess and we want to make them clean and consistent. This patch cleans up a part
of it.
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 32
consistent.
The patches series is created against 'net-next' tree.
And includes patches on cxgb4, cxgb4vf, iw_cxgb4 and csiostor 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
This patch cleanups all filter related macros/register defines that are defined
in t4fw_api.h and the affected files.
Signed-off-by: Hariprasad Shenai
---
drivers/infiniband/hw/cxgb4/cm.c| 14 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 68 ++--
drivers/net/ethernet
This patch cleanups PF/VF and LDST related macros/register defines that are
defined in t4fw_api.h and the affected files.
Signed-off-by: Hariprasad Shenai
---
drivers/infiniband/hw/cxgb4/cm.c |2 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c| 61 +++--
drivers
This patch cleanups all queue related macros/register defines that are defined
in t4fw_api.h and the affected files.
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/sge.c | 115 ++--
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 32 +-
drivers/net/ethernet
This patch cleanups all PCIE, RSS & FW related macros/register defines that are
defined in t4fw_api.h and the affected files.
Signed-off-by: Hariprasad Shenai
---
drivers/infiniband/hw/cxgb4/provider.c |8 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h |8 +-
dri
This patch cleanups all port and VI related macros/register defines that are
defined in t4fw_api.h and the affected files.
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c | 14 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h |4 +-
drivers/net
FINE_END { 0, } }
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c| 125 +++-
drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h | 160
.../net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c| 73 ++
drivers/s
Remove use of calls into t4_fw_hello() with MASTER_MUST, which results in
FW_HELLO_CMD_MASTERFORCE being set. The firmware doesn't support this and of
course any existing PF Drivers will totally go for a toss.
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/cxgb4_m
This patch cleanups all MC, MA and CIM related macros/register defines that are
defined in t4_regs.h and the affected files.
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 206 +-
drivers/net/ethernet/chelsio/cxgb4/t4_regs.h | 501
This patch cleansup remaining SGE related macros/register defines and all PCI
related ones that are defined in t4_regs.h and the affected files.
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c| 68 ++--
drivers/net/ethernet/chelsio/cxgb4/sge.c
This patch cleanups all PL, XGMAC and SF related macros/register defines
that are defined in t4_regs.h and the affected files
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c| 56 +-
drivers/net/ethernet/chelsio/cxgb4/l2t.c |9 +-
drivers
.
The patches series is created against 'net-next' tree.
And includes patches on cxgb4, cxgb4vf, iw_cxgb4 and csiostor 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 (
This patch cleanups all SGE related macros/register defines that are
defined in t4_regs.h and the affected files.
Signed-off-by: Hariprasad Shenai
---
drivers/infiniband/hw/cxgb4/t4.h | 26 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c| 76 ++--
drivers/net
This patch cleanups all TP, MPS and TCAM related macros/register defines
that are defined in t4_regs.h and the affected files
Signed-off-by: Hariprasad Shenai
---
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 70 ++--
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 154 +++---
drivers
eed
during remove.
Signed-off-by: Hariprasad Shenai
---
drivers/crypto/chelsio/chcr_core.c | 10 +-
drivers/infiniband/hw/cxgb4/device.c |4 +
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 47 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 127 +---
31 matches
Mail list logo