From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id C7B531B347 for ; Wed, 1 Nov 2017 22:34:48 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 01 Nov 2017 14:34:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,330,1505804400"; d="scan'208";a="170697519" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.226.222]) ([10.241.226.222]) by fmsmga006.fm.intel.com with ESMTP; 01 Nov 2017 14:34:41 -0700 To: Nelio Laranjeiro , dev@dpdk.org Cc: Yongseok Koh , Adrien Mazarguil References: From: Ferruh Yigit Message-ID: <86ee2438-c769-a741-358f-cd8ceb489504@intel.com> Date: Wed, 1 Nov 2017 14:34:41 -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 0/5] 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: Wed, 01 Nov 2017 21:34:49 -0000 On 10/31/2017 8:51 AM, Nelio Laranjeiro wrote: > - Multiple fixes for tunnels in flow actions. > - fix some mistakes in flow director code. > > Nelio Laranjeiro (5): > net/mlx5: fix parser inner value > net/mlx5: fix flows when VXLAN tunnel is 0 > net/mlx5: fix RSS tunneled flow without outer > net/mlx5: fix fdir flow removal > net/mlx5: fix flow director TCPv6 filter Series applied to dpdk-next-net/master, thanks. Except patch 3/5, it squashed into relevant commit [1]. [1]: "net/mlx5: fix RSS action for tunneled packets"