From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 10/13] ixgbe: support VMDq RSS in non-SRIOV environment Date: Tue, 20 Oct 2015 09:46:33 +0200 Message-ID: <1968807.PCHTrs3zLX@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Helin Zhang , Konstantin Ananyev 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) In-Reply-To: <1444369572-1157-11-git-send-email-yuanhan.liu@linux.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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