Re: [dpdk-dev] [PATCH] vhost: return error message for mbuf allocation failure

2019-10-24 Thread Maxime Coquelin
On 10/24/19 11:39 AM, Maxime Coquelin wrote: > > > On 10/16/19 4:31 PM, Ilya Maximets wrote: >> mbuf allocation failure is a hard failure that highlights some >> significant issues with memory pool size or a mbuf leak. >> >> We still have the message for subsequent chained mbufs, but not >> fo

Re: [dpdk-dev] [PATCH] vhost: return error message for mbuf allocation failure

2019-10-24 Thread Maxime Coquelin
On 10/16/19 4:31 PM, Ilya Maximets wrote: > mbuf allocation failure is a hard failure that highlights some > significant issues with memory pool size or a mbuf leak. > > We still have the message for subsequent chained mbufs, but not > for the first one. It was removed while introducing extbuf

Re: [dpdk-dev] [PATCH] vhost: return error message for mbuf allocation failure

2019-10-16 Thread Tiwei Bie
On Wed, Oct 16, 2019 at 04:31:07PM +0200, Ilya Maximets wrote: > mbuf allocation failure is a hard failure that highlights some > significant issues with memory pool size or a mbuf leak. > > We still have the message for subsequent chained mbufs, but not > for the first one. It was removed while

Re: [dpdk-dev] [PATCH] vhost: return error message for mbuf allocation failure

2019-10-16 Thread Flavio Leitner
On Wed, 16 Oct 2019 16:31:07 +0200 Ilya Maximets wrote: > mbuf allocation failure is a hard failure that highlights some > significant issues with memory pool size or a mbuf leak. > > We still have the message for subsequent chained mbufs, but not > for the first one. It was removed while intro

[dpdk-dev] [PATCH] vhost: return error message for mbuf allocation failure

2019-10-16 Thread Ilya Maximets
mbuf allocation failure is a hard failure that highlights some significant issues with memory pool size or a mbuf leak. We still have the message for subsequent chained mbufs, but not for the first one. It was removed while introducing extbuf support for large buffers. But it was useful for catc