Re: [dpdk-dev] [RFC UPDATE PATCH 1/9] dmadev: add missing exports
From: David Marchand <hidden>
Date: 2021-07-07 08:33:24
From: David Marchand <hidden>
Date: 2021-07-07 08:33:24
On Tue, Jul 6, 2021 at 10:29 PM Bruce Richardson [off-list ref] wrote:
Export the rte_dmadevices array and the allocate and release functions which are needed by PMDs.
rte_dmadevices[] might be an issue for inline accesses, but pmd allocate/release should be internal (driver only). -- David Marchand