From patchwork Wed Mar 21 08:56:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 147940 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id A470EB6EEE for ; Wed, 21 Mar 2012 19:57:10 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756478Ab2CUI4d (ORCPT ); Wed, 21 Mar 2012 04:56:33 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:56335 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755511Ab2CUI43 (ORCPT ); Wed, 21 Mar 2012 04:56:29 -0400 Received: from joe.kanocho.kobe.vergenet.net (joe.isobedori.kobe.vergenet.net [IPv6:2001:470:4832:303:1ec1:deff:fe98:754d]) by kirsty.vergenet.net (Postfix) with ESMTP id 9724825BEA8; Wed, 21 Mar 2012 19:56:27 +1100 (EST) Received: by joe.kanocho.kobe.vergenet.net (Postfix, from userid 7100) id A60D028A038; Wed, 21 Mar 2012 17:56:26 +0900 (JST) From: Simon Horman To: Pablo Neira Ayuso Cc: lvs-devel@vger.kernel.org, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, Wensong Zhang , Julian Anastasov Subject: [GIT PULL nf-next] IPVS Date: Wed, 21 Mar 2012 17:56:15 +0900 Message-Id: <1332320185-27157-1-git-send-email-horms@verge.net.au> X-Mailer: git-send-email 1.7.6.3 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org please consider pulling git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git master to get the following enhancements to IPVS connection synchronisation from Julian and a minor clean-up from myself. The following changes since commit ace30d73ef09fd5f95b24c5c1c5aa11963981494: netfilter: xt_LOG: add __printf() to sb_add() (2012-03-07 17:41:52 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git master Julian Anastasov (8): ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup server ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter ipvs: always update some of the flags bits in backup ipvs: use adaptive pause in master thread ipvs: reduce sync rate with time thresholds ipvs: add support for sync threads ipvs: optimize the use of flags in ip_vs_bind_dest Simon Horman (1): ipvs: Provide a generic ip_vs_bind_xmit() include/linux/ip_vs.h | 5 + include/net/ip_vs.h | 59 ++++- net/netfilter/ipvs/ip_vs_conn.c | 83 ++++-- net/netfilter/ipvs/ip_vs_core.c | 30 +-- net/netfilter/ipvs/ip_vs_ctl.c | 54 ++++- net/netfilter/ipvs/ip_vs_sync.c | 585 +++++++++++++++++++++++++-------------- 6 files changed, 547 insertions(+), 269 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html