[PATCH] freebsd: Add support for multiple dpdk instances on FreeBSD
Bruce Richardson
bruce.richardson at intel.com
Fri May 3 15:03:41 CEST 2024
On Fri, May 03, 2024 at 09:46:15AM +0000, Tom Jones wrote:
> Add support to the contigmem module on FreeBSD for multiple concurrent
> files, this enables running multiple dpdk instances with the nic_uio
> driver.
>
> Add relevant parts in dpdk to support this.
>
> Signed-off-by: Tom Jones <thj at freebsd.org> ---
Thanks for these patches, I hope to review and test them soon. From an
initial quick scan through, I think the changes may be easier reviewed if
split up into more than one patch. For example, could the changes to move
the "SYSCTL_INT" declarations from being in global to local scope be
separated out into one patch? Also, if the kernel module changes are
backward compatible, they could be in a separate patch to the userspace
changes to take advantage of the kernel module enhancements.
Is such a split possible or are all the changes tightly tied together?
/Bruce
PS: For sending new versions of this patch, or as a patchset, please add a
version number so we can track what version is the latest one in patchwork
and on the mailing list. [Use -v<N> flag to git format-patch] Thanks.
More information about the dev
mailing list