Merge branch 'libcxgb'
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2016 17:31:09 +0000 (10:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2016 17:31:09 +0000 (10:31 -0700)
Varun Prakash says:

====================
common library for Chelsio drivers.

 This patch series adds common library module(libcxgb.ko)
 for Chelsio drivers to remove duplicate code.

 This series moves common iSCSI DDP Page Pod manager
 code from cxgb4.ko to libcxgb.ko, earlier this code
 was used by only cxgbit.ko now it is used by
 three Chelsio iSCSI drivers cxgb3i, cxgb4i, cxgbit.

 In future this module will have common connection
 management and hardware specific code that can
 be shared by multiple Chelsio drivers(cxgb4,
 csiostor, iw_cxgb4, cxgb4i, cxgbit).

 Please review.

 Thanks

-v3
- removed unused module init and exit functions.

-v2
- updated CONFIG_CHELSIO_LIB to an invisible option
- changed libcxgb.ko module license from GPL to Dual BSD/GPL
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge
This page took 0.025364 seconds and 5 git commands to generate.