Re: [PATCH v5 1/7] net/mlx5: add LWM support for Rxq

2022-06-08 Thread Matan Azrad
TERNAL) Cc: andrew.rybche...@oktetlabs.ru ; step...@networkplumber.org ; m...@smartsharesystems.com ; dev@dpdk.org ; Raslan Darawsheh Subject: [PATCH v5 1/7] net/mlx5: add LWM support for Rxq Add lwm(Limit WaterMark) field to Rxq object which indicates the percentage of RX queue size used by HW to raise

[PATCH v5 1/7] net/mlx5: add LWM support for Rxq

2022-06-07 Thread Spike Du
Add lwm(Limit WaterMark) field to Rxq object which indicates the percentage of RX queue size used by HW to raise LWM event to the user. Allow LWM setting in modify_rq command. Allow the LWM configuration dynamically by adding RDY2RDY state change. Signed-off-by: Spike Du --- drivers/net/mlx5/mlx