[Stgt-devel] [PATCH] iscsi tcp: optimize rx
Pete Wyckoff
pw
Sun Dec 30 16:17:57 CET 2007
tomof at acm.org wrote on Sun, 30 Dec 2007 16:52 +0900:
> Hmm, here we have:
>
> if (conn->rx_iostate == IOSTATE_RX_INIT_DATA)
> goto again;
> else if (conn->rx_iostate != IOSTATE_RX_AHS)
> break;
>
> conn->rx_iostate == IOSTATE_RX_INIT_DATA case already goes to again?
> What case do you try to improve?
I was obviously not paying attention. Will try to figure out why
that noop affected performance. Please drop for now.
-- Pete
More information about the stgt
mailing list