RE: [PATCH] common/mlx5: fix missing validation in devargs parsing

2022-01-06 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Thursday, December 16, 2021 8:41 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko ; Michael > Baum ; sta...@dpdk.org > Subject: [PATCH] common/mlx5: fix missing validation in d

[PATCH] common/mlx5: fix missing validation in devargs parsing

2021-12-16 Thread michaelba
From: Michael Baum The rte_kvargs_parse function parses the arguments "key=value,key=value,..." string and return an allocated structure that contains a key/value list. It enables also to send a key without value and updates the values in the following ways: - "key=value,key,..." - value is upda