From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-f41.google.com (mail-qa0-f41.google.com [209.85.216.41]) by dpdk.org (Postfix) with ESMTP id 2AD98590E for ; Mon, 28 Apr 2014 13:06:17 +0200 (CEST) Received: by mail-qa0-f41.google.com with SMTP id j5so6206026qaq.0 for ; Mon, 28 Apr 2014 04:06:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=W71EZoOiMGLE5mPlL/7IxG8TCcm/HPb+TdETwdzb7Lo=; b=fn3mezAPJWRS7F5yBTh4QAaF7HBNba+AJxQ7pp35fZEF+iYY99aNfBXUfzpm1HWyXq zDa2ecBaitZcg2W9oVfSgti+HDcf/MGtrpKSk+tR0CjpVIZuqBPkPvxEV75hYejyU15+ wbAt1a1PpGyyuxSu+Wq4gnYRFo0VNhOmy9yT+tCscSwhmNnN8Aosk8bwLlx45jS57BTo FrZybCNJx57N6Qk3w820T4RonHvrXVpCRRvcQPAHcaJGFa7ZmC45wokk//YZ/Hwvn/Ey gl2EbROmt8S4jtPsiSIDxbzmq2JF/zHWMuX+TQ3vxLZELLpSANymtkJF21xSozoffPL1 hekg== X-Received: by 10.140.86.71 with SMTP id o65mr30008952qgd.67.1398683180460; Mon, 28 Apr 2014 04:06:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.99.35 with HTTP; Mon, 28 Apr 2014 04:05:49 -0700 (PDT) From: Tomasz K Date: Mon, 28 Apr 2014 13:05:49 +0200 Message-ID: To: dev Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] DPDK with port partitioning 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: Mon, 28 Apr 2014 11:06:17 -0000 Hi All I'm trying to setup a system with 3 VMs. Each VM has a VF assigned to it. (based on instructions from Programmers Guide). I found a white paper by Patrick Kutch which describes how to do it using the linux driver and ip route commands. The problem is that I need to create VFs using the linux driver, and i want to create VFs using the igb_uio (which works ok) Is it even possible to set port partitioning using the dpdk driver. If yes then how to do it? - Use PF to VF Mailbox (simply add some code on host which would set it)? - use appropriate eth_xxx_link_update() function when running DPDK on VM? Thanks in advance Tomasz Host: Intel(R) Xeon(R) CPU E31220 @ 3.10GHz OS Host: 3.2.0-52-generic #78-Ubuntu SMP Fri Jul 26 16:21:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux OS Guest: 3.2.0-52-generic #78-Ubuntu SMP Fri Jul 26 16:21:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux NIC: 82576NS