From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by dpdk.org (Postfix) with ESMTP id F2FFD11C5 for ; Fri, 6 Mar 2015 01:45:32 +0100 (CET) Received: by pdbfl12 with SMTP id fl12so39429615pdb.9 for ; Thu, 05 Mar 2015 16:45:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=+39BoL/9xIK2nBfsQHvDa1ht9gbX/Kc0DuXvBElWMts=; b=GRr/MeFHRZBOmaSs34vTPBbdUAJ3zNwVycfZ/kP8U1bTsAEkFfiwM0kz/lxbYjX35N Dq3xeeAsf3pjoao89ETGgMNOQrLWzwg+ue7y73Ze0rK2GKa8UBDjiw21Ici+YMuLkyDA wFY8tuKw8RBkwu+8Bt/aGbJDBvLIRUznbv9eUu7rS4aYJ01C6tqkkL27+NmuXOjcighR 1IxJjloUvVTQiy/EXoYWQMPA/TbNWOMr5JdFJtPnmjrjAEv5xQHxQ+P9gkEmq2PUrYgi ktzaRkAvz1B6c0Bd2kkvSHCSkVxa5p0Kdq1YmQrjRZuPHM+0WgFRn3zkuWgsnln02WjL HcBQ== X-Gm-Message-State: ALoCoQk4XH3Dr2MZXj2YneBGBDa+IGIozIWluc/Z56ddlKz75c7INHMChYt7A3fflQZjFJSqpdi/ X-Received: by 10.70.38.37 with SMTP id d5mr20423179pdk.120.1425602732229; Thu, 05 Mar 2015 16:45:32 -0800 (PST) Received: from urahara.brocade.com (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id a4sm8005030pdf.57.2015.03.05.16.45.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 05 Mar 2015 16:45:31 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Date: Thu, 5 Mar 2015 16:45:24 -0800 Message-Id: <1425602726-26538-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Subject: [dpdk-dev] [PATCH 0/2] virtio: bugfixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Mar 2015 00:45:33 -0000 These are patches we are using in latest release to make our application work with virtio. Stephen Hemminger (2): virtio: initialize iopl when device is initialized virtio: allow running w/o vlan filtering lib/librte_eal/linuxapp/eal/eal.c | 5 +++++ lib/librte_pmd_virtio/virtio_ethdev.c | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) -- 2.1.4