From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B538C4167B for ; Mon, 30 Oct 2023 06:31:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231621AbjJ3Gby (ORCPT ); Mon, 30 Oct 2023 02:31:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41808 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231459AbjJ3Gbu (ORCPT ); Mon, 30 Oct 2023 02:31:50 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B43DD67 for ; Sun, 29 Oct 2023 23:31:11 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 05D4DC433C8; Mon, 30 Oct 2023 06:31:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698647470; bh=mG4hdp7IHrT4ZQqHYQv1gv+qd3IAd5Xgre7bwsKrd94=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QfTZWcsu5wYJwtIeyyX5O80pKbZUbPVYnWPEfyf4/vd8d+5iIy2GUFPCqCp0gBlFr zxObu68aQB+DmUo5gbMunrsTKcozUaMnxXxAtWb+CBBf6gO6T5m5T6tVa7FVT7dZWb xH+rWuZ4vsVUebl0kv2At89MlDcSAIhKB+ADQDVDQ4rwHcsRtYTkyAOf7VeWBSxQwR vaqrlBG/z7nd3KdMJvtzI14qPuzOeoDd3mdDH+muDIoM8iSQA+UgP/2P0/TVfPLHid 8+bUV8d2imtbhxasZCq5TbS/0puEFJKYHxZd2uqSovu5cXqji/h66MC5L0QJAFIrnD RFJgGXHxMnwgw== Date: Sun, 29 Oct 2023 23:31:08 -0700 From: Jakub Kicinski To: Shinas Rasheed Cc: , , , , , , , , , , Subject: Re: [PATCH net-next v3 0/4] Cleanup and optimizations to transmit code Message-ID: <20231029233108.0bac2231@kernel.org> In-Reply-To: <20231027121639.2382565-1-srasheed@marvell.com> References: <20231027121639.2382565-1-srasheed@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 27 Oct 2023 05:16:35 -0700 Shinas Rasheed wrote: > Pad small packets to ETH_ZLEN before transmit, cleanup dma sync calls, > add xmit_more functionality and then further remove atomic > variable usage in the prior. ## Form letter - net-next-closed The merge window for v6.7 has begun and we have already posted our pull request. Therefore net-next is closed for new drivers, features, code refactoring and optimizations. We are currently accepting bug fixes only. Please repost when net-next reopens after Nov 12th. RFC patches sent for review only are obviously welcome at any time. See: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#development-cycle -- pw-bot: defer