<html><body>
<p><tt>>     Shirley> Since linux 2.6.18 supports GSO, I have patched IPoIB to<br>
>     Shirley> enable GSO, but haven't tested the performance yet. Has<br>
>     Shirley> anyone tried already?<br>
> <br>
> No, I don't think anyone looked at that yet.  Could you post your<br>
> patch?  What is required?  Supporting gather/scatter?<br>
> <br>
>  - R.<br>
</tt><br>
<tt>Don't need too. GSO only improves sender side performance. It allows large packet send in ULPs, and segments this packet in interface layer before driver xmit. The GSO enablement is through ethtool. Since ipoib doesn't support ethtool, i just simply added a module parameter to set the interface GSO flag when loading the module. My next step is to enable gather/scatter in ipoib send to chain multiple packets together for one door bell.</tt><br>
<br>
Thanks<br>
Shirley Ma</body></html>