[ovs-dev] [RFC PATCH v1] dpdk: Support both shared and per port mempools.

Kevin Traynor ktraynor at redhat.com
Fri May 25 17:33:08 UTC 2018


On 05/25/2018 05:53 PM, Lam, Tiago wrote:
>>              VLOG_ERR("Failed mempool \"%s\" create request of %u mbufs",
>>                       mp_name, n_mbufs);
>>          }
> Just a thought, but now with shared memory where n_mbufs are initially
> set to 4096*64, one can see this error log printed a few times before
> the memory gets allocated. We could potentially demote this to a WARN
> and write a more friendly message and only print the error below, before
> returning to the caller (at that point we surely couldn't allocate the
> mempool).
> 

+1. I'd go further and have it as debug.


More information about the dev mailing list