commit | 187e84f7c2e4fa0028241c253c24658ef658e5d3 | [log] [tgz] |
---|---|---|
author | Varun Prakash <varun@chelsio.com> | Wed Apr 20 00:00:10 2016 +0530 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon May 09 23:12:07 2016 -0700 |
tree | 9b7acc4aa174726240357e564e836554a6356b62 | |
parent | 7ec811a8e9c3b8289a863d0dac717e08a5093403 [diff] |
iscsi-target: add void (*iscsit_get_rx_pdu)() Add void (*iscsit_get_rx_pdu)() to struct iscsit_transport, iscsi-target uses this callback to receive and process Rx iSCSI PDUs. cxgbit.ko needs this callback to reuse iscsi-target Rx thread. Signed-off-by: Varun Prakash <varun@chelsio.com> Acked-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>