RE: [PATCH] net/mlx5: fix flex item flow handle size

2022-03-02 Thread Raslan Darawsheh
Hi > -Original Message- > From: Gregory Etelson > Sent: Monday, February 28, 2022 12:01 PM > To: dev@dpdk.org > Cc: Gregory Etelson ; Matan Azrad > ; Raslan Darawsheh ; > sta...@dpdk.org; Slava Ovsiienko > Subject: [PATCH] net/mlx5: fix flex item flow handle si

[PATCH] net/mlx5: fix flex item flow handle size

2022-02-28 Thread Gregory Etelson
Reduce flex item flow handle size from 32 bits to 8 bits for each flow. The patch will save memory in setups with millions of flows. Cc: sta...@dpdk.org Fixes: a23e9b6e3ee9 ("net/mlx5: handle flex item in flows") Signed-off-by: Gregory Etelson Acked-by: Viacheslav Ovsiienko --- drivers/net/mlx