[PATCH v2 2/2] net/ngbe: add vectorized functions for Rx/Tx

Ferruh Yigit ferruh.yigit at amd.com
Fri Apr 19 02:13:48 CEST 2024


On 4/9/2024 7:31 AM, Jiawen Wu wrote:
> --- a/drivers/net/ngbe/meson.build
> +++ b/drivers/net/ngbe/meson.build
> @@ -19,4 +19,10 @@ sources = files(
>  
>  deps += ['hash']
>  
> +if arch_subdir == 'x86'
> +	sources += files('ngbe_rxtx_vec_sse.c')
> +elif arch_subdir == 'arm'
> +	sources += files('ngbe_rxtx_vec_neon.c')
> +endif
> +
>

if there will be a new version, please check following error, tab needs
to be converted to spaces:
```
$ ./devtools/check-meson.py
Error parsing drivers/net/ngbe/meson.build:22, got some tabulation
Error parsing drivers/net/ngbe/meson.build:24, got some tabulation
```


More information about the dev mailing list