Re: [PATCH 1/1] net: Add SO_REUSEPORT_LISTEN_OFF socket option as drain mode
From: Tom Herbert <hidden>
Date: 2015-11-11 05:41:55
From: Tom Herbert <hidden>
Date: 2015-11-11 05:41:55
Tolga, are you still planning to respin this patch (when tree opens?) Thanks, Tom On Sat, Sep 26, 2015 at 7:24 PM, Eric Dumazet [off-list ref] wrote:
On Sat, 2015-09-26 at 19:02 -0700, Tolga Ceylan wrote:quoted
By keeping hiscore/matches as is, I'm trying to keep the hashing consistent. Otherwise, this would behave similar to removing a listener which drops connections.Right, this problem will soon disappear when listener rewrite is complete. Only SYN packet will have to select a listener. Then when ACK packet comes, the SYN_RECV will be found in ehash table, and req->rsk_listener will be used to get the listener that was chosen at SYN time. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html