From patchwork Mon Jun 5 06:17:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xing, Beilei" X-Patchwork-Id: 128090 X-Patchwork-Delegate: qi.z.zhang@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 02D5242C31; Mon, 5 Jun 2023 08:43:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2977842D9E; Mon, 5 Jun 2023 08:42:39 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 5F28942D64 for ; Mon, 5 Jun 2023 08:42:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685947357; x=1717483357; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=oVQhuz58lMsIDG0WuorafsAG9p4gkLFTqvO9dYitu7A=; b=JhXtcS9bdSRPA+/351CD0AUnv9+DnhQvwSwVZrqDc9M309p9kdsKPw88 QMPi7GvII9eH+6iG2n7in5nW3vE/uxVQfZcaWuFwEmG2RETq5QnCu/K6H lpZ6aGnZfoBrLysnOiBeNdI9JfGNZbKjMq4G5jymT+6MAGudAmYzRNJYW KdVWXoJ+hE6DmiTNtLpY/bsTohUR+PYgIsj+G3mVPm41/xc+I/nnGy3L8 Xd/dR+pyh2SxdcDJ5cWdY668gPnDrCsJfbWHkovNWF/4JtknxbbpDW+H8 lF98aj/RQZwG7wPCcd26Dn3LzMXdHzuchBGirhQL1GGK36Ha3/B9P1tsA g==; X-IronPort-AV: E=McAfee;i="6600,9927,10731"; a="419839668" X-IronPort-AV: E=Sophos;i="6.00,217,1681196400"; d="scan'208";a="419839668" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2023 23:42:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10731"; a="798301069" X-IronPort-AV: E=Sophos;i="6.00,217,1681196400"; d="scan'208";a="798301069" Received: from dpdk-beileix-3.sh.intel.com ([10.67.110.253]) by FMSMGA003.fm.intel.com with ESMTP; 04 Jun 2023 23:42:35 -0700 From: beilei.xing@intel.com To: jingjing.wu@intel.com Cc: dev@dpdk.org, mingxia.liu@intel.com, Beilei Xing Subject: [PATCH v8 14/14] doc: update the doc of CPFL PMD Date: Mon, 5 Jun 2023 06:17:24 +0000 Message-Id: <20230605061724.88130-15-beilei.xing@intel.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20230605061724.88130-1-beilei.xing@intel.com> References: <20230531130450.26380-1-beilei.xing@intel.com> <20230605061724.88130-1-beilei.xing@intel.com> MIME-Version: 1.0 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 From: Beilei Xing Update cpfl.rst to clarify hairpin support. Signed-off-by: Beilei Xing --- doc/guides/nics/cpfl.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst index d25db088eb..8d5c3082e4 100644 --- a/doc/guides/nics/cpfl.rst +++ b/doc/guides/nics/cpfl.rst @@ -106,3 +106,10 @@ The paths are chosen based on 2 conditions: A value "P" means the offload feature is not supported by vector path. If any not supported features are used, cpfl vector PMD is disabled and the scalar paths are chosen. + +Hairpin queue +~~~~~~~~~~~~~ + + E2100 Series can loopback packets from RX port to TX port, this feature is + called port-to-port or hairpin. + Currently, the PMD only supports single port hairpin.