Re: [PATCH v2 2/2] vhost: add new mbuf allocation failure statistic

2024-02-06 Thread Maxime Coquelin
On 1/31/24 20:53, Maxime Coquelin wrote: This patch introduces a new, per virtqueue, mbuf allocation failure statistic. It can be useful to troubleshoot packets drops due to insufficient mempool size or memory leaks. Signed-off-by: Maxime Coquelin --- lib/vhost/vhost.c | 1 + lib/vh

Re: [PATCH v2 2/2] vhost: add new mbuf allocation failure statistic

2024-02-06 Thread David Marchand
On Thu, Feb 1, 2024 at 9:29 AM Maxime Coquelin wrote: > On 2/1/24 09:10, David Marchand wrote: > > On Wed, Jan 31, 2024 at 8:53 PM Maxime Coquelin > > wrote: > >> > >> This patch introduces a new, per virtqueue, mbuf allocation > >> failure statistic. It can be useful to troubleshoot packets > >>

Re: [PATCH v2 2/2] vhost: add new mbuf allocation failure statistic

2024-02-01 Thread Maxime Coquelin
On 2/1/24 09:10, David Marchand wrote: On Wed, Jan 31, 2024 at 8:53 PM Maxime Coquelin wrote: This patch introduces a new, per virtqueue, mbuf allocation failure statistic. It can be useful to troubleshoot packets drops due to insufficient mempool size or memory leaks. Signed-off-by: Maxim

Re: [PATCH v2 2/2] vhost: add new mbuf allocation failure statistic

2024-02-01 Thread David Marchand
On Wed, Jan 31, 2024 at 8:53 PM Maxime Coquelin wrote: > > This patch introduces a new, per virtqueue, mbuf allocation > failure statistic. It can be useful to troubleshoot packets > drops due to insufficient mempool size or memory leaks. > > Signed-off-by: Maxime Coquelin Having a stat for such

[PATCH v2 2/2] vhost: add new mbuf allocation failure statistic

2024-01-31 Thread Maxime Coquelin
This patch introduces a new, per virtqueue, mbuf allocation failure statistic. It can be useful to troubleshoot packets drops due to insufficient mempool size or memory leaks. Signed-off-by: Maxime Coquelin --- lib/vhost/vhost.c | 1 + lib/vhost/vhost.h | 1 + lib/vhost/virtio_net.c