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.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to