In mthca_tavor_post_send() at line 1524 of hw/mthca/mthca_qp.c, an int variable, "ind", is used to store the unsigned "next_ind" value. Why does "ind" not need to represent all of the possible "next_ind" values? Should the type of "ind" also be unsigned? james