lkml.org 
[lkml]   [2011]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[081/244] Fix the size of receive buffer packing onto VirtIO ring.
    3.0-stable review patch.  If anyone has any objections, please let us know.

    ------------------

    From: jvrao <jvrao@linux.vnet.ibm.com>

    commit 114e6f3a5ede73d5b56e145f04680c61c3dd67c4 upstream.

    Signed-off-by: Venkateswararao Jujjuri "<jvrao@linux.vnet.ibm.com>
    Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
    Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    net/9p/trans_virtio.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/net/9p/trans_virtio.c
    +++ b/net/9p/trans_virtio.c
    @@ -367,7 +367,7 @@ req_retry_pinned:
    in += inp;
    } else {
    in = pack_sg_list(chan->sg, out, VIRTQUEUE_NUM, rdata,
    - client->msize);
    + req->rc->capacity);
    }

    err = virtqueue_add_buf(chan->vq, chan->sg, out, in, req->tc);



    \
     
     \ /
      Last update: 2011-09-29 00:47    [W:2.872 / U:0.428 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site