On Tue, Dec 5, 2023 at 4:00 PM Eelco Chaudron <[email protected]> wrote: > > When new drivers are introduced, the cache key is not accurately computed. > > Before the commit 1a1b3106d90e ("ci: Separate DPDK from OVS build."), the > DPDK build process was integrated in .ci/linux-{setup,build}.sh scripts, > where specific lines were employed to generate the key. Since it is now > separated in .ci/dpdk-{setup,build}.sh, this patch computes the key based > on the content of those dedicated scripts. > > Fixes: 4e90baca89f0 ("system-dpdk: Run traffic tests.") > Signed-off-by: Eelco Chaudron <[email protected]>
Thanks for the fix. Reviewed-by: David Marchand <[email protected]> -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
