RE: [PATCH] net/mlx5: reject flow template API reconfiguration

2023-03-19 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dariusz Sosnowski > Sent: Saturday, February 25, 2023 9:58 PM > To: Matan Azrad ; Slava Ovsiienko > > Cc: dev@dpdk.org > Subject: [PATCH] net/mlx5: reject flow template API reconfiguration > > Flow Template API allows rte_fl

RE: [PATCH] net/mlx5: reject flow template API reconfiguration

2023-03-19 Thread Matan Azrad
From: Dariusz Sosnowski > Flow Template API allows rte_flow_configure() to be called more than once, > to allow applications to dynamically reconfigure the amount of resources > available for flow table and flow rule creation. > PMDs can reject the change in configuration and keep the old configu

RE: [PATCH] net/mlx5: reject flow template API reconfiguration

2023-03-07 Thread Suanming Mou
> -Original Message- > From: Dariusz Sosnowski > Sent: Sunday, February 26, 2023 3:58 AM > To: Matan Azrad ; Slava Ovsiienko > > Cc: dev@dpdk.org > Subject: [PATCH] net/mlx5: reject flow template API reconfiguration > > Flow Template API allows rte_flow_co

RE: [PATCH] net/mlx5: reject flow template API reconfiguration

2023-02-25 Thread Ori Kam
Hi, > -Original Message- > From: Dariusz Sosnowski > Sent: Saturday, 25 February 2023 21:58 > Subject: [PATCH] net/mlx5: reject flow template API reconfiguration > > Flow Template API allows rte_flow_configure() to be called > more than once, to allow applic

[PATCH] net/mlx5: reject flow template API reconfiguration

2023-02-25 Thread Dariusz Sosnowski
Flow Template API allows rte_flow_configure() to be called more than once, to allow applications to dynamically reconfigure the amount of resources available for flow table and flow rule creation. PMDs can reject the change in configuration and keep the old configuration. Before this patch, during