Coverity scans?

2019-07-16 Thread Илья Шипицин
Hello, I played with Coverity. Definitely it shows "issues resolved" after bugfixes pushed to git. I know Willy does not like static analysis because of noise. Anyway, it finds bugs, why not to use it?

RFC: receive side scaling, need help with approach to port ranges

2019-07-16 Thread Richard Russo
Here are my current patches for comments. -- Richard Russo to...@enslaves.us On Fri, Jul 5, 2019, at 12:23 PM, Richard Russo wrote: > Hi, > > I've been experimenting with Recieve Side Scaling (RSS) for a tcp proxy > application. The basic idea with RSS is by configuring the NICs, > kernel

Re: fullconn not working

2019-07-16 Thread Patrick Hemmer
*From:* Jerome Magnin [mailto:jmag...@haproxy.com] *Sent:* Tuesday, July 16, 2019, 10:19 EDT *To:* Patrick Hemmer *Cc:* Pavlos Parissis , haproxy@formilux.org *Subject:* fullconn not working Hi Patrick, On Tue, Jul 16,

[ANNOUNCE] haproxy-2.1-dev1

2019-07-16 Thread Willy Tarreau
Hi, HAProxy 2.1-dev1 was released on 2019/07/16. It added 85 new commits after version 2.1-dev0. Let's present it the easy way : this version is essentially 2.0.2 plus the few patches that were pending in the -next branch (removal of a few long deprecated options), the addition of a sha2() conver

[ANNOUNCE] haproxy-2.0.2

2019-07-16 Thread Willy Tarreau
Hi, HAProxy 2.0.2 was released on 2019/07/16. It added 42 new commits after version 2.0.1. This version addresses a number of annoying issues that were reported after 2.0.1, most of which also affect 1.9, with a few which were only late 2.0 regressions. Without any particular order, I can cite :

Re: fullconn not working

2019-07-16 Thread Jerome Magnin
Hi Patrick, On Tue, Jul 16, 2019 at 09:40:31AM -0400, Patrick Hemmer wrote: > > > > *From:* Pavlos Parissis [mailto:pavlos.paris...@gmail.com] > *Sent:* Tuesday, July 16, 2019, 09:32 EDT > *To:* haproxy@formilux.org > *Cc:*

Re: fullconn not working

2019-07-16 Thread Patrick Hemmer
*From:* Pavlos Parissis [mailto:pavlos.paris...@gmail.com] *Sent:* Tuesday, July 16, 2019, 09:32 EDT *To:* haproxy@formilux.org *Cc:* Patrick Hemmer *Subject:* fullconn not working On Παρασκευή, 28 Ιουνίου 2019 5:50:48 Μ

Re: fullconn not working

2019-07-16 Thread Pavlos Parissis
On Παρασκευή, 28 Ιουνίου 2019 5:50:48 Μ.Μ. CEST Patrick Hemmer wrote: > I'm trying to get fullconn working, and can't seem to do so. I dunno if > it's a bug, or if it's my understanding that's wrong. > Basically my goal is to prevent the cumulative total of all connections > to all servers in a p

Re: fullconn not working

2019-07-16 Thread Patrick Hemmer
*From:* Patrick Hemmer [mailto:hapr...@stormcloud9.net] *Sent:* Friday, June 28, 2019, 11:50 EDT *To:* HAProxy *Subject:* fullconn not working I'm trying to get fullconn working, and can't seem to do so. I dunno if it's