Re: [dpdk-dev] [PATCH v2 0/6] Support MLX5 crypto driver on Windows

2021-10-17 Thread Matan Azrad
From: Tal Shnaiderman > Support the MLX5 crypto driver on Windows OS by moving the driver's > control path communication with the Kernel to be OS agnostic. > --- > Depends-on: series-19421 ("mlx5: sharing global MR cache between drivers") > > v2: Split build change for mlx5 only and the rest of

[dpdk-dev] [PATCH v2 0/6] Support MLX5 crypto driver on Windows

2021-10-17 Thread Tal Shnaiderman
Support the MLX5 crypto driver on Windows OS by moving the driver's control path communication with the Kernel to be OS agnostic. --- Depends-on: series-19421 ("mlx5: sharing global MR cache between drivers") v2: Split build change for mlx5 only and the rest of the drivers [AkhilG] --- Tal Shnaid