Re: [PATCH v3] hash: put GFNI stubs back

2024-03-07 Thread Stephen Hemminger
On Thu, 7 Mar 2024 18:59:11 +0100 David Marchand wrote: > On Thu, Mar 7, 2024 at 6:37 PM Tyler Retzlaff > 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

Re: [PATCH v3] hash: put GFNI stubs back

2024-03-07 Thread David Marchand
On Thu, Mar 7, 2024 at 6:37 PM Tyler Retzlaff 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 ("ha

Re: [PATCH v3] hash: put GFNI stubs back

2024-03-07 Thread Tyler Retzlaff
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 >

Re: [PATCH v3] hash: put GFNI stubs back

2024-03-07 Thread David Marchand
Hello, On Thu, Mar 7, 2024 at 2:37 AM 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 >

[PATCH v3] hash: put GFNI stubs back

2024-03-06 Thread Stephen Hemminger
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 --- v3 - fix typo in call to ___rte_thash_gfni_bulk lib/hash/rte_thash_gfni.

[PATCH v3] hash: put GFNI stubs back

2024-03-06 Thread Stephen Hemminger
Make the GFNI stub functions always built. This solves the conditional linking problem. If GFNI is available, they will never get used. Signed-off-by: Stephen Hemminger --- lib/hash/rte_thash_gfni.c | 9 +++-- lib/hash/rte_thash_gfni.h | 30 +++--- lib/hash/version.m