Re: [lvs-users] DNS LVS questions

2012-09-06 Thread Jesper Dangaard Brouer
https://github.com/netoptimizer/network-testing/blob/master/src/udp_echo.c -- Best regards, Jesper Dangaard Brouer MSc.CS, Sr. Network Kernel Developer at Red Hat Author of http://www.iptv-analyzer.org LinkedIn: http://www.linkedin.com/in/brouer

Re: [lvs-users] can somebody explain how gro (generic receive offload) bothers lvs? (kernel 2.6.32)

2012-12-14 Thread Jesper Dangaard Brouer
RHEL5 kernel-2.6.18-340.el5 If someone needs this before its officially part of a RHEL release, I think I'm allowed to give you the kernel with this fix as a test kernel. Just let me now directly. -- Best regards, Jesper Dangaard Brouer MSc.CS, Sr. Network Kernel Developer at Red Hat

[lvs-users] [ANNOUNCE] ipvsadm release v1.27

2013-09-07 Thread Jesper Dangaard Brouer
://www.linuxvirtualserver.org/software/ipvs.html#kernel-2.6 http://www.linuxvirtualserver.org/software/kernel-2.6/ Maintainers: Simon Horman ho...@verge.net.au Jesper Dangaard Brouer bro...@redhat.com Wensong Zhang wens...@linux-vs.org The development have slowed down over the past years, as the tool and kernel

Re: [lvs-users] High memory usage

2013-09-20 Thread Jesper Dangaard Brouer
latest patches applied via yum update Thank you! Radu -- Best regards, Jesper Dangaard Brouer MSc.CS, Sr. Network Kernel Developer at Red Hat Author of http://www.iptv-analyzer.org LinkedIn: http://www.linkedin.com/in/brouer ___ Please

Re: [lvs-users] [PATCH 0/2] More changes for different address family

2014-08-30 Thread Jesper Dangaard Brouer
, Jesper Dangaard Brouer MSc.CS, Sr. Network Kernel Developer at Red Hat Author of http://www.iptv-analyzer.org LinkedIn: http://www.linkedin.com/in/brouer ___ Please read the documentation before posting - it's available at: http

Re: [lvs-users] [PATCH] ipvsadm: add SCTP support

2015-02-05 Thread Jesper Dangaard Brouer
Signed-off-by: Julian Anastasov j...@ssi.bg Applied and pushed: https://git.kernel.org/cgit/utils/kernel/ipvsadm/ipvsadm.git/commit/?id=2ce22dc8818 Thanks! -- Best regards, Jesper Dangaard Brouer MSc.CS, Sr. Network Kernel Developer at Red Hat Author of http://www.iptv-analyzer.org

Re: [lvs-users] [PATCH] ipvsadm: add SCTP support

2015-02-11 Thread Jesper Dangaard Brouer
on this work :-) -- Best regards, Jesper Dangaard Brouer MSc.CS, Sr. Network Kernel Developer at Red Hat Author of http://www.iptv-analyzer.org LinkedIn: http://www.linkedin.com/in/brouer ___ Please read the documentation before posting - it's

[lvs-users] [ANNOUNCE] ipvsadm release v1.28

2015-02-11 Thread Jesper Dangaard Brouer
compile warning in modprobe_ipvs Hibari Michiro (1): ipvsadm: enable displaying of IPv6 hostnames in listing Jesper Dangaard Brouer (1): Release: Version 1.28 Julian Anastasov (3): ipvsadm: restrict different address family ipvsadm: allow different address family

Re: [lvs-users] [PATCH] ipvsadm: support 64-bit stats and rates

2015-08-20 Thread Jesper Dangaard Brouer
. Should be applied after the kernel patch is accepted. Finally applied. Corresponding kernel commit cd67cd5eb25 (ipvs: use 64-bit rates in stats), is avail in kernel 4.1. -- Best regards, Jesper Dangaard Brouer MSc.CS, Sr. Network Kernel Developer at Red Hat Author of http://www.iptv

Re: [lvs-users] [PATCH ipvsadm] ipvsadm: new attributes for sync daemon

2015-08-20 Thread Jesper Dangaard Brouer
to the kernel patches for new parameters for the sync daemon. If needed I'll post it again later for inclusion after the kernel patches are included. Applied - I took this patch now... else we end up waiting too long, as with the previous patch I just applied. -- Best regards, Jesper Dangaard

Re: [lvs-users] [PATCH ipvsadm] ipvsadm: new attributes for sync daemon

2015-10-28 Thread Jesper Dangaard Brouer
--sync-maxlen, --mcast-group, --mcast-port and > > --mcast-ttl options for the --start-daemon command. > > > > Signed-off-by: Julian Anastasov <j...@ssi.bg> > > --- > [...] -- Best regards, Jesper Dangaard Brouer MSc.CS, Principal Kernel Engineer at Red Hat

[lvs-users] [ANNOUNCE] ipvsadm release v1.29

2016-12-27 Thread Jesper Dangaard Brouer
: https://git.kernel.org/cgit/utils/kernel/ipvsadm/ipvsadm.git/ You can download the tarballs from: https://kernel.org/pub/linux/utils/kernel/ipvsadm/ Git tree: git://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git -- Best regards, Jesper Dangaard Brouer MSc.CS, Principal Kernel

Re: [lvs-users] [PATCH] ipvsadm: catch the original errno from netlink answer

2017-08-11 Thread Jesper Dangaard Brouer
ied: https://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git/commit/?id=f8cff0808a24b -- Best regards, Jesper Dangaard Brouer MSc.CS, Principal Kernel Engineer at Red Hat LinkedIn: http://www.linkedin.com/in/brouer ___ Please read the doc

Re: [lvs-users] [PATCH] libipvs: fix some buffer sizes

2018-05-25 Thread Jesper Dangaard Brouer
gt; a = daemon_attrs[IPVS_DAEMON_ATTR_SYNC_MAXLEN]; > @@ -1265,7 +1265,8 @@ ipvs_daemon_t *ipvs_get_daemon(void) > } > for (i = 0; i < 2; i++) { > u[i].state = dmk[i].state; > - strncpy(u[i].mcast_ifn,

Re: [lvs-users] [PATCH] libipvs: fix some buffer sizes

2018-05-29 Thread Jesper Dangaard Brouer
On Fri, 25 May 2018 21:48:31 +0300 (EEST) Julian Anastasov wrote: > Hello, > > On Fri, 25 May 2018, Jesper Dangaard Brouer wrote: > > > > > On Thu, 24 May 2018 23:37:45 +0300 Julian Anastasov wrote: > > > > > Size or length? Here is the answer

Re: [lvs-users] [PATCH 0/3] ipvsadm: Document/add support for fo/ovf/mh schedulers

2019-01-14 Thread Jesper Dangaard Brouer
t reading the > kernel sources. > > The following patches document support for these schedulers, and also adds > new flags mh-fallback and mh-port. Hi Quentin, Can you please update the patchset according to Julian's comments, and submit a V2 of this patchset? -- Best regards, J

Re: [lvs-users] [PATCH v2 0/3] ipvsadm: Document/add support for fo/ovf/mh schedulers

2019-01-22 Thread Jesper Dangaard Brouer
ertions(+), 3 deletions(-) > > The 3 patches look ok to me. Thanks! > > Acked-by: Julian Anastasov > > Jesper, you can apply them if there are no other > suggestions/comments. Nobody else objected, thus I've applied this patchset to git tree: https://git

Re: [lvs-users] [PATCH v8 0/2] Allow tunneling with gue encapsulation

2019-05-31 Thread Jesper Dangaard Brouer
e kernel patch is accepted. -- Best regards, Jesper Dangaard Brouer MSc.CS, Principal Kernel Engineer at Red Hat LinkedIn: http://www.linkedin.com/in/brouer ___ Please read the documentation before posting - it's available at: http://www.linuxvirtua

[ANNOUNCE] ipvsadm release v1.30

2019-07-02 Thread Jesper Dangaard Brouer
/ipvsadm/ Git tree: git://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git Shortlog: Arthur Gautier (1): libipvs: discrepancy with libnl genlmsg_put Jesper Dangaard Brouer (2): Merge: ipvsadm: Document/add support for fo/ovf/mh schedulers Release: Version 1.30 Julian

Re: [lvs-users] [PATCH v8 0/2] Allow tunneling with gue encapsulation

2019-07-02 Thread Jesper Dangaard Brouer
On Fri, 31 May 2019 08:49:55 +0200 Jesper Dangaard Brouer wrote: > On Thu, 30 May 2019 21:37:34 +0300 (EEST) Julian Anastasov > wrote: > > > On Thu, 30 May 2019, Jacky Hu wrote: > > > > > This patchset allows tunneling with gue encapsulation. > > >

Re: [PATCH] ipvsadm: allow tunneling with gre encapsulation

2019-07-02 Thread Jesper Dangaard Brouer
https://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git/ -- Best regards, Jesper Dangaard Brouer MSc.CS, Principal Kernel Engineer at Red Hat LinkedIn: http://www.linkedin.com/in/brouer

Re: [lvs-users] [PATCH 0/2] Add missing options to ipvsadm(8)

2019-12-05 Thread Jesper Dangaard Brouer
-- Best regards, Jesper Dangaard Brouer MSc.CS, Principal Kernel Engineer at Red Hat LinkedIn: http://www.linkedin.com/in/brouer ___ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtual

Re: [lvs-users] [PATCH] ipvsadm: allow tunneling with gre encapsulation

2019-12-05 Thread Jesper Dangaard Brouer
On Tue, 2 Jul 2019 22:21:01 +0300 (EEST) Julian Anastasov wrote: > Hello, > > On Tue, 2 Jul 2019, Jesper Dangaard Brouer wrote: > > > On Mon, 1 Jul 2019 22:25:37 +0300 > > Julian Anastasov wrote: > > > > > Add support for real server tunnels w

Re: [lvs-users] Micro ipvsadm patch

2020-03-20 Thread Jesper Dangaard Brouer
with (your SoB and credit to you), here: https://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git/commit/?id=e61c8cdd1dcad -- Best regards, Jesper Dangaard Brouer MSc.CS, Principal Kernel Engineer at Red Hat LinkedIn: http://www.linkedin.com/in/brouer

Re: [lvs-users] Micro ipvsadm patch

2020-03-23 Thread Jesper Dangaard Brouer
ml/latest/process/submitting-patches.html --Jesper > пт, 20 марта 2020 г. в 15:32, Jesper Dangaard Brouer : > > > On Wed, 11 Mar 2020 15:05:58 +0300 > > Alexander Petrovsky wrote: > > > > > Hello! > > > > > > This micro ipvsadm pat