Re: [PATCH v2] hash: make GFNI stubs inline (again)

2024-03-06 Thread Thomas Monjalon
05/03/2024 04:07, Stephen Hemminger: > Tyler found build issues with MSVC and the thash gfni stubs. > The problem would be link errors from missing symbols. > > This version puts back the rte_thash_gfni function stubs as > inlines, but instead of logging a message, they panic. > This is intentiona

Re: [PATCH v2] hash: make GFNI stubs inline (again)

2024-03-04 Thread Tyler Retzlaff
On Mon, Mar 04, 2024 at 07:07:24PM -0800, Stephen Hemminger wrote: > Tyler found build issues with MSVC and the thash gfni stubs. > The problem would be link errors from missing symbols. > > This version puts back the rte_thash_gfni function stubs as > inlines, but instead of logging a message, th