From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 0/7] net/mlx5: fixes Date: Tue, 24 Oct 2017 12:07:54 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Yongseok Koh , Adrien Mazarguil To: Nelio Laranjeiro , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8DC30237 for ; Tue, 24 Oct 2017 21:07:56 +0200 (CEST) In-Reply-To: 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/24/2017 8:18 AM, Nelio Laranjeiro wrote: > Changes in v3: > > * Avoid to duplicate bcast/multicast flows when multiple MAC addressed are > configured. > > Changes in v2: > > * Fix packets reception in allmulti mode and when VLAN are present. > * Fix a double flow insertion causing an infinite loop. > > Nelio Laranjeiro (7): > net/mlx5: fix segfault on flow creation > net/mlx5: fix work queue array size > net/mlx5: fix drop flows when port is stopped > net/mlx5: fix flow director drop action > net/mlx5: fix mark action with drop action > net/mlx5: fix reception when VLAN is added > net/mlx5: fix flow director flow add Series applied to dpdk-next-net/master, thanks.