RE: [PATCH v11 00/16] graph enhancement for multi-core dispatch

2023-06-13 Thread Yan, Zhirun
pbhagavat...@marvell.com; Liang, Cunming > ; Wang, Haiyue ; > mattias.ronnblom > Subject: Re: [PATCH v11 00/16] graph enhancement for multi-core dispatch > > On Fri, Jun 9, 2023 at 5:48 PM Yan, Zhirun wrote: > > > > Compilation is broken at patch 1 because of the file

Re: [PATCH v11 00/16] graph enhancement for multi-core dispatch

2023-06-12 Thread David Marchand
On Fri, Jun 9, 2023 at 5:48 PM Yan, Zhirun wrote: > > > Compilation is broken at patch 1 because of the file rename... > > > I hope I won't find anything else broken. > > > > Afaics, header exports are incorrect. I did not look further. > > > > About headers exports: if a public header (declared i

RE: [PATCH v11 00/16] graph enhancement for multi-core dispatch

2023-06-09 Thread Yan, Zhirun
pbhagavat...@marvell.com; Liang, Cunming > ; Wang, Haiyue ; > mattias.ronnblom > Subject: Re: [PATCH v11 00/16] graph enhancement for multi-core dispatch > > On Fri, Jun 9, 2023 at 3:39 PM David Marchand > wrote: > > > > On Thu, Jun 8, 2023 at 5:31 PM Jerin Jacob wrote:

Re: [PATCH v11 00/16] graph enhancement for multi-core dispatch

2023-06-09 Thread David Marchand
On Fri, Jun 9, 2023 at 3:39 PM David Marchand wrote: > > On Thu, Jun 8, 2023 at 5:31 PM Jerin Jacob wrote: > > On Thu, Jun 8, 2023 at 8:55 PM Zhirun Yan wrote: > > > > > > V11: > > > Update comments and fix to add experimental flags for > > > rte_graph_model_is_valid() in patch 04. > > > Update

Re: [PATCH v11 00/16] graph enhancement for multi-core dispatch

2023-06-09 Thread David Marchand
On Thu, Jun 8, 2023 at 5:31 PM Jerin Jacob wrote: > On Thu, Jun 8, 2023 at 8:55 PM Zhirun Yan wrote: > > > > V11: > > Update comments and fix to add experimental flags for > > rte_graph_model_is_valid() in patch 04. > > Update added symbols in alphabetical order in version.map with patch > > 04

Re: [PATCH v11 00/16] graph enhancement for multi-core dispatch

2023-06-08 Thread Jerin Jacob
On Thu, Jun 8, 2023 at 8:55 PM Zhirun Yan wrote: > > V11: > Update comments and fix to add experimental flags for > rte_graph_model_is_valid() in patch 04. > Update added symbols in alphabetical order in version.map with patch > 04,05,06,08,10. > Update commit message in patch 16. + @Thomas Mon