From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/bonding: add rte flow support Date: Sun, 22 Apr 2018 23:22:01 +0200 Message-ID: <1977959.EJPjItUHsd@xps> References: <1522235761-21928-1-git-send-email-matan@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , Matan Azrad , "Nicolau, Radu" To: Declan Doherty Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 24D7F10B7 for ; Sun, 22 Apr 2018 23:22:04 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/04/2018 19:27, Ferruh Yigit: > 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? Declan, do you want to review this patch? Or are you OK to merge it?