From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B24B7A00C2; Mon, 26 Sep 2022 10:43:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A1ED40DF7; Mon, 26 Sep 2022 10:43:24 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 54E1E400D5 for ; Mon, 26 Sep 2022 10:43:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664181803; x=1695717803; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KCKe/dQhaMh9Gpz54RWINhS2Ytrset8NGNH+V1om9oo=; b=X9iiGI351vSYQDmLw3NXokm7tFYEq5izUUarKZcUWVARUpMjqB/8Y1uE agoEURxeFi8vk+fiTbhHCdmXF3g+p2jw8zWgznRA0QVS5j21j862RGJiT ccAr4rwWIh6EKbEuF/KxeqX6HSI9qW3W/nMgcJ4mfh59V/cPwjIPaEK6H GRLzSzmx+LB/Pyb0A6W68uuneRjCaIaN4nAsZ0rEvWSZYtHvULNs3xCA2 LLTQiqyNhP9KS/LAXZyzxaVCyf38S6xkKpoSs/31Es7zFXh+RD7TR0ImW HxCWfIIWChQDs0UZZKgGkPT7MLeibvCrbIGxgBTdLr8MXh/l7BtQIdtfv g==; X-IronPort-AV: E=McAfee;i="6500,9779,10481"; a="302444365" X-IronPort-AV: E=Sophos;i="5.93,345,1654585200"; d="scan'208";a="302444365" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Sep 2022 01:43:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10481"; a="949770597" X-IronPort-AV: E=Sophos;i="5.93,345,1654585200"; d="scan'208";a="949770597" Received: from dpdk-jf-ntb-v2.sh.intel.com ([10.67.118.246]) by fmsmga005.fm.intel.com with ESMTP; 26 Sep 2022 01:43:04 -0700 From: Junfeng Guo To: qi.z.zhang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com Cc: dev@dpdk.org, xiao.w.wang@intel.com, junfeng.guo@intel.com Subject: [RFC v2 0/3] enable hairpin queue Date: Mon, 26 Sep 2022 16:42:45 +0800 Message-Id: <20220926084248.1421987-1-junfeng.guo@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220905113031.3223290-2-junfeng.guo@intel.com> References: <20220905113031.3223290-2-junfeng.guo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This patchset enables CPF for Intel Device ID of 0x1453 and supports hairpin queue based on idpf (Infrastructure Data Path Function) PMD [*EXPERIMENTAL*] in DPDK. This patchset is based on the idpf PMD code: https://patchwork.dpdk.org/project/dpdk/list/?series=24538&state=* v2: fix hairpin queue config sequence issue. Junfeng Guo (3): net/idpf: add support for CPF net/idpf: add support for hairpin queue net/idpf: adjust RSS LUT to exclude hairpin queue drivers/net/idpf/base/virtchnl2.h | 6 + drivers/net/idpf/idpf_ethdev.c | 206 +++++++++++- drivers/net/idpf/idpf_ethdev.h | 5 + drivers/net/idpf/idpf_rxtx.c | 521 ++++++++++++++++++++++++++++-- drivers/net/idpf/idpf_rxtx.h | 27 ++ drivers/net/idpf/idpf_vchnl.c | 211 +++++++++--- 6 files changed, 896 insertions(+), 80 deletions(-) -- 2.25.1