* [PATCH] eventdev: announce single-event enqueue/dequeue ABI change @ 2023-07-05 8:48 Mattias Rönnblom 2023-07-05 11:12 ` [PATCH v2] doc: " Mattias Rönnblom 0 siblings, 1 reply; 11+ messages in thread From: Mattias Rönnblom @ 2023-07-05 8:48 UTC (permalink / raw) To: jerinj Cc: Jerin Jacob, hofors, dev, Pavan Nikhilesh, Timothy McDaniel, Hemant Agrawal, Sachin Saxena, Harry van Haaren, Liang Ma, Peter Mccarthy, Mattias Rönnblom Announce the removal of the single-event enqueue and dequeue operations from the eventdev ABI. Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com> --- doc/guides/rel_notes/deprecation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 66431789b0..ca192d838d 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -153,3 +153,11 @@ Deprecation Notices The new port library API (functions rte_swx_port_*) will gradually transition from experimental to stable status starting with DPDK 23.07 release. + +* eventdev: The single-event (non-burst) enqueue and dequeue + operations, used by static inline burst enqueue and dequeue + functions in <rte_eventdev.h>, will be removed in DPDK 23.11. This + simplification includes changing the layout and potentially also the + size of the public rte_event_fp_ops struct, breaking the ABI. Since + these functions are not called directly by the application, the API + remains unaffected. -- 2.34.1 ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH v2] doc: announce single-event enqueue/dequeue ABI change 2023-07-05 8:48 [PATCH] eventdev: announce single-event enqueue/dequeue ABI change Mattias Rönnblom @ 2023-07-05 11:12 ` Mattias Rönnblom 2023-07-05 13:00 ` Jerin Jacob 2024-10-11 14:42 ` David Marchand 0 siblings, 2 replies; 11+ messages in thread From: Mattias Rönnblom @ 2023-07-05 11:12 UTC (permalink / raw) To: jerinj, Thomas Monjalon Cc: Jerin Jacob, hofors, dev, Pavan Nikhilesh, Timothy McDaniel, Hemant Agrawal, Sachin Saxena, Harry van Haaren, Liang Ma, Peter Mccarthy, Mattias Rönnblom Announce the removal of the single-event enqueue and dequeue operations from the eventdev ABI. Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com> --- PATCH v2: Fix commit subject prefix. --- doc/guides/rel_notes/deprecation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 66431789b0..ca192d838d 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -153,3 +153,11 @@ Deprecation Notices The new port library API (functions rte_swx_port_*) will gradually transition from experimental to stable status starting with DPDK 23.07 release. + +* eventdev: The single-event (non-burst) enqueue and dequeue + operations, used by static inline burst enqueue and dequeue + functions in <rte_eventdev.h>, will be removed in DPDK 23.11. This + simplification includes changing the layout and potentially also the + size of the public rte_event_fp_ops struct, breaking the ABI. Since + these functions are not called directly by the application, the API + remains unaffected. -- 2.34.1 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v2] doc: announce single-event enqueue/dequeue ABI change 2023-07-05 11:12 ` [PATCH v2] doc: " Mattias Rönnblom @ 2023-07-05 13:00 ` Jerin Jacob 2023-07-05 13:02 ` [EXT] " Pavan Nikhilesh Bhagavatula 2023-07-26 12:04 ` Jerin Jacob 2024-10-11 14:42 ` David Marchand 1 sibling, 2 replies; 11+ messages in thread From: Jerin Jacob @ 2023-07-05 13:00 UTC (permalink / raw) To: Mattias Rönnblom Cc: jerinj, Thomas Monjalon, hofors, dev, Pavan Nikhilesh, Timothy McDaniel, Hemant Agrawal, Sachin Saxena, Harry van Haaren, Liang Ma, Peter Mccarthy On Wed, Jul 5, 2023 at 4:48 PM Mattias Rönnblom <mattias.ronnblom@ericsson.com> wrote: > > Announce the removal of the single-event enqueue and dequeue > operations from the eventdev ABI. > > Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com> Acked-by: Jerin Jacob <jerinj@marvell.com> > > --- > PATCH v2: Fix commit subject prefix. > --- > doc/guides/rel_notes/deprecation.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 66431789b0..ca192d838d 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -153,3 +153,11 @@ Deprecation Notices > The new port library API (functions rte_swx_port_*) > will gradually transition from experimental to stable status > starting with DPDK 23.07 release. > + > +* eventdev: The single-event (non-burst) enqueue and dequeue > + operations, used by static inline burst enqueue and dequeue > + functions in <rte_eventdev.h>, will be removed in DPDK 23.11. This > + simplification includes changing the layout and potentially also the > + size of the public rte_event_fp_ops struct, breaking the ABI. Since > + these functions are not called directly by the application, the API > + remains unaffected. > -- > 2.34.1 > ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [EXT] Re: [PATCH v2] doc: announce single-event enqueue/dequeue ABI change 2023-07-05 13:00 ` Jerin Jacob @ 2023-07-05 13:02 ` Pavan Nikhilesh Bhagavatula 2023-07-28 15:51 ` Thomas Monjalon 2023-07-26 12:04 ` Jerin Jacob 1 sibling, 1 reply; 11+ messages in thread From: Pavan Nikhilesh Bhagavatula @ 2023-07-05 13:02 UTC (permalink / raw) To: Jerin Jacob, Mattias Rönnblom Cc: Jerin Jacob Kollanukkaran, Thomas Monjalon, hofors, dev, Timothy McDaniel, Hemant Agrawal, Sachin Saxena, Harry van Haaren, Liang Ma, Peter Mccarthy > On Wed, Jul 5, 2023 at 4:48 PM Mattias Rönnblom > <mattias.ronnblom@ericsson.com> wrote: > > > > Announce the removal of the single-event enqueue and dequeue > > operations from the eventdev ABI. > > > > Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com> > > Acked-by: Jerin Jacob <jerinj@marvell.com> Acked-by: Pavan Nikhilesh <pbhagavatula@marvell.com> > > > > > > --- > > PATCH v2: Fix commit subject prefix. > > --- > > doc/guides/rel_notes/deprecation.rst | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > > index 66431789b0..ca192d838d 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -153,3 +153,11 @@ Deprecation Notices > > The new port library API (functions rte_swx_port_*) > > will gradually transition from experimental to stable status > > starting with DPDK 23.07 release. > > + > > +* eventdev: The single-event (non-burst) enqueue and dequeue > > + operations, used by static inline burst enqueue and dequeue > > + functions in <rte_eventdev.h>, will be removed in DPDK 23.11. This > > + simplification includes changing the layout and potentially also the > > + size of the public rte_event_fp_ops struct, breaking the ABI. Since > > + these functions are not called directly by the application, the API > > + remains unaffected. > > -- > > 2.34.1 > > ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [EXT] Re: [PATCH v2] doc: announce single-event enqueue/dequeue ABI change 2023-07-05 13:02 ` [EXT] " Pavan Nikhilesh Bhagavatula @ 2023-07-28 15:51 ` Thomas Monjalon 0 siblings, 0 replies; 11+ messages in thread From: Thomas Monjalon @ 2023-07-28 15:51 UTC (permalink / raw) To: Jerin Jacob, Mattias Rönnblom Cc: dev, Jerin Jacob Kollanukkaran, hofors, dev, Timothy McDaniel, Hemant Agrawal, Sachin Saxena, Harry van Haaren, Liang Ma, Peter Mccarthy, Pavan Nikhilesh Bhagavatula 05/07/2023 15:02, Pavan Nikhilesh Bhagavatula: > > On Wed, Jul 5, 2023 at 4:48 PM Mattias Rönnblom > > <mattias.ronnblom@ericsson.com> wrote: > > > > > > Announce the removal of the single-event enqueue and dequeue > > > operations from the eventdev ABI. > > > > > > Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com> > > > > Acked-by: Jerin Jacob <jerinj@marvell.com> > > Acked-by: Pavan Nikhilesh <pbhagavatula@marvell.com> Acked-by: Thomas Monjalon <thomas@monjalon.net> Applied, thanks. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v2] doc: announce single-event enqueue/dequeue ABI change 2023-07-05 13:00 ` Jerin Jacob 2023-07-05 13:02 ` [EXT] " Pavan Nikhilesh Bhagavatula @ 2023-07-26 12:04 ` Jerin Jacob 1 sibling, 0 replies; 11+ messages in thread From: Jerin Jacob @ 2023-07-26 12:04 UTC (permalink / raw) To: Mattias Rönnblom Cc: jerinj, Thomas Monjalon, hofors, dev, Pavan Nikhilesh, Timothy McDaniel, Hemant Agrawal, Sachin Saxena, Harry van Haaren, Liang Ma, Peter Mccarthy, techboard On Wed, Jul 5, 2023 at 6:30 PM Jerin Jacob <jerinjacobk@gmail.com> wrote: > > On Wed, Jul 5, 2023 at 4:48 PM Mattias Rönnblom > <mattias.ronnblom@ericsson.com> wrote: > > > > Announce the removal of the single-event enqueue and dequeue > > operations from the eventdev ABI. > > > > Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com> > > Acked-by: Jerin Jacob <jerinj@marvell.com> + Techboard for review > > > > > > --- > > PATCH v2: Fix commit subject prefix. > > --- > > doc/guides/rel_notes/deprecation.rst | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > > index 66431789b0..ca192d838d 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -153,3 +153,11 @@ Deprecation Notices > > The new port library API (functions rte_swx_port_*) > > will gradually transition from experimental to stable status > > starting with DPDK 23.07 release. > > + > > +* eventdev: The single-event (non-burst) enqueue and dequeue > > + operations, used by static inline burst enqueue and dequeue > > + functions in <rte_eventdev.h>, will be removed in DPDK 23.11. This > > + simplification includes changing the layout and potentially also the > > + size of the public rte_event_fp_ops struct, breaking the ABI. Since > > + these functions are not called directly by the application, the API > > + remains unaffected. > > -- > > 2.34.1 > > ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v2] doc: announce single-event enqueue/dequeue ABI change 2023-07-05 11:12 ` [PATCH v2] doc: " Mattias Rönnblom 2023-07-05 13:00 ` Jerin Jacob @ 2024-10-11 14:42 ` David Marchand 2024-10-13 6:57 ` Mattias Rönnblom 1 sibling, 1 reply; 11+ messages in thread From: David Marchand @ 2024-10-11 14:42 UTC (permalink / raw) To: Mattias Rönnblom Cc: jerinj, Thomas Monjalon, Jerin Jacob, hofors, dev, Pavan Nikhilesh, Timothy McDaniel, Hemant Agrawal, Sachin Saxena, Harry van Haaren, Liang Ma, Peter Mccarthy On Wed, Jul 5, 2023 at 1:18 PM Mattias Rönnblom <mattias.ronnblom@ericsson.com> wrote: > > Announce the removal of the single-event enqueue and dequeue > operations from the eventdev ABI. > > Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com> > > --- > PATCH v2: Fix commit subject prefix. > --- > doc/guides/rel_notes/deprecation.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 66431789b0..ca192d838d 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -153,3 +153,11 @@ Deprecation Notices > The new port library API (functions rte_swx_port_*) > will gradually transition from experimental to stable status > starting with DPDK 23.07 release. > + > +* eventdev: The single-event (non-burst) enqueue and dequeue > + operations, used by static inline burst enqueue and dequeue > + functions in <rte_eventdev.h>, will be removed in DPDK 23.11. This > + simplification includes changing the layout and potentially also the > + size of the public rte_event_fp_ops struct, breaking the ABI. Since > + these functions are not called directly by the application, the API > + remains unaffected. Looks like it was missed in 23.11, can/should we finish this cleanup in 24.11? -- David Marchand ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v2] doc: announce single-event enqueue/dequeue ABI change 2024-10-11 14:42 ` David Marchand @ 2024-10-13 6:57 ` Mattias Rönnblom 2024-10-14 7:18 ` Jerin Jacob 0 siblings, 1 reply; 11+ messages in thread From: Mattias Rönnblom @ 2024-10-13 6:57 UTC (permalink / raw) To: David Marchand, Mattias Rönnblom Cc: jerinj, Thomas Monjalon, Jerin Jacob, dev, Pavan Nikhilesh, Timothy McDaniel, Hemant Agrawal, Sachin Saxena, Harry van Haaren, Liang Ma, Peter Mccarthy On 2024-10-11 16:42, David Marchand wrote: > On Wed, Jul 5, 2023 at 1:18 PM Mattias Rönnblom > <mattias.ronnblom@ericsson.com> wrote: >> >> Announce the removal of the single-event enqueue and dequeue >> operations from the eventdev ABI. >> >> Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com> >> >> --- >> PATCH v2: Fix commit subject prefix. >> --- >> doc/guides/rel_notes/deprecation.rst | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst >> index 66431789b0..ca192d838d 100644 >> --- a/doc/guides/rel_notes/deprecation.rst >> +++ b/doc/guides/rel_notes/deprecation.rst >> @@ -153,3 +153,11 @@ Deprecation Notices >> The new port library API (functions rte_swx_port_*) >> will gradually transition from experimental to stable status >> starting with DPDK 23.07 release. >> + >> +* eventdev: The single-event (non-burst) enqueue and dequeue >> + operations, used by static inline burst enqueue and dequeue >> + functions in <rte_eventdev.h>, will be removed in DPDK 23.11. This >> + simplification includes changing the layout and potentially also the >> + size of the public rte_event_fp_ops struct, breaking the ABI. Since >> + these functions are not called directly by the application, the API >> + remains unaffected. > > Looks like it was missed in 23.11, can/should we finish this cleanup in 24.11? > > Yes, sure. Jerin, should I submit a patch? ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v2] doc: announce single-event enqueue/dequeue ABI change 2024-10-13 6:57 ` Mattias Rönnblom @ 2024-10-14 7:18 ` Jerin Jacob 2024-10-14 14:40 ` Thomas Monjalon 2024-10-14 14:44 ` David Marchand 0 siblings, 2 replies; 11+ messages in thread From: Jerin Jacob @ 2024-10-14 7:18 UTC (permalink / raw) To: Mattias Rönnblom Cc: David Marchand, Mattias Rönnblom, jerinj, Thomas Monjalon, dev, Pavan Nikhilesh, Timothy McDaniel, Hemant Agrawal, Sachin Saxena, Harry van Haaren, Liang Ma, Peter Mccarthy On Sun, Oct 13, 2024 at 12:27 PM Mattias Rönnblom <hofors@lysator.liu.se> wrote: > > On 2024-10-11 16:42, David Marchand wrote: > > On Wed, Jul 5, 2023 at 1:18 PM Mattias Rönnblom > > <mattias.ronnblom@ericsson.com> wrote: > >> > >> Announce the removal of the single-event enqueue and dequeue > >> operations from the eventdev ABI. > >> > >> Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com> > >> > >> --- > >> PATCH v2: Fix commit subject prefix. > >> --- > >> doc/guides/rel_notes/deprecation.rst | 8 ++++++++ > >> 1 file changed, 8 insertions(+) > >> > >> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > >> index 66431789b0..ca192d838d 100644 > >> --- a/doc/guides/rel_notes/deprecation.rst > >> +++ b/doc/guides/rel_notes/deprecation.rst > >> @@ -153,3 +153,11 @@ Deprecation Notices > >> The new port library API (functions rte_swx_port_*) > >> will gradually transition from experimental to stable status > >> starting with DPDK 23.07 release. > >> + > >> +* eventdev: The single-event (non-burst) enqueue and dequeue > >> + operations, used by static inline burst enqueue and dequeue > >> + functions in <rte_eventdev.h>, will be removed in DPDK 23.11. This > >> + simplification includes changing the layout and potentially also the > >> + size of the public rte_event_fp_ops struct, breaking the ABI. Since > >> + these functions are not called directly by the application, the API > >> + remains unaffected. > > > > Looks like it was missed in 23.11, can/should we finish this cleanup in 24.11? > > > > > > Yes, sure. Jerin, should I submit a patch? David/Thomas, We should be OK to take as rc2. Right? If so, OK. > ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v2] doc: announce single-event enqueue/dequeue ABI change 2024-10-14 7:18 ` Jerin Jacob @ 2024-10-14 14:40 ` Thomas Monjalon 2024-10-14 14:44 ` David Marchand 1 sibling, 0 replies; 11+ messages in thread From: Thomas Monjalon @ 2024-10-14 14:40 UTC (permalink / raw) To: Mattias Rönnblom, Jerin Jacob Cc: David Marchand, Mattias Rönnblom, jerinj, dev, Pavan Nikhilesh, Timothy McDaniel, Hemant Agrawal, Sachin Saxena, Harry van Haaren, Liang Ma, Peter Mccarthy 14/10/2024 09:18, Jerin Jacob: > On Sun, Oct 13, 2024 at 12:27 PM Mattias Rönnblom <hofors@lysator.liu.se> wrote: > > > > On 2024-10-11 16:42, David Marchand wrote: > > > On Wed, Jul 5, 2023 at 1:18 PM Mattias Rönnblom > > > <mattias.ronnblom@ericsson.com> wrote: > > >> > > >> Announce the removal of the single-event enqueue and dequeue > > >> operations from the eventdev ABI. > > >> > > >> Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com> > > >> > > >> --- > > >> PATCH v2: Fix commit subject prefix. > > >> --- > > >> doc/guides/rel_notes/deprecation.rst | 8 ++++++++ > > >> 1 file changed, 8 insertions(+) > > >> > > >> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > > >> index 66431789b0..ca192d838d 100644 > > >> --- a/doc/guides/rel_notes/deprecation.rst > > >> +++ b/doc/guides/rel_notes/deprecation.rst > > >> @@ -153,3 +153,11 @@ Deprecation Notices > > >> The new port library API (functions rte_swx_port_*) > > >> will gradually transition from experimental to stable status > > >> starting with DPDK 23.07 release. > > >> + > > >> +* eventdev: The single-event (non-burst) enqueue and dequeue > > >> + operations, used by static inline burst enqueue and dequeue > > >> + functions in <rte_eventdev.h>, will be removed in DPDK 23.11. This > > >> + simplification includes changing the layout and potentially also the > > >> + size of the public rte_event_fp_ops struct, breaking the ABI. Since > > >> + these functions are not called directly by the application, the API > > >> + remains unaffected. > > > > > > Looks like it was missed in 23.11, can/should we finish this cleanup in 24.11? > > > > > > > > > > Yes, sure. Jerin, should I submit a patch? > > David/Thomas, We should be OK to take as rc2. Right? If so, OK. No problem for -rc2 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v2] doc: announce single-event enqueue/dequeue ABI change 2024-10-14 7:18 ` Jerin Jacob 2024-10-14 14:40 ` Thomas Monjalon @ 2024-10-14 14:44 ` David Marchand 1 sibling, 0 replies; 11+ messages in thread From: David Marchand @ 2024-10-14 14:44 UTC (permalink / raw) To: Jerin Jacob Cc: Mattias Rönnblom, Mattias Rönnblom, jerinj, Thomas Monjalon, dev, Pavan Nikhilesh, Timothy McDaniel, Hemant Agrawal, Sachin Saxena, Harry van Haaren, Liang Ma, Peter Mccarthy On Mon, Oct 14, 2024 at 9:19 AM Jerin Jacob <jerinjacobk@gmail.com> wrote: > On Sun, Oct 13, 2024 at 12:27 PM Mattias Rönnblom <hofors@lysator.liu.se> wrote: > > > > On 2024-10-11 16:42, David Marchand wrote: > > > On Wed, Jul 5, 2023 at 1:18 PM Mattias Rönnblom > > > <mattias.ronnblom@ericsson.com> wrote: > > >> > > >> Announce the removal of the single-event enqueue and dequeue > > >> operations from the eventdev ABI. > > >> > > >> Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com> > > >> > > >> --- > > >> PATCH v2: Fix commit subject prefix. > > >> --- > > >> doc/guides/rel_notes/deprecation.rst | 8 ++++++++ > > >> 1 file changed, 8 insertions(+) > > >> > > >> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > > >> index 66431789b0..ca192d838d 100644 > > >> --- a/doc/guides/rel_notes/deprecation.rst > > >> +++ b/doc/guides/rel_notes/deprecation.rst > > >> @@ -153,3 +153,11 @@ Deprecation Notices > > >> The new port library API (functions rte_swx_port_*) > > >> will gradually transition from experimental to stable status > > >> starting with DPDK 23.07 release. > > >> + > > >> +* eventdev: The single-event (non-burst) enqueue and dequeue > > >> + operations, used by static inline burst enqueue and dequeue > > >> + functions in <rte_eventdev.h>, will be removed in DPDK 23.11. This > > >> + simplification includes changing the layout and potentially also the > > >> + size of the public rte_event_fp_ops struct, breaking the ABI. Since > > >> + these functions are not called directly by the application, the API > > >> + remains unaffected. > > > > > > Looks like it was missed in 23.11, can/should we finish this cleanup in 24.11? > > > > > > > > > > Yes, sure. Jerin, should I submit a patch? > > David/Thomas, We should be OK to take as rc2. Right? If so, OK. Afaiu, this cleanup involves removing driver facing API only, and some driver cleanups. It should have no impact on application API. If so, it fits in rc2. -- David Marchand ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-10-14 14:45 UTC | newest] Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2023-07-05 8:48 [PATCH] eventdev: announce single-event enqueue/dequeue ABI change Mattias Rönnblom 2023-07-05 11:12 ` [PATCH v2] doc: " Mattias Rönnblom 2023-07-05 13:00 ` Jerin Jacob 2023-07-05 13:02 ` [EXT] " Pavan Nikhilesh Bhagavatula 2023-07-28 15:51 ` Thomas Monjalon 2023-07-26 12:04 ` Jerin Jacob 2024-10-11 14:42 ` David Marchand 2024-10-13 6:57 ` Mattias Rönnblom 2024-10-14 7:18 ` Jerin Jacob 2024-10-14 14:40 ` Thomas Monjalon 2024-10-14 14:44 ` David Marchand
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).