> > if (!indirect) > > total_bufs = num_bufs; > > Here (http://article.gmane.org/gmane.comp.emulators.qemu.block/6620) you > meant > > + in_total += desc.len; > > and > > + out_total += desc.len; >
Yes, I did... I changed the patch and will push to the dataplane branch soon. Paolo