From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 A07173B19AC; Tue, 23 Jun 2026 21:50:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782251430; cv=none; b=WDkP/0b6iQRBX1e/a+0H73Z7HZPrJx2Jnwpb4CZr3mDfPbmiQiF9duK/aFP32HRPHGFPIvRjLzLVtPV8Iw55+NLJAKV5nWxVFJ+Y2bfh4+pzJPMGx+LNLpQ5k57LLlk1DzU6ThXpdcIEZfVS6DSBTyRyHcFLynVIiRVo4hSbYV8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782251430; c=relaxed/simple; bh=QFaoAGKmu+8tZ4o7d8snjpPzQdqT+GA58dwrd+aLDlQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=iMZBjni8AHkjheU2J2t7lN1lxMVoN7EgUWlUweHsacPkyQtHPmsoK7AmXUTdf4zPRkvQc6/cxhdZtroTLuKMR2iOq7fmk9iwtUVWguv6LIgK9sMwR2FDvrwwB7XxG0QG8cWADtohWkgrvYdFBaVg6u8yZtcspLw7DjRYLqldctk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=K1aVNYNx; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="K1aVNYNx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 712271F000E9; Tue, 23 Jun 2026 21:50:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782251429; bh=+LXSocJl1DkUecLpKUrBX/5IU8myxKdn4oCv6XfckMg=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=K1aVNYNxSseuSmNJu3SIiuKdy9KPhkniusTgjlTF1i9b6Cy7e7vBDCuq/g5ciPwf1 GM56/nloS2qyhhPo9txQEeMbWecUnD6ea8RJgfRX36ZTPIrUQPlVR05rwdnZxnsGrv ytfVgMYhGS180l2MIiL6QEnWtFDbjPNmBfmrITAj805s6JtnVAfMxyMlqRWGN7A57p 4vf76bMfM/0lJ2/37X5l7j9PQW085LN3i/cDRrZxKdYEamZU+cwT8h6204WDpEj8aA I+Hvu7huQnDp8KAu28FFr53eyfmzRL/j6LXbUW27F8DUXxtvKigfXmnLpnqbqqtsLB meRSLNOaq+KWQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 198D9393101D; Tue, 23 Jun 2026 21:50:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2] net: ti: icssg: Fix XSK zero copy TX during application wakeup From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178225141876.2433118.2854305018338051876.git-patchwork-notify@kernel.org> Date: Tue, 23 Jun 2026 21:50:18 +0000 References: <20260618100348.2209907-1-m-malladi@ti.com> In-Reply-To: <20260618100348.2209907-1-m-malladi@ti.com> To: Meghana Malladi Cc: diogo.ivo@siemens.com, vadim.fedorenko@linux.dev, haokexin@gmail.com, devnexen@gmail.com, horms@kernel.org, jacob.e.keller@intel.com, pabeni@redhat.com, kuba@kernel.org, edumazet@google.com, davem@davemloft.net, andrew+netdev@lunn.ch, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, srk@ti.com, vigneshr@ti.com, rogerq@kernel.org, danishanwar@ti.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 18 Jun 2026 15:33:48 +0530 you wrote: > emac_xsk_xmit_zc() handles tx xmit for zero copy and gets called > inside napi context. User application wakes up the kernel while > initiating the transmit which triggers napi to start processing > the tx packets. The num_tx check inside emac_tx_complete_packets() > returns early if no packet transfer happen hindering the call > to emac_xsk_xmit_zc(). Remove this check to let application > wakeup initiate zero copy xmit traffic. > > [...] Here is the summary with links: - [net,v2] net: ti: icssg: Fix XSK zero copy TX during application wakeup https://git.kernel.org/netdev/net/c/d95ea4bc09e8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html