[v2,0/5] net/mlx5: support new completion field for Multi-Packet RQ

Message ID 20180626123925.37439-1-yskoh@mellanox.com (mailing list archive)
Headers
Series net/mlx5: support new completion field for Multi-Packet RQ |

Message

Yongseok Koh June 26, 2018, 12:39 p.m. UTC
  For the RFC,
    https://mails.dpdk.org/archives/dev/2018-June/103664.html

Yongseok Koh (5):
  net/mlx5: change return value of Rx completion poll
  net/mlx5: add new fields in Rx completion entry
  net/mlx5: add warning message for Multi-Packet RQ
  net/mlx5: use stride index in Rx completion entry
  net/mlx5: increase number of strides

 doc/guides/nics/mlx5.rst     |  4 +++
 drivers/net/mlx5/Makefile    |  2 +-
 drivers/net/mlx5/mlx5.c      |  6 +++--
 drivers/net/mlx5/mlx5_defs.h |  2 +-
 drivers/net/mlx5/mlx5_prm.h  |  9 +++++--
 drivers/net/mlx5/mlx5_rxq.c  |  8 +++++-
 drivers/net/mlx5/mlx5_rxtx.c | 62 +++++++++++++++++++++++++++-----------------
 drivers/net/mlx5/mlx5_rxtx.h |  4 +--
 8 files changed, 64 insertions(+), 33 deletions(-)
  

Comments

Shahaf Shuler June 27, 2018, 10:46 a.m. UTC | #1
Tuesday, June 26, 2018 3:39 PM, Yongseok Koh:
> Subject: [PATCH v2 0/5] net/mlx5: support new completion field for Multi-
> Packet RQ
> 
> For the RFC,
>     https://mails.dpdk.org/archives/dev/2018-June/103664.html
> 
> Yongseok Koh (5):
>   net/mlx5: change return value of Rx completion poll
>   net/mlx5: add new fields in Rx completion entry
>   net/mlx5: add warning message for Multi-Packet RQ
>   net/mlx5: use stride index in Rx completion entry
>   net/mlx5: increase number of strides
> 
>  doc/guides/nics/mlx5.rst     |  4 +++
>  drivers/net/mlx5/Makefile    |  2 +-
>  drivers/net/mlx5/mlx5.c      |  6 +++--
>  drivers/net/mlx5/mlx5_defs.h |  2 +-
>  drivers/net/mlx5/mlx5_prm.h  |  9 +++++--  drivers/net/mlx5/mlx5_rxq.c  |
> 8 +++++-  drivers/net/mlx5/mlx5_rxtx.c | 62
> +++++++++++++++++++++++++++-----------------
>  drivers/net/mlx5/mlx5_rxtx.h |  4 +--
>  8 files changed, 64 insertions(+), 33 deletions(-)

Series applied to next-net-mlx, thanks.