> -----Original Message----- > From: Jerin Jacob <jerinjac...@gmail.com> > Sent: Friday, March 26, 2021 8:13 PM > To: Pavan Nikhilesh <pbhagavat...@marvell.com> > Cc: Jerin Jacob <jer...@marvell.com>; Jayatheerthan, Jay > <jay.jayatheert...@intel.com>; Carrillo, Erik G <erik.g.carri...@intel.com>; > Gujjar, Abhinandan S <abhinandan.guj...@intel.com>; McDaniel, Timothy > <timothy.mcdan...@intel.com>; Hemant Agrawal > <hemant.agra...@nxp.com>; Van Haaren, Harry <harry.van.haa...@intel.com>; > mattias.ronnblom > <mattias.ronnb...@ericsson.com>; Ma, Liang J <liang.j...@intel.com>; Ray > Kinsella <m...@ashroe.eu>; Neil Horman > <nhor...@tuxdriver.com>; dpdk-dev <dev@dpdk.org> > Subject: Re: [dpdk-dev] [PATCH v8 7/8] doc: announce event Rx adapter config > changes > > On Fri, Mar 26, 2021 at 7:41 PM <pbhagavat...@marvell.com> wrote: > > > > From: Pavan Nikhilesh <pbhagavat...@marvell.com> > > > > The Rx adapter event vector configuration will be merged into > > Rx adapter queue configuration to simplify enabling event > > vectorization. > > > > Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com> > > Acked-by: Ray Kinsella <m...@ashroe.eu> > > Acked-by: Jerin Jacob <jer...@marvell.com> > > @Jayatheerthan, Jay > > Any comment on this?
Yes, looks good. Acked-by: Jay Jayatheerthan <jay.jayatheert...@intel.com> > > > > --- > > doc/guides/rel_notes/deprecation.rst | 9 +++++++++ > > 1 file changed, 9 insertions(+) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst > > b/doc/guides/rel_notes/deprecation.rst > > index 64629e064..ef6d1bb18 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -130,3 +130,12 @@ Deprecation Notices > > * cmdline: ``cmdline`` structure will be made opaque to hide > > platform-specific > > content. On Linux and FreeBSD, supported prior to DPDK 20.11, > > original structure will be kept until DPDK 21.11. > > + > > +* eventdev: The structure ``rte_event_eth_rx_adapter_queue_conf`` will be > > + extended to include ``rte_event_eth_rx_adapter_event_vector_config`` > > elements > > + and the function ``rte_event_eth_rx_adapter_queue_event_vector_config`` > > will > > + be removed in DPDK 21.11. > > + > > + An application can enable event vectorization by passing the desired > > vector > > + values to the function ``rte_event_eth_rx_adapter_queue_add`` using > > + the structure ``rte_event_eth_rx_adapter_queue_add``. > > -- > > 2.17.1 > >