On Thu, 7 Mar 2024 18:59:11 +0100 David Marchand <david.march...@redhat.com> wrote:
> On Thu, Mar 7, 2024 at 6:37 PM Tyler Retzlaff > <roret...@linux.microsoft.com> wrote: > > On Wed, Mar 06, 2024 at 05:36:42PM -0800, Stephen Hemminger wrote: > > > Make the GFNI stub functions always built. This solves the conditional > > > linking problem. If GFNI is available, they will never get used. > > > > > > Fixes: 07d836e5929d ("hash: uninline GFNI stubs") > > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > > Tested-by: Tyler Retzlaff <roret...@linux.microsoft.com> > > Applied with the edits I mentionned previously. > > I noticed that there is an still an unnecessary inclusion of rte_log.h in rte_thash_gfni.h but that doesn't matter.