Re: [ovs-dev] Mempool issue for OVS 2.9

2018-04-15 Thread Venkatesan Pradeep
Hi, > -Original Message- > From: Ilya Maximets [mailto:i.maxim...@samsung.com] > Sent: Thursday, April 12, 2018 8:52 PM > To: Kevin Traynor ; Stokes, Ian ; > Jan Scheurich ; Venkatesan Pradeep > ; d...@openvswitch.org > Cc: Flavio Leitner ; Loftus, Ciara ; > Kavanagh, Mark B ; Ben Pfaff (b

Re: [ovs-dev] Mempool issue for OVS 2.9

2018-04-12 Thread Ilya Maximets
On 11.04.2018 20:55, Kevin Traynor wrote: > On 04/10/2018 11:12 AM, Stokes, Ian wrote: > -Original Message- > From: Ilya Maximets [mailto:i.maxim...@samsung.com] > Sent: Monday, 29 January, 2018 09:35 > To: Jan Scheurich ; Venkatesan Pradeep > ; Stokes, Ian > ; d...@

Re: [ovs-dev] Mempool issue for OVS 2.9

2018-04-11 Thread Kevin Traynor
On 04/10/2018 11:12 AM, Stokes, Ian wrote: -Original Message- From: Ilya Maximets [mailto:i.maxim...@samsung.com] Sent: Monday, 29 January, 2018 09:35 To: Jan Scheurich ; Venkatesan Pradeep ; Stokes, Ian ; d...@openvswitch.org Cc: Kevin Traynor ; Flavio Le

Re: [ovs-dev] Mempool issue for OVS 2.9

2018-04-10 Thread Stokes, Ian
> >> -Original Message- > >> From: Ilya Maximets [mailto:i.maxim...@samsung.com] > >> Sent: Monday, 29 January, 2018 09:35 > >> To: Jan Scheurich ; Venkatesan Pradeep > >> ; Stokes, Ian > >> ; d...@openvswitch.org > >> Cc: Kevin Traynor ; Flavio Leitner > >> ; Loftus, Ciara ; Kavanagh, > >>

Re: [ovs-dev] Mempool issue for OVS 2.9

2018-01-29 Thread Jan Scheurich
> -Original Message- > From: Ilya Maximets [mailto:i.maxim...@samsung.com] > Sent: Monday, 29 January, 2018 09:35 > To: Jan Scheurich ; Venkatesan Pradeep > ; Stokes, Ian > ; d...@openvswitch.org > Cc: Kevin Traynor ; Flavio Leitner ; > Loftus, Ciara ; Kavanagh, Mark B > ; Ben Pfaff (b...

Re: [ovs-dev] Mempool issue for OVS 2.9

2018-01-29 Thread Jan Scheurich
Hi, I'd like to take one step back and look at how much many mbufs we actually need. Today mbufs are consumed in the following places: a) Rx queues of *physical* dpdk ports: dev->requested_n_rxq * dev->requested_rxq_size Note 1: These mbufs are hogged up at all times. Note 2: There is

Re: [ovs-dev] Mempool issue for OVS 2.9

2018-01-29 Thread Ilya Maximets
On 29.01.2018 11:50, Jan Scheurich wrote: >> -Original Message- >> From: Ilya Maximets [mailto:i.maxim...@samsung.com] >> Sent: Monday, 29 January, 2018 09:35 >> To: Jan Scheurich ; Venkatesan Pradeep >> ; Stokes, Ian >> ; d...@openvswitch.org >> Cc: Kevin Traynor ; Flavio Leitner ; >> Lo

Re: [ovs-dev] Mempool issue for OVS 2.9

2018-01-29 Thread Ilya Maximets
On 29.01.2018 11:19, Jan Scheurich wrote: > Hi, >   > I'd like to take one step back and look at how much many mbufs we actually > need. >   > Today mbufs are consumed in the following places: > > 1. Rx queues of **physical** dpdk ports: dev->requested_n_rxq * > dev->requested_rxq_size > No