From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin KaFai Lau Subject: Re: [PATCH] ipv6: Fix the pmtu path for connected UDP socket Date: Tue, 22 Mar 2016 11:16:43 -0700 Message-ID: <20160322181643.GA56461@kafai-mba.local> References: <20160322060220.GA50824@kafai-mba.local> <20160322173939.GA53936@kafai-mba.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Cong Wang , Wei Wang , Eric Dumazet , David Miller , Eric Dumazet , Linux Kernel Network Developers To: Wei Wang Return-path: Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:12675 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750901AbcCVSRr (ORCPT ); Tue, 22 Mar 2016 14:17:47 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Mar 22, 2016 at 11:03:29AM -0700, Wei Wang wrote: > But one thing here, we will have to generate the same flowi6 in both > ip6_sk_update_pmtu() as well as ip6_update_pmtu(). Is this considered > as a not clean enough fix? If they share common codes to build flowi6, can the common codes be factored out?