From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id D73825910 for ; Wed, 20 Nov 2013 10:55:29 +0100 (CET) Received: by mail-wg0-f44.google.com with SMTP id k14so8860652wgh.23 for ; Wed, 20 Nov 2013 01:56:27 -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:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=g4tlhlcnccc3V5pSnM6TGKHInztCDzAfNPoKNii0KHg=; b=fvC/+90D1lCBd+Y5CNg7PkmATiRDi4RLOjc48IHLSVwdIvmoLp6V9G09bT152nc/WG +12rQ2FLXOBkU/bQdIjLC9LTzKbYwChODkSsu3Zh475HCmeXGVcRmI9UsKynzhgj9c2W pcj33a9CLe5Y54oKzepFbuVszP2f4bewwVgOF8RYGEsME1nS6pFt/v7CUCTSiJzzxTsu GnzqdS5mKfZkFodyhh6yUzicoraaUvrtLbfMU916WkGusn0gJVzMYiKL8Qbk0dgwqEfV G9/hp4ilaE9Ft8bTyOjVRU40D9ZlYipILcseI1is6owPn2pJnUVl5Hn/ehZjFIyNpccp /W5Q== X-Gm-Message-State: ALoCoQmxgl8AAjO4TVfN4C0gSFXlmStofhsjb62B4MOi9NynBKz82SnrYzLRjD4HINr7CZeKPIWn X-Received: by 10.194.84.72 with SMTP id w8mr657153wjy.55.1384941387625; Wed, 20 Nov 2013 01:56:27 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id s2sm14384603wiy.7.2013.11.20.01.56.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Nov 2013 01:56:26 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: Maxime Leroy Date: Wed, 20 Nov 2013 10:56:24 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1384866215-18420-1-git-send-email-maxime.leroy@6wind.com> <528C85C3.3070607@6wind.com> In-Reply-To: <528C85C3.3070607@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201311201056.24743.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 1/2] igb/ixgbe: ETH_MQ_RX_NONE should disable RSS 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: Wed, 20 Nov 2013 09:55:30 -0000 20/11/2013 10:49, Ivan Boule : > On 11/19/2013 02:03 PM, Maxime Leroy wrote: > > As explained in rte_ethdev.h, ETH_MQ_RX_NONE allows to not choose > > between RSS, DCB > > or VMDQ modes for the selection of a rx queue. > > > > But the igb/ixgbe code always silently selects the RSS mode with > > ETH_MQ_RX_NONE. This patch > > fixes this incoherence between the API and the implementation. > > > > Signed-off-by: Maxime Leroy > > Acked by Ivan Boule Applied -- Thomas