From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 86E2A918F for ; Tue, 20 Oct 2015 09:53:14 +0200 (CEST) Received: by wicfv8 with SMTP id fv8so15480667wic.0 for ; Tue, 20 Oct 2015 00:53:14 -0700 (PDT) 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=5ekbKMPmP96ayh19FghE72JE1CfD7AoGXChYI81AHNM=; b=FEHX8GURQrQhKO2p6YlpvCKZnNh0JpLJ+/ehNqqJLwHmicp5l9JuH3iTmzyKZCdnYW Vr0M/u4HVguFIn/395Lft9swUG+VlD3I2yLyyzyDPC0cG38Xlyy3czceMTzLeUuXRQRl dEmPmGCmKNyqjCj/yhp1iQLYbVNcy/K5J/8+P304rPTpbKrGFyARFWFAENUcAamG9ZJr A1aSrXzoGokW3pbg8+II8h+Vxpnd1H/yxM0TwzHmENQ7b3AsJQAoypMLmglDmcPXyVsa T+6XlL/ohGs/vfFGIATodT3tIgCMx3jVz0erX58wYvbo3iEAbLOeyvZVwvUa068RtABY 9jcw== X-Gm-Message-State: ALoCoQmyqZK07c9e+xh7BSYGLBYwwedtz8ziE2C45yOleXbnV3JXav9PgfsQs4BfQsBQ1+RCeeQJ X-Received: by 10.180.74.47 with SMTP id q15mr2803051wiv.73.1445327594348; Tue, 20 Oct 2015 00:53:14 -0700 (PDT) Received: from xps13.localnet (124.26.90.92.rev.sfr.net. [92.90.26.124]) by smtp.gmail.com with ESMTPSA id ly4sm2161300wjb.4.2015.10.20.00.53.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Oct 2015 00:53:13 -0700 (PDT) From: Thomas Monjalon To: Helin Zhang , Konstantin Ananyev Date: Tue, 20 Oct 2015 09:46:33 +0200 Message-ID: <1968807.PCHTrs3zLX@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1444369572-1157-11-git-send-email-yuanhan.liu@linux.intel.com> References: <1444369572-1157-1-git-send-email-yuanhan.liu@linux.intel.com> <1444369572-1157-11-git-send-email-yuanhan.liu@linux.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 v6 10/13] ixgbe: support VMDq RSS in non-SRIOV environment 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: Tue, 20 Oct 2015 07:53:14 -0000 Helin, Konstantin, could you review please? 2015-10-09 13:46, Yuanhan Liu: > From: Changchun Ouyang > > In non-SRIOV environment, VMDq RSS could be enabled by MRQC register. > In theory, the queue number per pool could be 2 or 4, but only 2 queues > are available due to HW limitation, the same limit also exists in Linux > ixgbe driver. > > Signed-off-by: Changchun Ouyang > Signed-off-by: Yuanhan Liu