RE: [PATCH 3/3] net/mlx5: support enhanced multi-packet write on Windows

2023-05-08 Thread Pier Damouny
> Subject: [PATCH 3/3] net/mlx5: support enhanced multi-packet write on > Windows > > Add support for enhanced multi-packet write on Windows. > > Enhanced multi-packet write allows the Tx burst function to pack up multiple > packets in a single descriptor session to s

[PATCH 3/3] net/mlx5: support enhanced multi-packet write on Windows

2023-05-03 Thread Tal Shnaiderman
Add support for enhanced multi-packet write on Windows. Enhanced multi-packet write allows the Tx burst function to pack up multiple packets in a single descriptor session to save PCI bandwidth and improve performance. The feature can be controlled by the txq_mpw_en PMD argument: txq_mpw_en=1 -

[RFC PATCH 3/3] net/mlx5: support enhanced multi-packet write on Windows

2022-04-12 Thread Tal Shnaiderman
Add support for enhanced multi-packet write on Windows. Enhanced multi-packet write allows the Tx burst function to pack up multiple packets in a single descriptor session to save PCI bandwidth and improve performance. The feature can be controlled by the txq_mpw_en PMD argument: txq_mpw_en=1 -