> - 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.