Re: [PATCH 1/2] IPV6: ICMP6_MIB_OUTMSGS increment duplicated

2008-01-21 Thread Wang Chen
David Miller said the following on 2008-1-21 19:06: > Does someone know how to setup GIT to update the HTTP > fetch information as a post-push hook? > Seems Herbert knows how to do it. Maybe run git-update-server-info every time when you rebase your tree. >> Can you apply them to net-2.6 tree? >

Re: [PATCH 1/2] IPV6: ICMP6_MIB_OUTMSGS increment duplicated

2008-01-21 Thread David Miller
From: Wang Chen <[EMAIL PROTECTED]> Date: Mon, 21 Jan 2008 18:59:43 +0800 > Dave, because the network of my working place can't clone git > tree, I used 2.6.24-rc8 to make the patches. Does someone know how to setup GIT to update the HTTP fetch information as a post-push hook? > Can you apply th

Re: [PATCH 1/2] IPV6: ICMP6_MIB_OUTMSGS increment duplicated

2008-01-21 Thread Wang Chen
David Miller said the following on 2008-1-21 18:57: >> [IPV6]: ICMP6_MIB_OUTMSGS increment duplicated >> >> icmpv6_send() calls ip6_push_pending_frames() indirectly. >> Both ip6_push_pending_frames() and icmpv6_send() increment >> counter ICMP6_MIB_OUTMSGS. >> >> This patch remove the increment fro

Re: [PATCH 1/2] IPV6: ICMP6_MIB_OUTMSGS increment duplicated

2008-01-21 Thread David Miller
From: Wang Chen <[EMAIL PROTECTED]> Date: Mon, 21 Jan 2008 17:46:32 +0800 > [IPV6]: ICMP6_MIB_OUTMSGS increment duplicated > > icmpv6_send() calls ip6_push_pending_frames() indirectly. > Both ip6_push_pending_frames() and icmpv6_send() increment > counter ICMP6_MIB_OUTMSGS. > > This patch remove

Re: [PATCH 1/2] IPV6: ICMP6_MIB_OUTMSGS increment duplicated

2008-01-21 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Mon, 21 Jan 2008 17:46:32 +0800), Wang Chen <[EMAIL PROTECTED]> says: > [IPV6]: ICMP6_MIB_OUTMSGS increment duplicated > > icmpv6_send() calls ip6_push_pending_frames() indirectly. > Both ip6_push_pending_frames() and icmpv6_send() increment > counter ICMP6_MIB

[PATCH 1/2] IPV6: ICMP6_MIB_OUTMSGS increment duplicated

2008-01-21 Thread Wang Chen
[IPV6]: ICMP6_MIB_OUTMSGS increment duplicated icmpv6_send() calls ip6_push_pending_frames() indirectly. Both ip6_push_pending_frames() and icmpv6_send() increment counter ICMP6_MIB_OUTMSGS. This patch remove the increment from icmpv6_send. Signed-off-by: Wang Chen <[EMAIL PROTECTED]> --- linux