From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2017 12:07:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,429,1503385200"; d="scan'208";a="166567985" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.60]) ([10.241.225.60]) by fmsmga005.fm.intel.com with ESMTP; 24 Oct 2017 12:07:54 -0700 To: Nelio Laranjeiro , dev@dpdk.org Cc: Yongseok Koh , Adrien Mazarguil References: From: Ferruh Yigit Message-ID: Date: Tue, 24 Oct 2017 12:07:54 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 0/7] net/mlx5: fixes 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, 24 Oct 2017 19:07:56 -0000 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.