From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: Re: [PATCH v8 4/4] net/mlx4: support flow API RSS action Date: Wed, 5 Jul 2017 16:49:48 +0200 Message-ID: <20170705144948.GE19852@6wind.com> References: <0dca86aa1372d6ff09d0aff01d522c580e0e24ab.1495717153.git.vasilyf@mellanox.com> <1093cdbc124d5d8c126797794760b01b77499d57.1499242344.git.vasilyf@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Nelio Laranjeiro To: Vasily Philipov Return-path: Received: from mail-wr0-f171.google.com (mail-wr0-f171.google.com [209.85.128.171]) by dpdk.org (Postfix) with ESMTP id 9D3FE4BE1 for ; Wed, 5 Jul 2017 16:49:56 +0200 (CEST) Received: by mail-wr0-f171.google.com with SMTP id c11so264556864wrc.3 for ; Wed, 05 Jul 2017 07:49:56 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1093cdbc124d5d8c126797794760b01b77499d57.1499242344.git.vasilyf@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jul 05, 2017 at 11:14:11AM +0300, Vasily Philipov wrote: > This commit adds support for the flow API RSS action with the following > limitations: > > - Only supported when isolated mode is enabled. > - The number of queues specified by the action (rte_flow_action_rss.num) > must be a power of two. > - Each queue index can be specified at most once in the configuration > (rte_flow_action_rss.queue[]). > - Because a queue can be associated with a single RSS context, it cannot > be targeted by multiple RSS actions simultaneously. > > Signed-off-by: Vasily Philipov Acked-by: Adrien Mazarguil -- Adrien Mazarguil 6WIND