Re: [PATCH v1] doc: deprecation notice to add callback data to rte_event_fp_ops

2023-07-28 Thread Thomas Monjalon
25/07/2023 10:40, Ferruh Yigit: > On 7/17/2023 12:24 PM, Sivaprasad Tummala wrote: > > Deprecation notice to add "rte_eventdev_port_data" field to > > ``rte_event_fp_ops`` for callback support. > > > > Signed-off-by: Sivaprasad Tummala > > --- > > doc/guides/rel_notes/deprecation.rst | 7 +++

RE: [PATCH v1] doc: deprecation notice to add callback data to rte_event_fp_ops

2023-07-25 Thread Pavan Nikhilesh Bhagavatula
@dpdk.org > > Subject: Re: [PATCH v1] doc: deprecation notice to add callback data to > > rte_event_fp_ops > > > > On 7/17/2023 12:24 PM, Sivaprasad Tummala wrote: > > > Deprecation notice to add "rte_eventdev_port_data" field to > > >

RE: [PATCH v1] doc: deprecation notice to add callback data to rte_event_fp_ops

2023-07-25 Thread Hemant Agrawal
v1] doc: deprecation notice to add callback data to > rte_event_fp_ops > > On 7/17/2023 12:24 PM, Sivaprasad Tummala wrote: > > Deprecation notice to add "rte_eventdev_port_data" field to > > ``rte_event_fp_ops`` for callback support. > > > > Sign

Re: [PATCH v1] doc: deprecation notice to add callback data to rte_event_fp_ops

2023-07-25 Thread Ferruh Yigit
On 7/17/2023 12:24 PM, Sivaprasad Tummala wrote: > Deprecation notice to add "rte_eventdev_port_data" field to > ``rte_event_fp_ops`` for callback support. > > Signed-off-by: Sivaprasad Tummala > --- > doc/guides/rel_notes/deprecation.rst | 7 +++ > 1 file changed, 7 insertions(+) > > diff

Re: [PATCH v1] doc: deprecation notice to add callback data to rte_event_fp_ops

2023-07-17 Thread Ferruh Yigit
On 7/17/2023 12:43 PM, Jerin Jacob wrote: > On Mon, Jul 17, 2023 at 4:54 PM Sivaprasad Tummala > wrote: >> >> Deprecation notice to add "rte_eventdev_port_data" field to >> ``rte_event_fp_ops`` for callback support. >> >> Signed-off-by: Sivaprasad Tummala > > Acked-by: Jerin Jacob > Acked-by:

Re: [PATCH v1] doc: deprecation notice to add callback data to rte_event_fp_ops

2023-07-17 Thread Jerin Jacob
On Mon, Jul 17, 2023 at 4:54 PM Sivaprasad Tummala wrote: > > Deprecation notice to add "rte_eventdev_port_data" field to > ``rte_event_fp_ops`` for callback support. > > Signed-off-by: Sivaprasad Tummala Acked-by: Jerin Jacob > --- > doc/guides/rel_notes/deprecation.rst | 7 +++ > 1 fil

[PATCH v1] doc: deprecation notice to add callback data to rte_event_fp_ops

2023-07-17 Thread Sivaprasad Tummala
Deprecation notice to add "rte_eventdev_port_data" field to ``rte_event_fp_ops`` for callback support. Signed-off-by: Sivaprasad Tummala --- doc/guides/rel_notes/deprecation.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_note