From: Ye Xiaolong <xiaolong.ye@intel.com>
To: Allain Legacy <allain.legacy@windriver.com>
Cc: thomas@monjalon.net, dev@dpdk.org, ferruh.yigit@intel.com,
Matt Peters <matt.peters@windriver.com>
Subject: Re: [dpdk-dev] [PATCH v2] net/avp: remove resources when port is closed
Date: Fri, 31 May 2019 23:07:52 +0800 [thread overview]
Message-ID: <20190531150752.GA47868@intel.com> (raw)
In-Reply-To: <20190527170255.30853-1-allain.legacy@windriver.com>
On 05/27, Allain Legacy wrote:
>The rte_eth_dev_close() function now handles freeing resources for
>devices (e.g., mac_addrs). To conform with the new close() behaviour we
>are asserting the RTE_ETH_DEV_CLOSE_REMOVE flag so that
>rte_eth_dev_close() releases all device level dynamic memory.
>
>Second level memory allocated to each individual rx/tx queue is now
>freed as part of the close() operation therefore making it safe for the
>rte_eth_dev_close() function to free the device private data without
>orphaning the rx/tx queue pointers.
>
>Cc: Matt Peters <matt.peters@windriver.com>
>Signed-off-by: Allain Legacy <allain.legacy@windriver.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
next prev parent reply other threads:[~2019-05-31 15:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-27 17:02 [dpdk-dev] [PATCH v2] net/avp: remove resources when port is closed Allain Legacy
2019-05-31 14:13 ` Peters, Matt
2019-05-31 15:07 ` Ye Xiaolong [this message]
2019-06-05 15:17 ` Ferruh Yigit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190531150752.GA47868@intel.com \
--to=xiaolong.ye@intel.com \
--cc=allain.legacy@windriver.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=matt.peters@windriver.com \
--cc=thomas@monjalon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.