Re: [dpdk-dev] [RFC] drivers: introduce mlx5 compress PMD

2020-08-06 Thread Thomas Monjalon
06/08/2020 17:36, Matan Azrad: > This driver will not be compiled by default due to the above > dependencies. [...] > config/common_base | 5 + > drivers/Makefile | 2 +- > drivers/common/mlx5/Makefile |

[dpdk-dev] [RFC] drivers: introduce mlx5 compress PMD

2020-08-06 Thread Matan Azrad
Add a new compress PMD for Mellanox devices. The MLX5 compress driver library provides support for Mellanox BlueField 2 families of 25/50/100/200 Gb/s adapters. Using the BlueField 2 device, the compress class operations can be run in parallel to the net, vdpa, and regex class operasions. This d