Re: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management with vhu client.

2017-10-11 Thread Fischetti, Antonio
, 2017 11:40 AM > >> To: Fischetti, Antonio <antonio.fische...@intel.com>; Róbert Mulik > >> <robert.mu...@ericsson.com>; d...@openvswitch.org > >> Subject: Re: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management > with > >> vhu client. &g

Re: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management with vhu client.

2017-10-11 Thread Kevin Traynor
>> <robert.mu...@ericsson.com>; d...@openvswitch.org >> Subject: Re: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management >> with >> vhu client. >> >> On 10/11/2017 11:28 AM, Fischetti, Antonio wrote: >>> Hi Robert, >>> that's happening be

Re: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management with vhu client.

2017-10-11 Thread Fischetti, Antonio
empool management > with > >> vhu client. > >> > >> Thanks Robert for reporting this and for all the clear details you > >> provided. > >> I'll look into this and get back to you. > >> > >> Antonio > >> > >>&

Re: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management with vhu client.

2017-10-11 Thread Kevin Traynor
October 11, 2017 9:04 AM >> To: Róbert Mulik <robert.mu...@ericsson.com>; d...@openvswitch.org >> Subject: Re: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management >> with >> vhu client. >> >> Thanks Robert for reporting this and for all the clear details you p

Re: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management with vhu client.

2017-10-11 Thread Fischetti, Antonio
r 11, 2017 9:04 AM > To: Róbert Mulik <robert.mu...@ericsson.com>; d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management with > vhu client. > > Thanks Robert for reporting this and for all the clear details you provided. >

Re: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management with vhu client.

2017-10-11 Thread Fischetti, Antonio
;antonio.fische...@intel.com>; d...@openvswitch.org > Subject: RE: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management with > vhu client. > > Hi Antonio, > > Last week I run into this mempool issue during the development of a new > feature. I have made a bugfix,

Re: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management with vhu client.

2017-10-10 Thread Róbert Mulik
Hi Antonio, Last week I run into this mempool issue during the development of a new feature. I have made a bugfix, but then we saw yours too, so I tested if it solves my problem. It did, but I realized another problem with it. The mempool name generation is partly based on the MTU size, which

Re: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management with vhu client.

2017-10-06 Thread Fischetti, Antonio
Thanks Ciara, will respin a v4. Comments inline. Antonio > -Original Message- > From: Loftus, Ciara > Sent: Friday, October 6, 2017 11:40 AM > To: Fischetti, Antonio <antonio.fische...@intel.com>; d...@openvswitch.org > Subject: RE: [ovs-dev] [PATCH v3 1/5] net

Re: [ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management with vhu client.

2017-10-06 Thread Loftus, Ciara
> > In a PVP test where vhostuser ports are configured as > clients, OvS crashes when QEMU is launched. > This patch avoids to call dpdk_mp_put() - and erroneously > release the mempool - when it already exists. Thanks for investigating this issue and for the patch. I think the commit message

[ovs-dev] [PATCH v3 1/5] netdev-dpdk: fix mempool management with vhu client.

2017-10-05 Thread antonio . fischetti
In a PVP test where vhostuser ports are configured as clients, OvS crashes when QEMU is launched. This patch avoids to call dpdk_mp_put() - and erroneously release the mempool - when it already exists. CC: Kevin Traynor CC: Aaron Conole Reported-by: