From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-173.mta1.migadu.com (out-173.mta1.migadu.com [95.215.58.173]) (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 72F133CDBD8 for ; Thu, 4 Jun 2026 06:35:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780554927; cv=none; b=ss3Ao4Qma0rR1OJhf8MP1wU0B03uIfBRAxuuVMFSwaDxvXbZwShBpO2kvV9lWUDBjyEPBjH+/b4zGVz/7tx2CtcjViJNnomr1tKFRLD1BL8Hy6WPrZ+XXZeRH52rAHZvumiUhr+kdIvEpgyyT/AKJfiDQ0rTuwGOVDb4inXIVDE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780554927; c=relaxed/simple; bh=HGgvWm7/0UGfX/UQWmiozUVCbKqWz18zhSwakXhbxfk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=lBbTyMUm1GY5NpS3MM3vKUeBWWmMeXnLo6Guv5VKW6vCpWegCNnaLb+YZlEBA8idVVboGKEz7pIKLCrskADx6UDNvARzaS/MPmdPS99JhUKynMBjEThmJnOvR88OM4iXzZu2aVO8nXvKEhdw3ExVaM6VxqZkw96CkCqsVXSJuQk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=HJDS7hex; arc=none smtp.client-ip=95.215.58.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="HJDS7hex" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1780554912; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HGgvWm7/0UGfX/UQWmiozUVCbKqWz18zhSwakXhbxfk=; b=HJDS7hex4P+bDQ4/ek//YftQRthJ2CT/jGi0AVnwRo54wmaNqMDqjDf8GGcJdG4iWmxPuc Q12LI9aPtB6El8WgKTFgYatMzclB9obVPjDcB40GPii+KSIp4PWswQO73/zmE5oieAGnr9 1Q9Z0wHHMqsoJuSHvD4Dt97e+YJTnNg= From: Qingfang Deng To: Pablo Neira Ayuso Cc: Qingfang Deng , Florian Westphal , Phil Sutter , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH nf-next] netfilter: flowtable: remove inline segmentation Date: Thu, 4 Jun 2026 14:34:49 +0800 Message-ID: <20260604063452.1338-1-qingfang.deng@linux.dev> In-Reply-To: <20260603025047.32839-1-qingfang.deng@linux.dev> References: <20260603025047.32839-1-qingfang.deng@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Hi Pablo, AI says this may pass GSO packets directly to underlying drivers (as we bypass the ppp interface) and corrupt their packet headers: https://sashiko.dev/#/patchset/20260603025047.32839-1-qingfang.deng@linux.dev Do I need to set skb->encapsulation like you did earlier? Regards, Qingfang