Quoting r. Sean Hefty <[EMAIL PROTECTED]>: > Subject: Re: [PATCH] mthca: make IB_SEND_FENCE work > > Michael S. Tsirkin wrote: > > We still need to test size0 to set size0 = size. > > So we just reuse the extra branch, and I agree with Roland > > this way code is clearer. > > You're right; I missed where size0 was used below the loop. > > Then I think we can also do without initializing op0 = 0, and we can > eliminate > the size0 initialization by changing if (!size0) to if (!nreq). > > - Sean >
There's the ee_nds line above that tests size0 and should be changed then as well. -- MST _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
