From: Thomas Monjalon <thomas@monjalon.net> To: Anatoly Burakov <anatoly.burakov@intel.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] mem: improve parameter checking on memory hotplug Date: Wed, 20 Jan 2021 00:39:33 +0100 Message-ID: <25223796.ZyEVLiDlFK@thomas> (raw) In-Reply-To: <20ad523bdee024979dfc74cc32c8c02954cd1d4c.1610984505.git.anatoly.burakov@intel.com> 18/01/2021 16:41, Anatoly Burakov: > + /* now that we've validated the request, time for a PSA */ What is PSA? > + eal_memalloc_mem_event_notify(RTE_MEM_EVENT_FREE, > + m->free_req.addr, m->free_req.len); [...] > + /* this is checked by the API, but we need to prevent divide by zero */ > + if (ar->page_sz == 0 || !rte_is_power_of_2(ar->page_sz)) { > + RTE_LOG(ERR, EAL, "Attempting to allocate with page size\n"); Is there a missing part in the log message?
next prev parent reply other threads:[~2021-01-19 23:39 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-01-15 12:15 [dpdk-dev] [PATCH] " Anatoly Burakov 2021-01-18 8:26 ` David Marchand 2021-01-18 11:37 ` Burakov, Anatoly 2021-01-18 15:41 ` [dpdk-dev] [PATCH v2] " Anatoly Burakov 2021-01-19 23:39 ` Thomas Monjalon [this message] 2021-01-21 10:52 ` Burakov, Anatoly 2021-01-22 17:17 ` [dpdk-dev] [PATCH v3] " Anatoly Burakov 2021-01-27 13:23 ` Thomas Monjalon
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=25223796.ZyEVLiDlFK@thomas \ --to=thomas@monjalon.net \ --cc=anatoly.burakov@intel.com \ --cc=dev@dpdk.org \ /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 https://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/ https://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