RDS: Drop stale iWARP RDMA transport
RDS iWarp support code has become stale and non testable. As indicated earlier, am dropping the support for it. If new iWarp user(s) shows up in future, we can adapat the RDS IB transprt for the special RDMA READ sink case. iWarp needs an MR for the RDMA READ sink. Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

부모
afc3de9285
커밋
dcdede0406
@@ -16,9 +16,4 @@ extern struct rds_transport rds_ib_transport;
|
||||
int rds_ib_init(void);
|
||||
void rds_ib_exit(void);
|
||||
|
||||
/* from iw.c */
|
||||
extern struct rds_transport rds_iw_transport;
|
||||
int rds_iw_init(void);
|
||||
void rds_iw_exit(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user