From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 136B750242; Wed, 10 Jan 2024 22:24:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="b88GyTBR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 09EEEC433C7; Wed, 10 Jan 2024 22:24:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1704925470; bh=AoQukHVcIbmk0qSi1i/n2ripa6DEo4EtqV+Fsg0EiLo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=b88GyTBR19+wvSfALyqT9ZOU+D8F7q/RzFN/2ZDwFNEmzFg1uFbOu78QHWfCR7Wf8 PQ4S8QOraaWZ30Ok6UM1Ip+dGYaFpN0YDaHr1kF24sc3jqPoS+p9W8Cu8xU95SpG8O LcJpF836kf+paYwZBvE4hgtvjlF57TuXbpQa8GYL7DWo9BJeoAFDI/It7e817rL/1E ZeCywLE55Ds+lFCQygYvV3xr7fvo2VlvRx03e9qF6RGxLUSYgPtDj3+wAY7HS52ikn EYyeKITstDwkMW3mHObAi+F3XMhxOT73IXQqlxkpohel9EImhm2p2Xxz8+YD2ODubr M8q9+z+kGORRA== Date: Wed, 10 Jan 2024 14:24:28 -0800 From: Jakub Kicinski To: Luo Jie Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH net-next 00/20] net: ethernet: Add qcom PPE driver Message-ID: <20240110142428.52026d9e@kernel.org> In-Reply-To: <20240110114033.32575-1-quic_luoj@quicinc.com> References: <20240110114033.32575-1-quic_luoj@quicinc.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 10 Jan 2024 19:40:12 +0800 Luo Jie wrote: > The PPE(packet process engine) hardware block is available in Qualcomm > IPQ chipsets that support PPE architecture, such as IPQ9574 and IPQ5332. What's the relationship between this driver and QCA8084? In the last month I see separate changes from you for mdio-ipq4019.c, phy/at803x.c and now this driver (none of which got merged, AFAICT.) Are you actually the author of this code, or are you just trying to upstream bunch of vendor code? Now you're dumping another 10kLoC on the list, and even though this is hardly your first posting you're apparently not aware of our most basic posting rules: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#tl-dr The reviewers are getting frustrated. Please, help us help you. Stop throwing code at the list and work out a plan with Andrew and others on how to get something merged... -- pv-bot: 15cnt pw-bot: cr