On Mon, 24 Aug 2009 05:09:44 pm Amit Shah wrote:
> sg_init_table(sg, 2+MAX_SKB_FRAGS);
> - for (;;) {
> + ret = 1;
> + while(ret > 0) { /* Is there space to add another buffer to the vq */This is called a "do" loop :) Please test, and I'll apply. Cheers, Rusty. _______________________________________________ Virtualization mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/virtualization
