From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Alex Wang <ee07b291@gmail.com>, dev@dpdk.org
Cc: Alex Wang <alex@awakenetworks.com>
Subject: Re: [PATCH 2/2] rte_kni: Add documentation for the mempool capacity.
Date: Wed, 18 May 2016 11:38:49 +0100 [thread overview]
Message-ID: <573C4639.4000104@intel.com> (raw)
In-Reply-To: <1463250175-3024-2-git-send-email-ee07b291@gmail.com>
On 5/14/2016 7:22 PM, Alex Wang wrote:
> From: Alex Wang <alex@awakenetworks.com>
>
> Function like 'rte_kni_rx_burst()' keeps allocating
> 'MAX_MBUF_BURST_NUM' mbufs to kni fifo queue unless the
> queue's capacity ('KNI_FIFO_COUNT_MAX') is reached. So,
> if the mempool is under-provisioned, user may run into
> "Out of Memory" logs from KNI code. This commit documents
> the need to provision mempool capacity of couple thousand
> elements for each KNI interface.
>
> Signed-off-by: Alex Wang <alex@awakenetworks.com>
> ---
> lib/librte_kni/rte_kni.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/lib/librte_kni/rte_kni.h b/lib/librte_kni/rte_kni.h
> index 25fa45e..05d2d39 100644
> --- a/lib/librte_kni/rte_kni.h
> +++ b/lib/librte_kni/rte_kni.h
> @@ -113,6 +113,9 @@ extern void rte_kni_init(unsigned int max_kni_ifaces);
> * The rte_kni_alloc shall not be called before rte_kni_init() has been
> * called. rte_kni_alloc is thread safe.
> *
> + * The mempool should have capacity of couple thousand elements for each
> + * KNI interface allocated.
> + *
> * @param pktmbuf_pool
> * The mempool for allocting mbufs for packets.
> * @param conf
>
Hi Alex,
Same comments are valid for patch subject.
How about saying "more than 2xKNI_FIFO_COUNT_MAX" instead of saying
"couple thousand elements"?
Thanks,
ferruh
next prev parent reply other threads:[~2016-05-18 10:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-14 18:22 [PATCH 1/2] rte_kni: Fix documentation Alex Wang
2016-05-14 18:22 ` [PATCH 2/2] rte_kni: Add documentation for the mempool capacity Alex Wang
2016-05-18 10:38 ` Ferruh Yigit [this message]
2016-05-18 10:33 ` [PATCH 1/2] rte_kni: Fix documentation Ferruh Yigit
2016-05-23 16:45 ` ALeX Wang
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=573C4639.4000104@intel.com \
--to=ferruh.yigit@intel.com \
--cc=alex@awakenetworks.com \
--cc=dev@dpdk.org \
--cc=ee07b291@gmail.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
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.