From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro Subject: Re: [PATCH v2 0/3] net/mlx5: fix updating RETA Date: Tue, 21 Mar 2017 08:45:06 +0100 Message-ID: <20170321074506.GK12013@autoinstall.dev.6wind.com> References: <20170316224056.19685-1-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: ferruh.yigit@intel.com, thomas.monjalon@6wind.com, dev@dpdk.org, adrien.mazarguil@6wind.com To: Yongseok Koh Return-path: Received: from mail-wr0-f179.google.com (mail-wr0-f179.google.com [209.85.128.179]) by dpdk.org (Postfix) with ESMTP id 5330D36E for ; Tue, 21 Mar 2017 08:45:15 +0100 (CET) Received: by mail-wr0-f179.google.com with SMTP id u48so106458376wrc.0 for ; Tue, 21 Mar 2017 00:45:15 -0700 (PDT) Content-Disposition: inline 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" On Mon, Mar 20, 2017 at 04:04:32PM -0700, Yongseok Koh wrote: > Currently rte_eth_dev_rss_reta_update() doesn't work properly for mlx5 PMD. This > patchset fixes the issue. This also enables testing the API with testpmd. > > v2: > * Minor code change by review. > > Yongseok Koh (3): > lib/librte_ether: remove requirement of aligned RETA size > net/mlx5: use correct RETA table size > net/mlx5: rebuild flows on updating RETA > > app/test-pmd/cmdline.c | 4 +++- > drivers/net/mlx5/mlx5_ethdev.c | 8 ++------ > drivers/net/mlx5/mlx5_rss.c | 18 +++++++++--------- > lib/librte_ether/rte_ethdev.c | 8 +------- > 4 files changed, 15 insertions(+), 23 deletions(-) > > -- > 2.11.0 > Acked-by: Nelio Laranjeiro For the series, thanks, -- Nélio Laranjeiro 6WIND