Re: [PATCH] tcp: md5 signature check scaling

From: Dmitry Popov
Date: Wed Oct 27 2010 - 09:18:50 EST


On Wed, Oct 27, 2010 at 5:00 PM, Eric Dumazet <eric.dumazet@xxxxxxxxx> wrote:
>
> This is a huge patch :(
>
> Reading changelog, I dont understand what you did, and why you did this.
>
> You want to avoid taking the socket lock ? But we need to take it anyway
> to process packets.

Hi.

Well, I removed the dependence on socket lock from md5* functions. Yes
we need to take it to process packets, but sockets in LISTEN state may
process them without socket lock(patch coming soon). And I find md5
signature check scaling interesting even without LISTEN state scaling
patch.

Regards,
Dmitry.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/