From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v1 0/4] net/mlx4: RSS fixes Date: Mon, 23 Oct 2017 12:18:49 -0700 Message-ID: <3ad27c17-503e-638a-6905-e50f25b4deb1@intel.com> References: <1508429034-27506-1-git-send-email-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Nelio Laranjeiro , dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 434DB1B6A5 for ; Mon, 23 Oct 2017 21:18:52 +0200 (CEST) In-Reply-To: <1508429034-27506-1-git-send-email-adrien.mazarguil@6wind.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 10/19/2017 9:11 AM, Adrien Mazarguil wrote: > This series enforces WQ creation order to make sure WQNs are assigned > sequentially to Rx queues and fixes a few minor issues related to > initialization code. > > This addresses l3fwd-power startup issues. > > Adrien Mazarguil (4): > net/mlx4: use dedicated list iterator > net/mlx4: fix useless flow rules synchronization > net/mlx4: fix indirection table error rollback > net/mlx4: relax Rx queue configuration order Series applied to dpdk-next-net/master, thanks.