On 9/29/2020 7:20 PM, Jerin Jacob wrote:
On Mon, Sep 28, 2020 at 4:07 AM Rasesh Mody <rm...@marvell.com> wrote:
Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources
for the port can be freed by rte_eth_dev_close(). With this change the
private port resources are released in the .dev_close callback.
Signed-off-by: Rasesh Mody <rm...@marvell.com>
It looks like it has ICC compiler errors in this patch[1]. I don't
think, it is introduced by this patch. It is from CPT crypto driver.
[1]
http://mails.dpdk.org/archives/test-report/2020-September/155058.html
These patches seems pulled to the Thomas' "cleanup ethdev close operation"
patchset:
[v3,17/29] net/qede: release port upon close
(https://patches.dpdk.org/patch/79083/)
[v3,06/29] net/bnx2x: release port upon close
(https://patches.dpdk.org/patch/79072/)
Can you please review the patches in that patchset? And they can be merged with
the whole patchset.
I will mark this set as superseded.
Btw, agree that compile error looks unrelated.