From patchwork Thu Oct 8 14:16:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bing Zhao X-Patchwork-Id: 80057 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BEA63A04BC; Thu, 8 Oct 2020 16:17:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 60BEF1BFE2; Thu, 8 Oct 2020 16:17:13 +0200 (CEST) Received: from git-send-mailer.rdmz.labs.mlnx (unknown [37.142.13.130]) by dpdk.org (Postfix) with ESMTP id 7F7391BB5C for ; Thu, 8 Oct 2020 16:17:11 +0200 (CEST) From: Bing Zhao To: viacheslavo@mellanox.com, matan@mellanox.com Cc: dev@dpdk.org, orika@nvidia.com, rasland@nvidia.com Date: Thu, 8 Oct 2020 22:16:56 +0800 Message-Id: <1602166620-46303-1-git-send-email-bingz@nvidia.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH 0/4] add two ports hairpin mode support in mlx5 PMD 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" This patch set will add the support for hairpin between two ports in mlx5 driver. Depends-on: series-12779 ("introduce support for hairpin between two ports") Bing Zhao (4): net/mlx5: remove hairpin queue peer port checking net/mlx5: add support for two ports hairpin mode net/mlx5: conditional hairpin auto bind doc: update hairpin support for mlx5 driver doc/guides/rel_notes/release_20_11.rst | 5 + drivers/net/mlx5/linux/mlx5_os.c | 10 + drivers/net/mlx5/mlx5.h | 19 ++ drivers/net/mlx5/mlx5_rxq.c | 4 +- drivers/net/mlx5/mlx5_rxtx.h | 2 + drivers/net/mlx5/mlx5_trigger.c | 502 ++++++++++++++++++++++++++++++++- drivers/net/mlx5/mlx5_txq.c | 4 +- 7 files changed, 536 insertions(+), 10 deletions(-)