Re: [dpdk-dev] [PATCH v3 2/6] ethdev: add capability to keep shared objects on restart

2021-10-19 Thread Ori Kam
> -Original Message- > From: Dmitry Kozlyuk > Sent: Tuesday, October 19, 2021 3:37 PM > To: dev@dpdk.org > Cc: Ori Kam ; NBU-Contact-Thomas Monjalon > ; Ferruh > Yigit ; Andrew Rybchenko > > Subject: [PATCH v3 2/6] ethdev: add capability to keep shared objects on > restart > > rte_

[dpdk-dev] [PATCH v3 2/6] ethdev: add capability to keep shared objects on restart

2021-10-19 Thread Dmitry Kozlyuk
rte_flow_action_handle_create() did not mention what happens with an indirect action when a device is stopped and started again. It is natural for some indirect actions, like counter, to be persistent. Keeping others at least saves application time and complexity. However, not all PMDs can support