Re: [dpdk-dev] [PATCH v4 1/4] librte_ethdev: Introduce a function to release HW rings

2020-06-23 Thread Ferruh Yigit
-------------------------------- > *From:* Ferruh Yigit > *Sent:* Monday, June 22, 2020 7:09 PM > *To:* Renata Saiakhova ; dev@dpdk.org > > *Subject:* Re: [dpdk-dev] [PATCH v4 1/4] librte_ethdev: Introduce a function > to &

Re: [dpdk-dev] [PATCH v4 1/4] librte_ethdev: Introduce a function to release HW rings

2020-06-23 Thread Renata Saiakhova
2: error: ld returned 1 exit status What could be an issue, is that I need to correct the version somewhere? KR, Renata From: Ferruh Yigit Sent: Monday, June 22, 2020 7:09 PM To: Renata Saiakhova ; dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4 1/4] librte_ethdev

Re: [dpdk-dev] [PATCH v4 1/4] librte_ethdev: Introduce a function to release HW rings

2020-06-22 Thread Ferruh Yigit
On 6/22/2020 10:54 AM, Renata Saiakhova wrote: > Free previously allocated memzone for HW rings > > Signed-off-by: Renata Saiakhova <...> > +/** > + * @warning > + * @b EXPERIMENTAL: this API may change without prior notice. > + * > + * Free previously allocated memzone for HW rings. > + * > +

Re: [dpdk-dev] [PATCH v4 1/4] librte_ethdev: Introduce a function to release HW rings

2020-06-22 Thread Ferruh Yigit
On 6/22/2020 10:54 AM, Renata Saiakhova wrote: > Free previously allocated memzone for HW rings > > Signed-off-by: Renata Saiakhova > --- > lib/librte_ethdev/rte_ethdev.c | 30 ++-- > lib/librte_ethdev/rte_ethdev_driver.h| 20 > lib/librte_ethde

[dpdk-dev] [PATCH v4 1/4] librte_ethdev: Introduce a function to release HW rings

2020-06-22 Thread Renata Saiakhova
Free previously allocated memzone for HW rings Signed-off-by: Renata Saiakhova --- lib/librte_ethdev/rte_ethdev.c | 30 ++-- lib/librte_ethdev/rte_ethdev_driver.h| 20 lib/librte_ethdev/rte_ethdev_version.map | 1 + 3 files changed, 49 insertio