From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=40qB6aVa+LiUDN7X1K7g3pWBsiGxvK+DKmjanCOpOLs=; b=IQg3EI9T8a8G8EitK5UBUCWHqQdrIZwxat9T7Tds/c/wUAfpG7c4TGMoSvKP7VQw/7 zKxVk02/RejpTchYYVsQBppcoAl4ZozTDIbg+nVhAlsmjmxRjR6PzbT7j3u6otMiGXdy kggSEPDPPgCZ/hpr0jugYJGZfJIJtxayY34Thi7kAh9Igs1m8kqTriM3sfN2Zamn+AI/ r4SdFflxlwOz16xyxsjlDYRPimh+rE9VJXEhEoLvJQObQEfZq6AJJVsxUcgkwmApO1Eo jFhE0e+/NCT46TvizGYf7ddKbCFDeoGqcjL0YmmpJM3f888YwGf8RrjMna1/JlkYDReC NqGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=40qB6aVa+LiUDN7X1K7g3pWBsiGxvK+DKmjanCOpOLs=; b=ha83fsMwc0VKtUcsop3vZbndopIcwbYbUZu88H8qhO+bKMY42gpc9n7nE3wcrWB6YZ g0lEDp1X2ziSx2K0ivDl7Sot6jxPa/Z3wi9vNEu8f8XkSxs3WTA68JeKRAuNmreW+2wZ qGdKso65f/FV04KUm8m9yoe6ts20LeGLUs13kGUXPxx//UE4XLsZ40HzBvgj65H7JvNU L81YFME2gc8qgtz6kK6+nRytWaCxoRTOJiUT+fh/Gn0wAEIW1cN/sEzuH0XMvIRryl4f j2XjzeYs0oSwMb2a6QEPypiwqX/rxuW+HTMWfwOx5G7zznoiNY4u086sNRZrhPl/o8lV sB9Q== X-Gm-Message-State: AFeK/H2KdF38EazHwMzJZpLsEEINdVLIp6HCtabH1XH+KsVUAnJQ0sgf5gJGIu/WBJWIx4aq X-Received: by 10.223.130.101 with SMTP id 92mr29957966wrb.192.1490082315620; Tue, 21 Mar 2017 00:45:15 -0700 (PDT) Received: from autoinstall.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id d42sm23875745wrd.37.2017.03.21.00.45.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Mar 2017 00:45:15 -0700 (PDT) Date: Tue, 21 Mar 2017 08:45:06 +0100 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: Yongseok Koh Cc: ferruh.yigit@intel.com, thomas.monjalon@6wind.com, dev@dpdk.org, adrien.mazarguil@6wind.com 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-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 0/3] net/mlx5: fix updating RETA 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: Tue, 21 Mar 2017 07:45:16 -0000 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