From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH v2 0/9] net/mlx5: enhance flow API Date: Wed, 1 Mar 2017 13:49:39 +0100 Message-ID: References: Cc: Adrien Mazarguil To: dev@dpdk.org Return-path: Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) by dpdk.org (Postfix) with ESMTP id 01BD52BFF for ; Wed, 1 Mar 2017 13:50:13 +0100 (CET) Received: by mail-wr0-f175.google.com with SMTP id l37so29396022wrc.1 for ; Wed, 01 Mar 2017 04:50:13 -0800 (PST) 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" 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 drivers/net/mlx5/mlx5.h | 1 + drivers/net/mlx5/mlx5_flow.c | 439 ++++++++++++++++++++++++++++++++++++------- drivers/net/mlx5/mlx5_prm.h | 7 +- drivers/net/mlx5/mlx5_rxtx.c | 20 +- 4 files changed, 386 insertions(+), 81 deletions(-) -- 2.1.4