RE: [PATCH 1/3] net/mlx5: support multi-packet RQ on Windows

2023-05-08 Thread Pier Damouny
> Subject: [PATCH 1/3] net/mlx5: support multi-packet RQ on Windows > > Multi-Packet RQ can further save PCIe bandwidth by posting a single large > buffer for multiple packets. > > Instead of posting a buffer per a packet, one large buffer is posted to > receive > multip

[PATCH 1/3] net/mlx5: support multi-packet RQ on Windows

2023-05-03 Thread Tal Shnaiderman
Multi-Packet RQ can further save PCIe bandwidth by posting a single large buffer for multiple packets. Instead of posting a buffer per a packet, one large buffer is posted to receive multiple packets on the buffer. Add support for multi-packet RQ on Windows. The feature is disabled by default and

[RFC PATCH 1/3] net/mlx5: support multi-packet RQ on Windows

2022-04-12 Thread Tal Shnaiderman
Multi-Packet RQ can further save PCIe bandwidth by posting a single large buffer for multiple packets. Instead of posting a buffer per a packet, one large buffer is posted to receive multiple packets on the buffer. Add support for multi-packet RQ on Windows. The feature is disabled by default and