Re: [PATCH v5 2/2] eventdev: fix missing driver names in info struct

2023-10-18 Thread Jerin Jacob
On Wed, Oct 18, 2023 at 9:07 PM Bruce Richardson wrote: > > Rather than relying on the individual drivers to always populated the > driver name field in the info structure - something missed by some > drivers, we can do so in the eventdev rte_event_dev_info_get() function. > This fixes issues > >

[PATCH v5 2/2] eventdev: fix missing driver names in info struct

2023-10-18 Thread Bruce Richardson
Rather than relying on the individual drivers to always populated the driver name field in the info structure - something missed by some drivers, we can do so in the eventdev rte_event_dev_info_get() function. This fixes issues Fixes: 929da5e6 ("event/skeleton: add skeleton eventdev driver") F