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 345FFA0548; Fri, 9 Sep 2022 05:42:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1848C427F7; Fri, 9 Sep 2022 05:42:34 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 8E5A640A7E for ; Fri, 9 Sep 2022 05:42:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662694952; x=1694230952; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZUmC8IbjvhwV/MaeHNGR9jNuqeNmGnaqWCjGskgDc4E=; b=ceneNMAQUIyysl+OFPB7Z39BU8xXbmHYt3waP1ZjRl9im2ggmILLPaeI wp1Ke2Y5ftuUW2ZIZ3Jgp/xVZdH7V6HgXn/hgJvGLQcwgEr4C5kydCNCV Vr2j77NF7QW7fOEQmys8WxFFJMILVVS+IJ0wubLrwnN4F/qCDYXo8Mg0h xia71YY9YiqvxSHSsYD7pRY6Oe0dRnFYHENhv/7ATPgxrAr/4FqzJ34Mt 2jTeHxY4btgda9wOJdYFtH7h22yr3Jo0KxEEvQPA8MJ1HTjHs4tZ98g2X Uxug+iElBDcPlusZnjR6zzzkzNKK8GLkjIduberAsThJPTIXHqmJl7nnJ w==; X-IronPort-AV: E=McAfee;i="6500,9779,10464"; a="361346674" X-IronPort-AV: E=Sophos;i="5.93,300,1654585200"; d="scan'208";a="361346674" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2022 20:42:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,300,1654585200"; d="scan'208";a="676989088" Received: from txandevlnx322.an.intel.com ([10.123.117.44]) by fmsmga008.fm.intel.com with ESMTP; 08 Sep 2022 20:42:27 -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 22:42:19 -0500 Message-Id: <20220909034219.4018966-3-s.v.naga.harish.k@intel.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20220909034219.4018966-1-s.v.naga.harish.k@intel.com> References: <20220909034219.4018966-1-s.v.naga.harish.k@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 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: -- 2.25.1