mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 07:25:14 +07:00
b8b9d81b36
Add common library module(libcxgb.ko) for Chelsio drivers to remove duplicate code. Code for iSCSI DDP Page Pod Manager is moved from cxgb4.ko to libcxgb.ko. Earlier only cxgbit.ko was using this code, now cxgb3i and cxgb4i will also use common Page Pod manager code. In future this module will have common connection management and hardware specific code that can be shared by multiple Chelsio drivers. Signed-off-by: Varun Prakash <varun@chelsio.com> Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
238 B
Plaintext
8 lines
238 B
Plaintext
config ISCSI_TARGET_CXGB4
|
|
tristate "Chelsio iSCSI target offload driver"
|
|
depends on ISCSI_TARGET && CHELSIO_T4 && INET
|
|
select CHELSIO_LIB
|
|
---help---
|
|
To compile this driver as module, choose M here: the module
|
|
will be called cxgbit.
|