Re: [dpdk-dev] [PATCH v4 02/27] event/dlb2: add v2.5 probe

2021-04-29 Thread McDaniel, Timothy
> -Original Message- > From: Jerin Jacob > Sent: Thursday, April 29, 2021 2:10 AM > To: McDaniel, Timothy > Cc: dpdk-dev ; Carrillo, Erik G ; Van > Haaren, Harry ; Jerin Jacob > ; Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH v4 02/27] event/dlb2: add v2.5 p

Re: [dpdk-dev] [PATCH v4 02/27] event/dlb2: add v2.5 probe

2021-04-29 Thread Jerin Jacob
On Thu, Apr 15, 2021 at 7:20 AM Timothy McDaniel wrote: > > This commit adds dlb v2.5 probe support, and updates > parameter parsing. > > The dlb v2.5 device differs from dlb v2, in that the > number of resources (ports, queues, ...) is different, > so macros have been added to take the device ver

[dpdk-dev] [PATCH v4 02/27] event/dlb2: add v2.5 probe

2021-04-14 Thread Timothy McDaniel
This commit adds dlb v2.5 probe support, and updates parameter parsing. The dlb v2.5 device differs from dlb v2, in that the number of resources (ports, queues, ...) is different, so macros have been added to take the device version into account. Signed-off-by: Timothy McDaniel --- drivers/even