From e179dd622b2c34e74c6ad1f4ce0fdd9493d91332 Mon Sep 17 00:00:00 2001 From: Keith M Wesolowski Date: Fri, 19 Jan 2018 09:40:33 -0500 Subject: 5123 IP DCE does not scale - part deux Reviewed by: Dan McDonald Reviewed by: Avnindra Singh Reviewed by: Sanjay Pokhriyal Approved by: Gordon Ross --- usr/src/uts/common/inet/ip/ip_attr.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usr/src') diff --git a/usr/src/uts/common/inet/ip/ip_attr.c b/usr/src/uts/common/inet/ip/ip_attr.c index 85ee142dfc..c350d67c2d 100644 --- a/usr/src/uts/common/inet/ip/ip_attr.c +++ b/usr/src/uts/common/inet/ip/ip_attr.c @@ -909,6 +909,11 @@ ixa_safe_copy(ip_xmit_attr_t *src, ip_xmit_attr_t *ixa) */ if (ixa->ixa_free_flags & IXA_FREE_CRED) crhold(ixa->ixa_cred); + + /* + * There is no cleanup in progress on this new copy. + */ + ixa->ixa_tcpcleanup = IXATC_IDLE; } /* -- cgit v1.2.3