[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API
On 28/08/14 20:51, Andy Lutomirski wrote:
> if (i != total_sg) {
> printk(KERN_ERR "i=%d total_sg=%u total_out=%u total_in=%u out_\
> sgs=%u in_sgs=%u\n",
> i, total_sg, total_out, total_in, out_sgs, in_sgs);
> }
i=1 total_sg=2 total_out=2 total_in=0 out_sgs=1 in_sgs=0
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]