]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3dbcb8f9646272740135e9c5f064c798f94c36aa
tree3cf98b036bdd43556d63e66d106c25f69a6e750a
parente8671d157ea223619dd346a4ca7371a28436d6c2
parent9521cc1cb963b462f296256dfbe379eecc550bc0
Merge branch 'libcxgb'

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>