On Thu, 7 Mar 2024 18:59:11 +0100 David Marchand <[email protected]> wrote:
> On Thu, Mar 7, 2024 at 6:37 PM Tyler Retzlaff > <[email protected]> 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 <[email protected]> > > Tested-by: Tyler Retzlaff <[email protected]> > > 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.

