Re: mbuf cluster and socket buffer limits

2016-09-02 Thread Karel Gardas
On Fri, Sep 2, 2016 at 6:59 PM, Alexander Bluhm wrote: > Hi, > > To move our network performance to modern high bandwith and high > latency characteristics, we have to increase the socket buffer size > limit. That also implies more mbuf clusters to avoid running out > of them. > > This diff inclu

Re: mbuf cluster and socket buffer limits

2016-09-02 Thread Landry Breuil
On Fri, Sep 02, 2016 at 06:59:21PM +0200, Alexander Bluhm wrote: > Hi, > > To move our network performance to modern high bandwith and high > latency characteristics, we have to increase the socket buffer size > limit. That also implies more mbuf clusters to avoid running out > of them. > > This

mbuf cluster and socket buffer limits

2016-09-02 Thread Alexander Bluhm
Hi, To move our network performance to modern high bandwith and high latency characteristics, we have to increase the socket buffer size limit. That also implies more mbuf clusters to avoid running out of them. This diff includes several aspects that somehow belong together. - Increase the numb