[PATCH net-next 05/13] net: ena: add support for out of order rx buffers refill

2017-06-18 Thread netanel
From: Netanel Belgazal ENA driver post Rx buffers through the Rx submission queue for the ENA device to fill them with receive packets. Each Rx buffer is marked with req_id in the Rx descriptor. Newer ENA devices could consume the posted Rx buffer in out of order, and as result the corresponding

[PATCH net-next 05/13] net: ena: add support for out of order rx buffers refill

2017-06-08 Thread netanel
From: Netanel Belgazal ENA driver post Rx buffers through the Rx submission queue for the ENA device to fill them with receive packets. Each Rx buffer is marked with req_id in the Rx descriptor. Newer ENA devices could consume the posted Rx buffer in out of order, and as result the corresponding