From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from serv108.segi.ulg.ac.be (serv108.segi.ulg.ac.be [139.165.32.111]) by dpdk.org (Postfix) with ESMTP id CA28F14EC for ; Wed, 10 May 2017 17:03:36 +0200 (CEST) Received: from mbx12-zne.ulg.ac.be (serv470.segi.ulg.ac.be [139.165.32.199]) by serv108.segi.ulg.ac.be (Postfix) with ESMTP id D66DB200F0E9 for ; Wed, 10 May 2017 17:03:35 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mbx12-zne.ulg.ac.be (Postfix) with ESMTP id CEF52129E903 for ; Wed, 10 May 2017 17:03:35 +0200 (CEST) Received: from mbx12-zne.ulg.ac.be ([127.0.0.1]) by localhost (mbx12-zne.ulg.ac.be [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id yZOgNaNDe0It for ; Wed, 10 May 2017 17:03:35 +0200 (CEST) Received: from mbx12-zne.ulg.ac.be (mbx12-zne.ulg.ac.be [139.165.32.199]) by mbx12-zne.ulg.ac.be (Postfix) with ESMTP id BB4CE129E902 for ; Wed, 10 May 2017 17:03:35 +0200 (CEST) Date: Wed, 10 May 2017 17:03:35 +0200 (CEST) From: tom.barbette@ulg.ac.be To: dev@dpdk.org Message-ID: <1457084792.4839883.1494428615714.JavaMail.zimbra@ulg.ac.be> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [139.165.223.24] X-Mailer: Zimbra 8.7.1_GA_1670 (ZimbraWebClient - GC58 (Linux)/8.7.1_GA_1670) Thread-Index: ViS1lpBNJo4VyYHRPwLRfBwhAhq5+w== Thread-Topic: VMDq working but not VMDq+RSS with ixgbe Subject: [dpdk-dev] VMDq working but not VMDq+RSS with ixgbe X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2017 15:03:37 -0000 Hi list, I'm trying to use the ETH_MQ_RX_VMDQ_RSS mode. The vmdq example is working fine with VMDQ_ONLY, that is if I change the MAC address and VLAN of my crafted packets, the RX queue also changes according to the matching pool. But if I change the mode to VMDQ_RSS, the packet always end up in the queues according to RSS like if I choosed ETH_MQ_RX_RSS as if VMDQ option was completely ignored. Do I need to change something else (apart from setting keys and RSS stuffs?). Thanks, Tom