From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-180.mta1.migadu.com (out-180.mta1.migadu.com [95.215.58.180]) (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 2F8213B2FFF for ; Wed, 15 Apr 2026 13:42:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776260550; cv=none; b=eyqa6N504L7tlPwYmlYaVKihrknMHygBuUqs68YBdU/H1uNR6sEwpGI1gb+ilIriANQxD+gbDPTGWgKT4Nvi8xPH/tbZ3uZygwdvv7WQwmjSIQdpKC2k4c46m2+spBArkpWBneGV7QdhBcbDtgS+5RJFU8zLH2dMFw2KUaE2GnI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776260550; c=relaxed/simple; bh=yXz3IHmHw32KcF6mPZgwa4GmacNrE3CcrPZo91cUb7Q=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=LCurXu7BIN0Az8W2BuNF2FUSEmyaCAkICezSETIBWnybnUsuk7922bdHNcLAk21UkfpSVcdxjY5c4jfVi3XZ7zUdqC7/S+Vt//Q4dNfzzBT2Jz+YxP0idbr94BoMaWaZ4o/8pyQISkZDyQw26ZS4gSfUx560edL47V7m3gj/LO4= 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=eBiP7Kuf; arc=none smtp.client-ip=95.215.58.180 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="eBiP7Kuf" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1776260547; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=O5oIioMHr7aD6sCHzsChx22C5Y/zbhyOkdBb96sokfI=; b=eBiP7Kuf/sIaaOhuCg3k3OZvoT7dcRd0/qBKbsngdMPrh6MvmlNlA8LHbWNMQhOxqKChTG uVkBjGh9QJTnHROFAoHdBs0pJssriDcDt5ytgFR7tzUE0FR2p0HVcIEOjyq2O6xxq2d7EX jhwHDx27h1Gq6UhhOKRoXos0jJ1umsU= Date: Wed, 15 Apr 2026 21:42:09 +0800 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH net v6 1/2] flow_dissector: do not dissect PPPoE PFC frames To: linux-ppp@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , netdev@vger.kernel.org, linux-kernel@vger.kernel.org References: <20260415022456.141758-1-qingfang.deng@linux.dev> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Qingfang Deng In-Reply-To: <20260415022456.141758-1-qingfang.deng@linux.dev> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT The patch state is "Changes Requested" in patchwork but I haven't received any feedback. Was it set by mistake?