From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH v2 0/2] net/mlx5: fix flow director mask Date: Fri, 13 Apr 2018 17:28:48 +0200 Message-ID: References: Cc: Adrien Mazarguil To: dev@dpdk.org, Yongseok Koh Return-path: Received: from mail-wr0-f181.google.com (mail-wr0-f181.google.com [209.85.128.181]) by dpdk.org (Postfix) with ESMTP id 42B141C62F for ; Fri, 13 Apr 2018 17:28:37 +0200 (CEST) Received: by mail-wr0-f181.google.com with SMTP id y7so9128333wrh.10 for ; Fri, 13 Apr 2018 08:28:37 -0700 (PDT) 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" Flow director mask as been mistakenly removed from mlx5 PMD. This series brings it back. Changes in v2: Use the L3 structures instead of the l4 in the conversion. Nelio Laranjeiro (2): net/mlx5: split L3/L4 in flow director net/mlx5: fix flow director mask drivers/net/mlx5/mlx5_flow.c | 155 ++++++++++++++++------------------- 1 file changed, 69 insertions(+), 86 deletions(-) -- 2.17.0