Re: [PATCH] freebsd: Add support for multiple dpdk instances on FreeBSD

2024-05-07 Thread Tom Jones
>> on testing this out the biggest gap I see is that we need a documentation >> update for it. In V3 can you please update the FreeBSD GSG doc with some >> details about how to use this feature. >> >> Also, on first run using testpmd, the application failed to start, as I was >> missing a file

Re: [PATCH] freebsd: Add support for multiple dpdk instances on FreeBSD

2024-05-03 Thread Bruce Richardson
On Fri, May 03, 2024 at 05:48:05PM +0100, Bruce Richardson wrote: > On Fri, May 03, 2024 at 09:46:15AM +, 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

Re: [PATCH] freebsd: Add support for multiple dpdk instances on FreeBSD

2024-05-03 Thread Bruce Richardson
On Fri, May 03, 2024 at 09:46:15AM +, 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 > ---

Re: [PATCH] freebsd: Add support for multiple dpdk instances on FreeBSD

2024-05-03 Thread Bruce Richardson
On Fri, May 03, 2024 at 09:46:15AM +, 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 > ---

Re: [PATCH] freebsd: Add support for multiple dpdk instances on FreeBSD

2024-05-03 Thread Bruce Richardson
On Fri, May 03, 2024 at 02:12:58PM +0100, Tom Jones wrote: > Hi Bruce, > > thanks for letting me know > > I'm not tied to anything particularly. This change isn't compatible with the > previous API, but I'm not against making it so if that is really the best > thing to do. As is, the dpdk chang

Re: [PATCH] freebsd: Add support for multiple dpdk instances on FreeBSD

2024-05-03 Thread Tom Jones
Hi Bruce, thanks for letting me know I'm not tied to anything particularly. This change isn't compatible with the previous API, but I'm not against making it so if that is really the best thing to do. As is, the dpdk changes and the contigmem changes need to come together because the API chang

Re: [PATCH] freebsd: Add support for multiple dpdk instances on FreeBSD

2024-05-03 Thread Bruce Richardson
On Fri, May 03, 2024 at 09:46:15AM +, 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 --- T

[PATCH] freebsd: Add support for multiple dpdk instances on FreeBSD

2024-05-03 Thread Tom Jones
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 --- config/rte_config.h | 2 + kernel/freebsd/contigmem/con

[PATCH] freebsd: Add support for multiple dpdk instances on FreeBSD

2024-05-02 Thread Tom Jones
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 --- config/rte_config.h | 2 + kernel/freebsd/contigmem/con