From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-f67.google.com (mail-ed1-f67.google.com [209.85.208.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 4216B3B29E for ; Tue, 22 Jan 2019 09:23:10 -0500 (EST) Received: by mail-ed1-f67.google.com with SMTP id b14so19423789edt.6 for ; Tue, 22 Jan 2019 06:23:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=FnWMso9Vk8AMzqevF7HXk0yBTGOj0AJULkcRWebb7Vg=; b=VYLVpN6IIBunmiaiwP8ZRuJdsrBWim2k0A+YYgNZF9PUJJOY73v48ldVNakhEXaS2g vnoof9s9hzKZvHvjuWz1hdZxqKjDg1slAIONx9uCRqf/ggngtAVE1fLUXAb4usN0KX0a d3GryU2aC0uZxIdxhlnbsZzZo6/25D6oGYj0UI1iWM6cDkXwrDYvDjuG4dPl8qlFtjA5 d5wCGRnGEKotRjjkRx4ACS+5NjkLQMHO30GvDvqIpBeQcfS4gNf0ERyma7rP0A1a2UJl RizME0MsnBrKxnpzJF7WP02JFvbFG5yzTK5aWwHLgFwMVK/jcIsTGhDPOSaZrSaHwGoK 5IBw== X-Gm-Message-State: AJcUukevR2VvgVW97SpkrBbLWZZggVgeByFtTP5zb8KgyizBkGjUYG1X tSom0ZXPor4RTTJVcBpXh/aj+w== X-Google-Smtp-Source: ALg8bN7WfYLQHK/edfRIsSWl3W7U3nEJYQP3wrjc1tl1bw8fEahQ780DMboguq6zqZsq+nQjDCDhfA== X-Received: by 2002:a17:906:b243:: with SMTP id ce3-v6mr28322878ejb.87.1548166989403; Tue, 22 Jan 2019 06:23:09 -0800 (PST) Received: from tohojo-x1-rh.localdomain (borgediget.toke.dk. [85.204.121.218]) by smtp.gmail.com with ESMTPSA id z13-v6sm5208673ejx.4.2019.01.22.06.23.08 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 22 Jan 2019 06:23:08 -0800 (PST) Received: by tohojo-x1-rh.localdomain (Postfix, from userid 1000) id 584F01833C1; Tue, 22 Jan 2019 15:23:07 +0100 (CET) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= To: linux-wireless@vger.kernel.org Cc: Rajkumar Manoharan , ath10k@lists.infradead.org, make-wifi-fast@lists.bufferbloat.net In-Reply-To: <20190122142019.21417-2-toke@redhat.com> References: <20190122142019.21417-1-toke@redhat.com> <20190122142019.21417-2-toke@redhat.com> X-Clacks-Overhead: GNU Terry Pratchett Date: Tue, 22 Jan 2019 15:23:07 +0100 Message-ID: <87r2d422lw.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Tue, 22 Jan 2019 14:18:22 -0500 Subject: Re: [Make-wifi-fast] [PATCH v7 1/4] mac80211: Expose ieee80211_schedule_txq() function X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2019 14:23:10 -0000 Toke H=C3=B8iland-J=C3=B8rgensen writes: > Since we reworked ieee80211_return_txq() so it assumes that the caller > takes care of logging, we need another function that can be called without > holding any locks. Introduce ieee80211_schedule_txq() which serves this > purpose. Hmm, messed up the version number on this one, sorry about that. It was supposed to be v6 along with the rest... -Toke