From patchwork Thu Sep 8 17:12:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Naga Harish K, S V" X-Patchwork-Id: 116100 X-Patchwork-Delegate: jerinj@marvell.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 DCA93A0548; Thu, 8 Sep 2022 19:12:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9AC8A427F9; Thu, 8 Sep 2022 19:12:53 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id D29B1427F9 for ; Thu, 8 Sep 2022 19:12:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662657172; x=1694193172; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZUmC8IbjvhwV/MaeHNGR9jNuqeNmGnaqWCjGskgDc4E=; b=dJYglJdpe1nu6zbghVsPy5HstHIIXp9MFL0/wjgR9uKKjl/IN4LOXWDQ aqOEq5K8AphPwqcNRg+NyQ0WPNVs2eTh+Delg1opsND3fSaD6J6vcAaE6 +yFjNKY23soMAFspSuxCflYuSs0q8wQcGEK5tR1p01bzZZpPa80Xt+Ruy 0cqkROlShQUvdT6aVoJ0QcF44nKWGed3n+hc5Cvh1vKSmGI7wRZJLYu/q ux67DCpPUZWEEs5+E+m6/qIw4S+UqvdGxLuA0WCpoRSI6tKNvkVYuZdum vDLCZjr45doa3OWurVs4tfkF8LoX0PwGmSgTbyxJKywKsqxdkGf0+/11o A==; X-IronPort-AV: E=McAfee;i="6500,9779,10464"; a="295999027" X-IronPort-AV: E=Sophos;i="5.93,300,1654585200"; d="scan'208";a="295999027" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2022 10:12:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,300,1654585200"; d="scan'208";a="943433120" Received: from txandevlnx322.an.intel.com ([10.123.117.44]) by fmsmga005.fm.intel.com with ESMTP; 08 Sep 2022 10:12:51 -0700 From: Naga Harish K S V To: jay.jayatheerthan@intel.com, jerinj@marvell.com Cc: dev@dpdk.org Subject: [PATCH 3/3] doc: added eth Tx adapter queue start stop APIs Date: Thu, 8 Sep 2022 12:12:42 -0500 Message-Id: <20220908171242.3804375-3-s.v.naga.harish.k@intel.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20220908171242.3804375-1-s.v.naga.harish.k@intel.com> References: <20220908171242.3804375-1-s.v.naga.harish.k@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 Added tx adapter queue start - rte_event_eth_rx_adapter_queue_start() and tx adapter queue stop - rte_event_eth_tx_adapter_queue_stop() Signed-off-by: Naga Harish K S V --- doc/guides/rel_notes/release_22_11.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst index c32c18ff49..dc1060660c 100644 --- a/doc/guides/rel_notes/release_22_11.rst +++ b/doc/guides/rel_notes/release_22_11.rst @@ -29,6 +29,10 @@ New Features ethernet device id and Rx queue index. Added ``rte_event_eth_tx_adapter_instance_get`` to get the Tx adapter instance id for specified ethernet device id and Tx queue index. + Added ``rte_event_eth_tx_adapter_queue_start`` to start enqueueing packets to the Tx queue by + Tx adapter. + Added ``rte_event_eth_tx_adapter_queue_start`` to stop the Tx Adapter from transmitting any + mbufs to the Tx_queue. .. This section should contain new features added in this release. Sample format: