From patchwork Wed Jun 27 15:07:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?N=C3=A9lio_Laranjeiro?= X-Patchwork-Id: 41674 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BC0351BF8E; Wed, 27 Jun 2018 17:07:35 +0200 (CEST) Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 658051BF8A for ; Wed, 27 Jun 2018 17:07:34 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id e69-v6so3320221wme.2 for ; Wed, 27 Jun 2018 08:07:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=mMu7c8+8ZwgW27ttJ3/Ok+eDLqlCw9MT5SS15giElSY=; b=ImAAV9QOucINKTh475en736UX4MsoplPBIGTu9V5r7sUhrYYfCPo/ba4VO/4+SXmx8 dAOD5yHclTUedPnFu7cJs+MwrNW9vH9gDcA3UMhu4uL/8/Ygx3E8G8rAItOvnwbp87Eb Tpi8kgYZrthbJ6pyl7I+xLj4miHGu4cpZ29eHZeU3odsqySuqUwsHRSmrw8fEy2I8Fde 1aut1EZwabpSWQIH6yHUc+ilpuQgJ6C2JetlpGtE7Hty+WTZ/zJQJku+27yvtHDCoOae GP7dPNLs6WpMESMOYrNMT6MAwF5CCJle2RhCEBXgmmpsSS9X6GkiTa1dnAfJk/BWFKEX R7+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=mMu7c8+8ZwgW27ttJ3/Ok+eDLqlCw9MT5SS15giElSY=; b=D5XBxJgrKsBGb8mXrLsTLeYir4LIo9Ujd8otE7yKIMI7gUTBd2KAYlahr7eRQpMGyU Dp/1Y2cmtZAuAusfeLFEnQZ7hDlKQMyZsRk4pSTmND1/k4e37sEvFooxrSpS+P3taZIB Mf+RQ0RKxK8o5cJquvXWyMxF5Xx5f/vSHyb0FFCbjg5qMZKyx8K2FZA7nOmwC0jLNMe+ AO4S8R7ZRu2fqoGBRU2BWHl+CTFF1b2iu+CEpG5n6ps0+9xQOVQxfSkH7i9fxdzCFKyD 77sf0aEk6+pxkWigGZU/LDJkexP0xpoLapKj8tohrKGtH5Z+RxhdBlUmMmD6nugbrL88 pa+w== X-Gm-Message-State: APt69E07uNXUnOG1AleLB1ZTsJRyoWTaGo0Ke8f7nwSTWkpDMjZF+P15 HmEUamY/nXTXK0r/603Oqh0lgdG0CQ== X-Google-Smtp-Source: AAOMgpecL2I1wIZ8UUwZEubTBMshEwvLrBx0qNl0RpMC21jpcu9bIAWnDyrKUxJM96ELzfVcPTMHjg== X-Received: by 2002:a1c:2544:: with SMTP id l65-v6mr5358624wml.131.1530112053865; Wed, 27 Jun 2018 08:07:33 -0700 (PDT) Received: from laranjeiro-vm.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id k17-v6sm4872513wrp.19.2018.06.27.08.07.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Jun 2018 08:07:33 -0700 (PDT) From: Nelio Laranjeiro To: dev@dpdk.org, Adrien Mazarguil , Yongseok Koh Date: Wed, 27 Jun 2018 17:07:32 +0200 Message-Id: X-Mailer: git-send-email 2.18.0 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v2 00/20] net/mlx5: flow rework 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Re-work flow engine to support port redirection actions through TC. This first series depends on [1] which is implemented in commit "net/mlx5: support inner RSS computation" and on [2]. Next series will bring the port redirection as announced[3]. [1] https://patches.dpdk.org/project/dpdk/list/?series=267 [2] https://mails.dpdk.org/archives/dev/2018-June/104192.html [3] https://mails.dpdk.org/archives/dev/2018-May/103043.html Nelio Laranjeiro (20): net/mlx5: remove flow support net/mlx5: handle drop queues are regular queues net/mlx5: replace verbs priorities by flow net/mlx5: support flow Ethernet item among with drop action net/mlx5: add flow queue action net/mlx5: add flow stop/start net/mlx5: add flow VLAN item net/mlx5: add flow IPv4 item net/mlx5: add flow IPv6 item net/mlx5: add flow UDP item net/mlx5: add flow TCP item net/mlx5: add mark/flag flow action net/mlx5: add RSS flow action net/mlx5: remove useless arguments in hrxq API net/mlx5: support inner RSS computation net/mlx5: add flow VXLAN item net/mlx5: add flow VXLAN-GPE item net/mlx5: add flow GRE item net/mlx5: add flow MPLS item net/mlx5: add count flow action drivers/net/mlx5/mlx5.c | 22 +- drivers/net/mlx5/mlx5.h | 18 +- drivers/net/mlx5/mlx5_flow.c | 4738 ++++++++++++++++------------------ drivers/net/mlx5/mlx5_rxq.c | 271 +- drivers/net/mlx5/mlx5_rxtx.h | 17 +- 5 files changed, 2552 insertions(+), 2514 deletions(-)