Message ID | 20250127162625.20747-1-Alexander@wetzel-home.de |
---|---|
Headers | show
Received: from ns2.wdyn.eu (ns2.wdyn.eu [5.252.227.236]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 1EE2C15E5B8 for <linux-wireless@vger.kernel.org>; Mon, 27 Jan 2025 16:37:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=5.252.227.236 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737995872; cv=none; b=M1Il4QS3O1uaAE+M6kWt2tK0feEmErKoAiChEgi/iOwL7njza/83QxI/1ZEBhWsz5Kt5W4h1CueNhJ2CxDVQfVW6hX+HCVMMxj+WkFzlH16t29Y4Hol6CDuQ0J5/Sh1Xbqd5B+LqkonqPElqFs3D5SDTxTjQYAA+Kb0h376F5vI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737995872; c=relaxed/simple; bh=asvP/s0jkB+sFcFk8fTq/BV6CORl0BH26uPdS8DYRu0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=p3QAOqtdSpMV2GCj1w6cDyMuj/p2kwHKkSqC7aQhBN3cUNtc1YL3HU7QqM/f4yDew76Htp1jKC5tCn7M1u1hrNa2qTdDWawjzjYFndvwA/pmIpWcTElKuAC2d/YM3SU/cMfdDzVfzVyQvMV5dNBfshb4b/rioZbr7i5EgcUP7WA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=wetzel-home.de; spf=pass smtp.mailfrom=wetzel-home.de; dkim=pass (1024-bit key) header.d=wetzel-home.de header.i=@wetzel-home.de header.b=CahGMRhu; arc=none smtp.client-ip=5.252.227.236 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=wetzel-home.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wetzel-home.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=wetzel-home.de header.i=@wetzel-home.de header.b="CahGMRhu" From: Alexander Wetzel <Alexander@wetzel-home.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=wetzel-home.de; s=wetzel-home; t=1737995297; bh=asvP/s0jkB+sFcFk8fTq/BV6CORl0BH26uPdS8DYRu0=; h=From:To:Cc:Subject:Date; b=CahGMRhuEKlEM5m7lbPQQrUJ95GC+wxfZxqzdZIZYi4vz/NTzz8bjz4zXvZwKx0Bg Z1kz2jAWWkEBMA2GcD98o2zR0qPCHA+mWijr7ceuZrOhHppAF7pUnijH2Vnp7EuKnf gD7g6VpiRnp3O004lS6+KpyFawXsPPZLAnqpDnZc= To: linux-wireless@vger.kernel.org Cc: johannes@sipsolutions.net, Alexander Wetzel <Alexander@wetzel-home.de> Subject: [RFC PATCH 00/13] Convert mac80211 to TXQs only Date: Mon, 27 Jan 2025 17:26:12 +0100 Message-ID: <20250127162625.20747-1-Alexander@wetzel-home.de> X-Mailer: git-send-email 2.48.1 Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: <linux-wireless.vger.kernel.org> List-Subscribe: <mailto:linux-wireless+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-wireless+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
Convert mac80211 to TXQs only
|
expand
|
On 1/27/2025 8:26 AM, Alexander Wetzel wrote: > This converts mac80211 to only use TXQs internally, moves TX into > a kthread and picks up some easy optimizations on the way. It would be awesome if the cover letter actually described why these changes are being proposed...