Re: [ovs-dev] [PATCH v1 1/8] odp-execute: Add function pointers to odp-execute for different action implementations.

2021-12-02 Thread 0-day Robot
Bleep bloop. Greetings Emma Finn, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. build: mv lib/nx-match.inc.tmp lib/nx-match.inc depbase=`echo lib/nx-match.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$|

[ovs-dev] [PATCH v1 1/8] odp-execute: Add function pointers to odp-execute for different action implementations.

2021-12-02 Thread Emma Finn
This commit introduces the initial infrastructure required to allow different implementations for OvS actions. The patch introduces action function pointers which allows user to switch between different action implementations available. This will allow for more performance and flexibility so the us