lkml.org 
[lkml]   [2014]   [Dec]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH v8 36/50] vhost/net: enable virtio 1.0
    Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
    ---
    drivers/vhost/net.c | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c
    index 8ff4a6d..a935c25 100644
    --- a/drivers/vhost/net.c
    +++ b/drivers/vhost/net.c
    @@ -61,7 +61,8 @@ MODULE_PARM_DESC(experimental_zcopytx, "Enable Zero Copy TX;"
    enum {
    VHOST_NET_FEATURES = VHOST_FEATURES |
    (1ULL << VHOST_NET_F_VIRTIO_NET_HDR) |
    - (1ULL << VIRTIO_NET_F_MRG_RXBUF),
    + (1ULL << VIRTIO_NET_F_MRG_RXBUF) |
    + (1ULL << VIRTIO_F_VERSION_1),
    };

    enum {
    --
    MST


    \
     
     \ /
      Last update: 2014-12-01 17:41    [W:4.121 / U:0.108 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site