mbox

[GIT,PULL,nf-next] IPVS Enhancements for v3.20

Message ID 1423549929-25064-1-git-send-email-horms@verge.net.au
State Accepted
Delegated to: Pablo Neira
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git tags/ipvs-for-v3.20

Message

Simon Horman Feb. 10, 2015, 6:32 a.m. UTC
Hi Pablo,

please consider this enhancement for v3.20.

It adds support for 64-bit rates in IPVS statistics.


The following changes since commit 4c1017aa80c95a74703139bb95c4ce0d130efe4d:

  netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_ID (2015-01-30 19:08:20 +0100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git tags/ipvs-for-v3.20

for you to fetch changes up to cd67cd5eb25ae9a7bafbfd3d52d4c05e1d80af3b:

  ipvs: use 64-bit rates in stats (2015-02-09 16:59:03 +0900)

----------------------------------------------------------------
Julian Anastasov (1):
      ipvs: use 64-bit rates in stats

 include/net/ip_vs.h             |  50 ++++++++----
 include/uapi/linux/ip_vs.h      |   7 +-
 net/netfilter/ipvs/ip_vs_core.c |  36 +++++----
 net/netfilter/ipvs/ip_vs_ctl.c  | 174 ++++++++++++++++++++++++++--------------
 net/netfilter/ipvs/ip_vs_est.c  | 102 ++++++++++++-----------
 5 files changed, 226 insertions(+), 143 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

Comments

Pablo Neira Ayuso Feb. 11, 2015, 3:10 p.m. UTC | #1
On Tue, Feb 10, 2015 at 03:32:08PM +0900, Simon Horman wrote:
> Hi Pablo,
> 
> please consider this enhancement for v3.20.
> 
> It adds support for 64-bit rates in IPVS statistics.
> 
> 
> The following changes since commit 4c1017aa80c95a74703139bb95c4ce0d130efe4d:
> 
>   netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_ID (2015-01-30 19:08:20 +0100)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git tags/ipvs-for-v3.20

Pulled, thanks.

If merge window closes (I still have a little pending request), I'll
keep this in nf-next until it reopens again for the next round.
--
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
Simon Horman Feb. 11, 2015, 11:02 p.m. UTC | #2
On Wed, Feb 11, 2015 at 04:10:53PM +0100, Pablo Neira Ayuso wrote:
> On Tue, Feb 10, 2015 at 03:32:08PM +0900, Simon Horman wrote:
> > Hi Pablo,
> > 
> > please consider this enhancement for v3.20.
> > 
> > It adds support for 64-bit rates in IPVS statistics.
> > 
> > 
> > The following changes since commit 4c1017aa80c95a74703139bb95c4ce0d130efe4d:
> > 
> >   netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_ID (2015-01-30 19:08:20 +0100)
> > 
> > are available in the git repository at:
> > 
> >   https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git tags/ipvs-for-v3.20
> 
> Pulled, thanks.
> 
> If merge window closes (I still have a little pending request), I'll
> keep this in nf-next until it reopens again for the next round.

Thanks, there is no urgency for this change AFIC.
--
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