Skip to content

Commit

Permalink
Merge branch 'libcxgb-next'
Browse files Browse the repository at this point in the history
Varun Prakash says:

====================
iw_cxgb4,cxgbit: remove duplicate code

This patch series removes duplicate code from
iw_cxgb4 and cxgbit by adding common function
definitions in libcxgb.

Please review.
====================

Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Sep 16, 2016
2 parents 2679d04 + 6e3b6fc commit 09f090d
Show file tree
Hide file tree
Showing 8 changed files with 428 additions and 418 deletions.
1 change: 1 addition & 0 deletions drivers/infiniband/hw/cxgb4/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
config INFINIBAND_CXGB4
tristate "Chelsio T4/T5 RDMA Driver"
depends on CHELSIO_T4 && INET && (IPV6 || IPV6=n)
select CHELSIO_LIB
select GENERIC_ALLOCATOR
---help---
This is an iWARP/RDMA driver for the Chelsio T4 and T5
Expand Down
1 change: 1 addition & 0 deletions drivers/infiniband/hw/cxgb4/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ccflags-y := -Idrivers/net/ethernet/chelsio/cxgb4
ccflags-y += -Idrivers/net/ethernet/chelsio/libcxgb

obj-$(CONFIG_INFINIBAND_CXGB4) += iw_cxgb4.o

Expand Down
Loading

0 comments on commit 09f090d

Please sign in to comment.