From: Guoyang Zhou <zhouguoyang@huawei.com> To: <dev@dpdk.org> Cc: <ferruh.yigit@intel.com>, <bluca@debian.org>, <cloud.wangxiaoyun@huawei.com>, <luoxianjun@huawei.com>, <yin.yinshi@huawei.com>, <luojiachen@huawei.com>, <zhouguoyang@huawei.com>, <chenlizhong@huawei.com>, <zhaohui8@huawei.com>, <chenchanghu@huawei.com> Subject: [dpdk-dev] [PATCH v1 0/1] fix the problem of hugepage memory leaks Date: Fri, 20 Nov 2020 11:40:39 +0800 Message-ID: <cover.1605842700.git.zhouguoyang@huawei.com> (raw) The nic_io memory sets to NULL before free it, this is wrong, and the freeing of some private port resources should be moved from the ".remove(device)" function to the ".dev_close(port)" function. -- v1: - fix the problem of hugepage memory leaks Guoyang Zhou (1): net/hinic: fix the problem of hugepage memory leaks drivers/net/hinic/base/hinic_pmd_nicio.c | 1 - drivers/net/hinic/hinic_pmd_ethdev.c | 17 ++++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) -- 1.8.3.1
next reply other threads:[~2020-11-20 3:36 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-11-20 3:40 Guoyang Zhou [this message] 2020-11-20 3:40 ` [dpdk-dev] [PATCH v1 1/1] net/hinic: " Guoyang Zhou
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=cover.1605842700.git.zhouguoyang@huawei.com \ --to=zhouguoyang@huawei.com \ --cc=bluca@debian.org \ --cc=chenchanghu@huawei.com \ --cc=chenlizhong@huawei.com \ --cc=cloud.wangxiaoyun@huawei.com \ --cc=dev@dpdk.org \ --cc=ferruh.yigit@intel.com \ --cc=luojiachen@huawei.com \ --cc=luoxianjun@huawei.com \ --cc=yin.yinshi@huawei.com \ --cc=zhaohui8@huawei.com \ /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
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ http://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git