Re: [PATCH v4 2/9] event/dlb2: skip configuration if no eventdev lib

2023-08-01 Thread Bruce Richardson
On Tue, Aug 01, 2023 at 10:36:30AM +0200, David Marchand wrote: > Hello Bruce, > > On Tue, Jul 18, 2023 at 11:10 AM Bruce Richardson > wrote: > > > > On Thu, Jun 29, 2023 at 11:39:53AM +0200, David Marchand wrote: > > > On Wed, Jun 28, 2023 at 12:19 PM David Marchand > > > wrote: > > > > > > > >

Re: [PATCH v4 2/9] event/dlb2: skip configuration if no eventdev lib

2023-08-01 Thread David Marchand
Hello Bruce, On Tue, Jul 18, 2023 at 11:10 AM Bruce Richardson wrote: > > On Thu, Jun 29, 2023 at 11:39:53AM +0200, David Marchand wrote: > > On Wed, Jun 28, 2023 at 12:19 PM David Marchand > > wrote: > > > > > > On Fri, Jun 23, 2023 at 5:07 PM Bruce Richardson > > > wrote: > > > > > > > > Whil

Re: [PATCH v4 2/9] event/dlb2: skip configuration if no eventdev lib

2023-07-18 Thread Bruce Richardson
On Thu, Jun 29, 2023 at 11:39:53AM +0200, David Marchand wrote: > On Wed, Jun 28, 2023 at 12:19 PM David Marchand > wrote: > > > > On Fri, Jun 23, 2023 at 5:07 PM Bruce Richardson > > wrote: > > > > > > While the build system will skip building most libs and drivers when a > > > dependency is mis

Re: [PATCH v4 2/9] event/dlb2: skip configuration if no eventdev lib

2023-06-29 Thread David Marchand
On Wed, Jun 28, 2023 at 12:19 PM David Marchand wrote: > > On Fri, Jun 23, 2023 at 5:07 PM Bruce Richardson > wrote: > > > > While the build system will skip building most libs and drivers when a > > dependency is missing for a component, for DLB2 driver, the > > "static_rte_eventdev" object is r

Re: [PATCH v4 2/9] event/dlb2: skip configuration if no eventdev lib

2023-06-28 Thread David Marchand
On Fri, Jun 23, 2023 at 5:07 PM Bruce Richardson wrote: > > While the build system will skip building most libs and drivers when a > dependency is missing for a component, for DLB2 driver, the > "static_rte_eventdev" object is referenced inside the meson.build file > itself, which will cause crash

[PATCH v4 2/9] event/dlb2: skip configuration if no eventdev lib

2023-06-23 Thread Bruce Richardson
While the build system will skip building most libs and drivers when a dependency is missing for a component, for DLB2 driver, the "static_rte_eventdev" object is referenced inside the meson.build file itself, which will cause crashes if it doesn't exist i.e. if eventdev is disabled. Prevent this i