From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9CDDF21B22; Sun, 22 Apr 2018 17:22:03 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 22 Apr 2018 17:22:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=BErvd+ef1mZxCvnkPY4D/TPy9j SyJy0u8LNMmZ8go28=; b=e+WmBnl/QmqI8qY+z2XJ6hGgN1iDpVvVT4+vzl+Odo JKGh4036nF6XAwdok9hadjIrq/dS1cWEiQM3n2ZIawIcuuUzaYMDaBmCX9HgYOLH KJAYKYbNoKKfxmEGdXtGYo4NsuKEm3/3w+MSX24/Og3PmC3mr3u9vUZAyQhzWUwu 8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=BErvd+ ef1mZxCvnkPY4D/TPy9jSyJy0u8LNMmZ8go28=; b=O0d76D4ISEIVAh0uDz1AAz ZtFrPeFYZs5VE90FBrHsIEuGfo6Iw7j1+FCUrlmEQ81lIrlpRN/n3GnQbygru7cG x4I7f60uqEadjZRIJloDMFP2H0o86g3rdxu7bM6uYfmSEXJZrJe4rhgFH1CzHAt7 1tpxgGEHEj3a6cw2kRr7Phkzrhz+uoQ58Tfwpn5AKcYHTDu32QIVzgHRs+pAp7W4 sLh63f1xvfWtrawkFjkqBz07iiCUss3ujKHQa8cguS22MMo14p7V+toP+E2H0lwq II/byoPbdOb9RmS9mrqHWlti95Fwqn3AJdA+LZ2UfZXj3f+ZcFpsYMNlVJcjtwMQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CBF86E4122; Sun, 22 Apr 2018 17:22:02 -0400 (EDT) From: Thomas Monjalon To: Declan Doherty Cc: dev@dpdk.org, Ferruh Yigit , Matan Azrad , "Nicolau, Radu" Date: Sun, 22 Apr 2018 23:22:01 +0200 Message-ID: <1977959.EJPjItUHsd@xps> In-Reply-To: References: <1522235761-21928-1-git-send-email-matan@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/bonding: add rte flow support 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: Sun, 22 Apr 2018 21:22:04 -0000 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?