From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/bonding: add rte flow support Date: Thu, 12 Apr 2018 18:27:48 +0100 Message-ID: References: <1522235761-21928-1-git-send-email-matan@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, "Nicolau, Radu" To: Matan Azrad , Declan Doherty Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 16EDC1C0A1 for ; Thu, 12 Apr 2018 19:27:51 +0200 (CEST) In-Reply-To: <1522235761-21928-1-git-send-email-matan@mellanox.com> Content-Language: en-US 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 3/28/2018 12:16 PM, Matan Azrad wrote: > Ethernet devices which are grouped by bonding PMD, aka slaves, are > sharing the same queues and RSS configurations and their Rx burst > functions must be managed by the bonding PMD according to the bonding > architectuer. > > So, it makes sense to configure the same flow rules for all the bond > slaves to allow consistency in packet flow management. > > Add rte flow support to the bonding PMD to manage all flow > configuration to the bonded slaves. > > Signed-off-by: Matan Azrad Hi Declan, Radu, Any comment on the patch? Thanks, ferruh