Re: [PATCH v2 3/4] net/mlx5: remove weak stub functions

2023-01-24 Thread Thomas Monjalon
23/01/2023 20:42, Dmitry Kozlyuk: > 2023-01-12 21:37 (UTC+0100), Thomas Monjalon: > > The vector Rx functions are conditionally compiled. > > Some stub functions were also always compiled with weak attribute. > > If there is no vector support, the weak functions were linked. > > > > These weak fun

Re: [PATCH v2 3/4] net/mlx5: remove weak stub functions

2023-01-23 Thread Dmitry Kozlyuk
2023-01-12 21:37 (UTC+0100), Thomas Monjalon: > The vector Rx functions are conditionally compiled. > Some stub functions were also always compiled with weak attribute. > If there is no vector support, the weak functions were linked. > > These weak functions are moved in a specific file > which is

[PATCH v2 3/4] net/mlx5: remove weak stub functions

2023-01-12 Thread Thomas Monjalon
The vector Rx functions are conditionally compiled. Some stub functions were also always compiled with weak attribute. If there is no vector support, the weak functions were linked. These weak functions are moved in a specific file which is compiled only if there is no vector support. This way it