From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 044F768CD for ; Sat, 6 Dec 2014 11:17:12 +0100 (CET) Received: by mail-wg0-f43.google.com with SMTP id l18so2765796wgh.16 for ; Sat, 06 Dec 2014 02:17:11 -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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=JAt9ylZLKQp2z3nfNPM1XThj2OsuEBmD3nKxjEHxcEA=; b=ASgINbzNcktrPayaoCPDae9JiIoY6ed94KTcI8G/rlGAhUVFd7oF0hN5bK3JJbBSG8 XXtQDJj2DWxvLHV9B9LU1B7pvBmpU0+vV7u2DgsX3PDHcZ2o3LhrpEvwR6zIgKHyBP8B ysa+NzQXDhIsnmroAHk2x2+0af8Q9ikLLv0XGsoTdnsBTTxkgz4NsGt5wSsPDvH4wxwA ysUTnxp4JJPyOfvMTrSq5w/ugngZv+92TPNluSsimVrKHsIsTAJlL2mauVVaN5PSAubx 0aD4ejO763efSRYdhwRHDmio+RCpxCZsF8t+4k8aftpn7fhUs/EmaavzRgfsAS5pdL4o HCWQ== X-Gm-Message-State: ALoCoQnhZ5VdjdLdkfgSgAFD0O+B672JVJ1DhU0or1JzKvBMOufKCjdg8vDEOWDGE8d2jjW3TrI2 X-Received: by 10.194.174.3 with SMTP id bo3mr27124975wjc.98.1417861031860; Sat, 06 Dec 2014 02:17:11 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id n3sm48155587wjz.21.2014.12.06.02.17.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 06 Dec 2014 02:17:11 -0800 (PST) From: Thomas Monjalon To: "Xie, Huawei" Date: Sat, 06 Dec 2014 11:16:45 +0100 Message-ID: <2240498.0Zzp3vyOtI@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: References: <1415831647-11139-1-git-send-email-huawei.xie@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/2] examples/vhost: support new VMDQ api and new nic i40e in vhost example 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: Sat, 06 Dec 2014 10:17:12 -0000 2014-11-12 22:52, Xie, Huawei: > This patch depends on the vlan filter set fix. > > > I40E has several different types of VSI and queues are allocated among them. > > VMDQ queue base and pool base doesn't start from zero due to this change and > > VMDQ doesn't own all queues. > > rte_eth_dev_info structure is extended to provide VMDQ queue base, pool base, > > queue number information for us to properly set up VMDQ, i.e, add mac/vlan > > filter. > > This patchset enables the vhost example to use this information to set up VMDQ. > > > > Huawei Xie (2): > > support new VMDQ API and new nic i40e > > use factorized default Rx/Tx configuration Applied after vlan filter fix Thanks -- Thomas