Or Gerlitz wrote:
Second, the code in iscsi_iser.c borrowed from drivers/scsi/iscsi_tcp.c assumes it runs in tasklet context (ie spin_lock_bh() and friends) as the tcp upcalls are.
I realize now that the network stack (and hence iscsi_tcp) upflow runs in softirq context which is more scalable then tasklet, but i still think we can live with iser upflow running in tasklet.
Or. _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
