From patchwork Mon Jun 27 09:57:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavan Nikhilesh Bhagavatula X-Patchwork-Id: 113468 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 8266BA0552; Mon, 27 Jun 2022 11:59:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2221B400D7; Mon, 27 Jun 2022 11:59:11 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 768AC400D5 for ; Mon, 27 Jun 2022 11:59:09 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 25QNRA5F030927; Mon, 27 Jun 2022 02:57:05 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=Noqsfn7dShDug3rdpSTs58mMIExXDJPYHwnUv+wBSPw=; b=ellOKG62qBl/7HdkQeNkw8UpJw92C3AEYYMJdq4/OIcIvxZPbTkZzK2D3ZKycVr43CuD qItxkftJeOZw3RfmtipdVc0I7m8+0BjoS8bau4H8Zp0gesiDWCg96pDYf8H9xx2iWESb PCvyqolIyVID1jGpAPcFK+EseRiK3UvQK8ufZIrlGMwTSijyfRJ+YFxgrJ6j/IWLjSU1 S+ktAKxb74iU0AOczZN046bwcIw2AO8tMmlQHOLiszEAY+F357Neqov+4e8oG+rIIgWC hKJoDoRKGRRP1nESc48HH6lNWGfeN2Di718ved6AjWMWPo/gNr03U8tM+9aBhYIcj1pJ 2g== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3gwyqqeb0x-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 27 Jun 2022 02:57:05 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Mon, 27 Jun 2022 02:57:03 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.18 via Frontend Transport; Mon, 27 Jun 2022 02:57:03 -0700 Received: from MININT-80QBFE8.corp.innovium.com (unknown [10.28.161.88]) by maili.marvell.com (Postfix) with ESMTP id 039053F70C2; Mon, 27 Jun 2022 02:57:01 -0700 (PDT) From: To: , Ray Kinsella CC: , Pavan Nikhilesh Subject: [PATCH 1/2] doc: add enqueue depth for new event type Date: Mon, 27 Jun 2022 15:27:01 +0530 Message-ID: <20220627095702.8047-1-pbhagavatula@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-GUID: lbMzpWYcoBIcyL7-DAYSoQinELiveS7f X-Proofpoint-ORIG-GUID: lbMzpWYcoBIcyL7-DAYSoQinELiveS7f X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-06-27_06,2022-06-24_01,2022-06-22_01 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: Pavan Nikhilesh A new field ``max_event_port_enqueue_new_burst`` will be added to the structure ``rte_event_dev_info``. The field defines the max enqueue burst size of new events (OP_NEW) supported by the underlying event device. Signed-off-by: Pavan Nikhilesh Acked-by: Jerin Jacob Acked-by: Hemant Agrawal Acked-by: Harry van Haaren --- doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 4e5b23c53d..071317e8e3 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -125,3 +125,8 @@ Deprecation Notices applications should be updated to use the ``dmadev`` library instead, with the underlying HW-functionality being provided by the ``ioat`` or ``idxd`` dma drivers + +* eventdev: The structure ``rte_event_dev_info`` will be extended to include the + max enqueue burst size of new events supported by the underlying event device. + A new field ``max_event_port_enqueue_new_burst`` will be added to the structure + ``rte_event_dev_info`` in DPDK 22.11.