Mike Galbraith <umgwanakikb...@gmail.com> wrote:
> 
> homer:/usr/local/src/kernel/linux-3.x.git # time strace -vvvfFtT git remote 
> update 2> /strace.out
> Fetching origin
> 
> real    2m9.164s
> user    0m1.616s
> sys     0m0.316s
> 
> 2 minutes of thumb twiddling should have been..
> 
> homer:/usr/local/src/kernel/linux-3.x.git # time git remote update
> Fetching origin
> 
> real    0m0.213s
> user    0m0.156s
> sys     0m0.036s
> 
> Daemon runs as user git like so, with all repositories living in ~git:
> /usr/lib/git/git-daemon --syslog --detach --reuseaddr --user=git 
> --group=daemon --pid-file=/var/run/git-daemon.pid --export-all --user-path
> 
> Bisected and post bisect verified by applying/removing a revert.

So do you use VXLANs?

If this patch is indeed causing the regression you should be able
to spot some differences in the tcpdump.  Can you confirm this?

Thanks,
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to