Re: [PATCH] eventdev: fix max link profiles info

2023-10-04 Thread Jerin Jacob
On Tue, Oct 3, 2023 at 10:47 PM Bruce Richardson wrote: > > On Tue, Oct 03, 2023 at 08:55:35PM +0530, pbhagavat...@marvell.com wrote: > > From: Pavan Nikhilesh > > > > Since most of the drivers overwrite the info structure passed > > from the common layer it is not possible to set defaults in > >

Re: [PATCH] eventdev: fix max link profiles info

2023-10-03 Thread Bruce Richardson
On Tue, Oct 03, 2023 at 08:55:35PM +0530, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > Since most of the drivers overwrite the info structure passed > from the common layer it is not possible to set defaults in > ``rte_event_dev_info_get`` API. > Initialize default max_profiles_per

Re: [EXT] Re: [PATCH] eventdev: fix max link profiles info

2023-10-03 Thread Bruce Richardson
dullah Sevincer > > ; Hemant Agrawal > > ; Sachin Saxena ; > > Mattias Rönnblom ; Liang Ma > > ; Peter Mccarthy ; Harry > > van Haaren ; dev@dpdk.org > > Subject: [EXT] Re: [PATCH] eventdev: fix max link profiles info > > > > External Email > >

RE: [EXT] Re: [PATCH] eventdev: fix max link profiles info

2023-10-03 Thread Jerin Jacob Kollanukkaran
carthy ; Harry > van Haaren ; dev@dpdk.org > Subject: [EXT] Re: [PATCH] eventdev: fix max link profiles info > > External Email > > -- > On Tue, Oct 03, 2023 at 08:55:35PM +0530, pbhagavat...@marvell.com > w

Re: [PATCH] eventdev: fix max link profiles info

2023-10-03 Thread Bruce Richardson
On Tue, Oct 03, 2023 at 08:55:35PM +0530, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > Since most of the drivers overwrite the info structure passed > from the common layer it is not possible to set defaults in > ``rte_event_dev_info_get`` API. > Initialize default max_profiles_per

[PATCH] eventdev: fix max link profiles info

2023-10-03 Thread pbhagavatula
From: Pavan Nikhilesh Since most of the drivers overwrite the info structure passed from the common layer it is not possible to set defaults in ``rte_event_dev_info_get`` API. Initialize default max_profiles_per_port in the driver layer. Fixes: 162aa4e1b479 ("eventdev: introduce link profiles")