From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-f177.google.com (mail-ea0-f177.google.com [209.85.215.177]) by dpdk.org (Postfix) with ESMTP id F2C8D5910 for ; Wed, 20 Nov 2013 11:13:53 +0100 (CET) Received: by mail-ea0-f177.google.com with SMTP id n15so2351885ead.36 for ; Wed, 20 Nov 2013 02:14:51 -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=70mWnn2eaxQoJrRPQMUdzsvHYSxdTdBI4+Yn5pYOqSI=; b=RRkwovmmwBmxZ22Up1jJx8jn/PWIfNbox6utcdVTNZXFpvWJ63PPxRGn5VZTTL8byL D6jRefKZbKX8+lN1L2WOekdAQSvLsDMVpgcwqIAhdo9OXCJ8twIN4bMfSRTZgw0OCRql Bb26fovlEhjLDj9Suk3PznRbFl5saCBaed1kOSl7M+HCxrF+XvFSnVGr/8sGZkA5gEEL lCFgzVf4euvKVLKmI4EcZ9AFk7ICBFWEmMWtcQ4+wbRz7kwnNZIbf76dNra13GlWgTG2 vEe7uzVcFYhfADDZ55BZgutE8buZFVTu9Vt/0WSj47njS1W8vuxFZw5bTj/P7dYO9RLc gf6Q== X-Gm-Message-State: ALoCoQl4I3meTQfV2Fr3rsTA/UiqN5zVKiAAzdsP43sBaRoJAoSK0uV8qyU3otMzNxdH4zI3jUyZ X-Received: by 10.14.105.7 with SMTP id j7mr24476eeg.95.1384942491134; Wed, 20 Nov 2013 02:14:51 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id i1sm57951018eeg.0.2013.11.20.02.14.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Nov 2013 02:14:50 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: Prashant Upadhyaya Date: Wed, 20 Nov 2013 11:14:48 +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: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201311201114.48482.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 10:13:54 -0000 20/11/2013 11:06, Prashant Upadhyaya : > So if I have multiple queues and was using ETH_MQ_RX_NONE (and therefore > utilizing RSS), it will stop working for me now after this patch ? Yes, you should use ETH_MQ_RX_RSS to explicitly enable RSS. > ====================================================================== > Please refer to http://www.aricent.com/legal/email_disclaimer.html > for important disclosures regarding this electronic communication. > ====================================================================== Please do not use this type of disclaimer on a public mailing list. -- Thomas