RE: [PATCH 2/3] net/mlx5: support CQE compression on Windows

2023-05-08 Thread Pier Damouny
> Subject: [PATCH 2/3] net/mlx5: support CQE compression on Windows > > CQE Compression reduces PCI overhead by coalescing and compressing > multiple CQEs into a single merged CQE. > > Add supported for the CQE compression feature on Windows. > feature is enabled by default

[PATCH 2/3] net/mlx5: support CQE compression on Windows

2023-05-03 Thread Tal Shnaiderman
CQE Compression reduces PCI overhead by coalescing and compressing multiple CQEs into a single merged CQE. Add supported for the CQE compression feature on Windows. feature is enabled by default unless not supported by the HW or if the rxq_cqe_comp_en PMD argument is explicitly disabled. Signed-o

[RFC PATCH 2/3] net/mlx5: support CQE compression on Windows

2022-04-12 Thread Tal Shnaiderman
CQE Compression reduces PCI overhead by coalescing and compressing multiple CQEs into a single merged CQE. Add supported for the CQE compression feature on Windows. feature is enabled by default unless not supported by the HW or if the rxq_cqe_comp_en PMD argument is explicitly disabled. Signed-o