Re: [dpdk-dev] [PATCH v6 07/23] event/dlb2: add flexible interface

2020-10-30 Thread Eads, Gage
> -Original Message- > From: McDaniel, Timothy > Sent: Friday, October 30, 2020 1:29 PM > Cc: dev@dpdk.org; Carrillo, Erik G ; Eads, Gage > ; Van Haaren, Harry ; > jer...@marvell.com; tho...@monjalon.net > Subject: [PATCH v6 07/23] event/dlb2: add flexible interface > > This commit int

[dpdk-dev] [PATCH v6 07/23] event/dlb2: add flexible interface

2020-10-30 Thread Timothy McDaniel
This commit introduces the flexible interface. This interface allows the core code to operate in PF mode (direct hardware access) or bifurcated mode (hardware configured via kernel driver). This driver currently only supports PF mode but bifurcated mode will be added in a future DPDK patch-set. Not