From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) by dpdk.org (Postfix) with ESMTP id 0B05E5320 for ; Thu, 30 Jan 2014 07:44:19 +0100 (CET) Received: by mail-qc0-f173.google.com with SMTP id i8so4361814qcq.32 for ; Wed, 29 Jan 2014 22:45:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ROUhu+17dHj++20GYQsdLBsD7Yazbp+M6vnAGPBPlmM=; b=lz1rHkhFKxW8n/J6oL/ek2zqjoYz9vgRRuZsZJMdHa70g15CwsYgfyWsKxxg8jvBuN YoCp5ywW4Bfo377tsMXor5HIFm2OtootYUMXXAItL2V4ocz3LXbqBBfrtkiehYy+AoBu dQiG4p7z0wO32vs9jUicdwIRllgR0VEiVwN4cMffIdaOVrxqdBIEuhmIyY/siFZ26ezr bEtaEn6QV2suVpjun4nH8VrfU3jG6nUzs3oEk/AToCp9+IifGXiLBeCeRXxd9BO/i1TV zv1giKlK7zBwlXB1+9jaqbWHYYdjWGQ44VMj038I53zb0YHQlaecjSukh8/Aif7Xnw0z uEQA== MIME-Version: 1.0 X-Received: by 10.224.65.135 with SMTP id j7mr19314577qai.10.1391064338964; Wed, 29 Jan 2014 22:45:38 -0800 (PST) Received: by 10.96.63.166 with HTTP; Wed, 29 Jan 2014 22:45:38 -0800 (PST) Date: Wed, 29 Jan 2014 22:45:38 -0800 Message-ID: From: James Yu To: "dev@dpdk.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] multiple VLAN IDs for SR-IOV ports 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: Thu, 30 Jan 2014 06:44:20 -0000 Any one know what commands to use on the KVM host to add multiple VLAN IDs to a SR-IOV port ? I could only add one VLAN ID using ip link set ethN vf NUM vlan VLANID Also do I have to call any routine on the DPDK side to add those VIDs ? James