DPDK patches and discussions
 help / color / mirror / Atom feed
From: <gakhil@marvell.com>
To: <jerinj@marvell.com>, <thomas@monjalon.net>, <dev@dpdk.org>,
	<mdr@ashroe.eu>, <david.marchand@redhat.com>
Cc: <abhinandan.gujjar@intel.com>, <hemant.agrawal@nxp.com>,
	<nipun.gupta@nxp.com>, <sachin.saxena@oss.nxp.com>,
	<anoobj@marvell.com>, <matan@nvidia.com>,
	<roy.fan.zhang@intel.com>, <g.singh@nxp.com>,
	<erik.g.carrillo@intel.com>, <jay.jayatheerthan@intel.com>,
	<pbhagavatula@marvell.com>, <harry.van.haaren@intel.com>,
	<sthotton@marvell.com>, Akhil Goyal <gakhil@marvell.com>
Subject: [dpdk-dev] [PATCH] doc: announce modification in eventdev structure
Date: Thu, 15 Apr 2021 14:38:59 +0530	[thread overview]
Message-ID: <20210415090859.1319171-1-gakhil@marvell.com> (raw)

From: Akhil Goyal <gakhil@marvell.com>

A new field ``ca_enqueue`` is added in ``rte_eventdev``
in the end to maintain ABI. It needs to be moved above
in the structure to align with other enqueue callbacks.

Signed-off-by: Akhil Goyal <gakhil@marvell.com>
---
 doc/guides/rel_notes/deprecation.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 2afc84c39..a973de4a9 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -127,6 +127,10 @@ Deprecation Notices
   values to the function ``rte_event_eth_rx_adapter_queue_add`` using
   the structure ``rte_event_eth_rx_adapter_queue_add``.
 
+* eventdev: The function pointer ``ca_enqueue`` in structure ``rte_eventdev``
+  will be moved after ``txa_enqueue`` so that all enqueue/dequeue
+  function pointers are adjacent to each other.
+
 * sched: To allow more traffic classes, flexible mapping of pipe queues to
   traffic classes, and subport level configuration of pipes and queues
   changes will be made to macros, data structures and API functions defined
-- 
2.25.1


             reply	other threads:[~2021-04-15  9:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-15  9:08 gakhil [this message]
2021-04-18  9:11 ` Jerin Jacob
2021-04-23 10:53 ` Kinsella, Ray
2021-05-03 11:18   ` [dpdk-dev] [EXT] " Akhil Goyal
2021-05-04  9:36     ` Kinsella, Ray
2021-05-07  9:17       ` Jerin Jacob

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210415090859.1319171-1-gakhil@marvell.com \
    --to=gakhil@marvell.com \
    --cc=abhinandan.gujjar@intel.com \
    --cc=anoobj@marvell.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=erik.g.carrillo@intel.com \
    --cc=g.singh@nxp.com \
    --cc=harry.van.haaren@intel.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=jay.jayatheerthan@intel.com \
    --cc=jerinj@marvell.com \
    --cc=matan@nvidia.com \
    --cc=mdr@ashroe.eu \
    --cc=nipun.gupta@nxp.com \
    --cc=pbhagavatula@marvell.com \
    --cc=roy.fan.zhang@intel.com \
    --cc=sachin.saxena@oss.nxp.com \
    --cc=sthotton@marvell.com \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).