From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 0/9] net/mlx5: enhance flow API Date: Sat, 4 Mar 2017 12:42:15 +0000 Message-ID: <3e34d487-7f96-0cec-07d8-4273363bb56f@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Adrien Mazarguil To: Nelio Laranjeiro , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id CA3DD914 for ; Sat, 4 Mar 2017 13:42:19 +0100 (CET) In-Reply-To: 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 3/1/2017 12:49 PM, Nelio Laranjeiro wrote: > Changes in v2: > > - Send series to dev@dpdk.org > > This series brings: > > - fixes: > - handle error on Queue Pair creation. > - Move a free to the right function. > - Uses a single RSS drop queue for dropping flows. > - Enhance IPv6 filtering by adding extra fields. > - support rss hash result in combination of mark id. > - support flag action. > - support RSS action. > > > Nelio Laranjeiro (9): > net/mlx5: fix drop queue creation error > net/mlx5: fix resources free in the right function > net/mlx5: support ether type support in flow item > net/mlx5: add RSS hash result with mark id > net/mlx5: extend IPv6 flow item > net/mlx5: support flag flow action > net/mlx5: prepare support for RSS action rule > net/mlx5: support RSS action flow rule > net/mlx5: use an RSS drop queue Series applied to dpdk-next-net/master, thanks.