[ofa-general] [PATCH 6/10 v1] IB/mlx4: Add LSO support

Roland Dreier rdreier at cisco.com
Wed Apr 2 09:04:14 PDT 2008


 > -       if (unlikely(wr->wr.ud.hlen) > 60)
 > +       if (unlikely(halign > 64))

heh, just noticed that we used to have

	unlikely(wr->wr.ud.hlen)

compared to 60.  So the annotation was messed up :)

 - R.



More information about the general mailing list