From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eidolon.nox.tf (eidolon.nox.tf [185.142.180.128]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C894D3F410E; Tue, 14 Jul 2026 09:48:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.142.180.128 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784022530; cv=none; b=FQnWwHWqbNuDcFxBjYyV/Ovb1mphTMQl5rb6wJ6YZMqyJy0KBxw3Y1Y96yJ2Wq8IXX7+030jluVfEvOPbwunEXjQ2guSbXSYTyVLmx0quJF3Ic2molGMb3lEJV0DSPvRp1v9vKA3C77OZJOA69YoIcbJHCe8L9VPyV9z13A439k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784022530; c=relaxed/simple; bh=+b6y8vPsh5H7XMMTd6eWY7WfDqrtswREAhLvm3JmIJg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=sMk8qCS+Z7CEpc7JSrEypjQTvqAp44c5CBucLx23irdqSaKuFAnNvg3O+qBolfl0/UPn+Hw/29IwjnW6Cg6iGRTNU/2FLzLcOVfaSfr1IoNm6u/uBAFP8nUU8tYzZVncOVBx3w/Y+qWw7ogDLNLn3fpuOB6rB6ZwBx2281YGVpE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=diac24.net; spf=pass smtp.mailfrom=diac24.net; arc=none smtp.client-ip=185.142.180.128 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=diac24.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=diac24.net Received: from equinox by eidolon.nox.tf with local (Exim 4.98.2) (envelope-from ) id 1wjZkp-000000022nW-3G5g; Tue, 14 Jul 2026 11:48:43 +0200 Date: Tue, 14 Jul 2026 11:48:43 +0200 From: David 'equinox' Lamparter To: Geliang Tang Cc: Matthieu Baerts , Mat Martineau , netdev@vger.kernel.org, mptcp@lists.linux.dev Subject: Re: [PATCH net-next v2] mptcp: sockopt: implement IPV6_TCLASS Message-ID: References: <20260713135551.569365-1-equinox@diac24.net> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Jul 14, 2026 at 10:22:12AM +0800, Geliang Tang wrote: > Thanks for your patch. However there is already a version under review > on the MPTCP mailing list that adds IPV6_TCLASS [1] (as well as IP_TTL > and IPV6_UNICAST_HOPS). > > https://patchwork.kernel.org/project/mptcp/patch/2617b8684039574734b8622936ef126d6a7cd519.1754986785.git.tanggeliang@kylinos.cn/ Darn, I looked for patches for this & didn't find any, but I've also been carrying this locally for a bit. Anything I can do to help get your patch moving? -equi