On Thu, Dec 2, 2021 at 1:26 PM Stokes, Ian <ian.sto...@intel.com> wrote:
> > The rest is the same than dpdk-latest branch (with the experimental
> > api build check kept in dpdk-latest only).
> > So lgtm, and with those small things from above fixed, feel free to add:
>
> So the one thing I spotted was the dpdk unit tests now fail, it seems there 
> is a new log we need to track from testpmd I'm guessing to ensure they work, 
> will roll this change into the v1 of this patch along with the changes above.

I caught one issue depending on hugepage sizes availability when
working on system-dpdk ut but I had dropped this hunk and forgot when
I sent the patches for the master branch.
I suspect this is the one you hit.

This is due to c69150679891 ("eal/linux: improve no hugepages logging").

You'll want to update those warning logs in system-dpdk.at, like:
-/EAL: No free hugepages reported in hugepages-1048576kB/d"])
+/EAL: No free .* hugepages reported/d"])

This will likely conflict with my patchset on system-dpdk, but this is
easy to fix.


-- 
David Marchand

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to