Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp817625pxb; Thu, 15 Apr 2021 07:19:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJybliQQaOVsiG72ebO8wNiUmnWdlHJXcY7bC2jFlwq6TwGH3KHjyWN2dx6fK4YdTaaPqxVc X-Received: by 2002:a63:4a44:: with SMTP id j4mr3604122pgl.283.1618496361008; Thu, 15 Apr 2021 07:19:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618496360; cv=none; d=google.com; s=arc-20160816; b=kPG4MeTlt2GbCoTNfsL3/tyBiOfsTAdjiaCUt6uBrC/fTx5+liJ5/JNMKalARlE3H7 qseEkNBu6SxgWO3re/ODMgolQlhkqnBq//9qFKYL/gZVIpqFDVdnGesbzysfSibwdfiC yteK+MjX9w4w61PH+O2yCXeQ+YY7xxCAIzyYAgD1Qcm2IAc4owwfyTi9rB5V/E+UFKQS AKEp4IamIYunxBs2etQ5S0d7qWDpw9+xntel26VJGCu+wSY7xaEDu0pyQVaZWsfdY/wc 80MYuSRUrp2Sg7QDpL1CoxdeWaSj4nXBi5Tj1Pw58JAzJ8z0we+GrnkyC0sgIGH+nXgz 5AEA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-language:content-transfer-encoding :mime-version:user-agent:date:message-id:to:subject:from; bh=gwdWPMm9Cm/HCCThfk31lWlW+/BrEpTvAkHWyrjg238=; b=ydpoEWVu/yoILQW3YPnQAYxmMY/daavLoxGOvra0GVGtNfLSBS2OBrah+75N7Kzp8S QGVHlOgjyFZTltKyN//QoDq+sS+G9uXZMqastjXhI9wMO4rs9l2bU/mJUbtLKno0tM/D Q/Bdh7azDcni4O+rxYgXjbWQ+65ywe3YBZtugKNrcmHR4JVxJLiSaUlS0t5KVXdWP03b kInOks0fkJxctgH2l9Y+PNWFsEi+oENKT4rDqa/ZSBZKvW2/VjBtNHZg0goWjgJLXt5j 3ZagYs3fW9O0oik2Fvp/6wYFF+zsinBlzThfKyoW6o3Uvl+VLZBNs0QkHUlfe5OheIH4 MQfg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b7si3584883pgs.406.2021.04.15.07.19.01; Thu, 15 Apr 2021 07:19:20 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233013AbhDOOQz (ORCPT + 99 others); Thu, 15 Apr 2021 10:16:55 -0400 Received: from mail.ovgu.de ([141.44.1.66]:41176 "EHLO mail.ovgu.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230056AbhDOOQz (ORCPT ); Thu, 15 Apr 2021 10:16:55 -0400 X-Greylist: delayed 535 seconds by postgrey-1.27 at vger.kernel.org; Thu, 15 Apr 2021 10:16:54 EDT Received: from [192.168.0.198] (wh5-67.st.uni-magdeburg.de [141.44.165.67]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.ovgu.de (Postfix) with ESMTPSA id CDF99A0257 for ; Thu, 15 Apr 2021 16:07:35 +0200 (CEST) From: Johannes Behrens Subject: Adding a fifth edca tx queue To: linux-wireless@vger.kernel.org Message-ID: Date: Thu, 15 Apr 2021 18:07:32 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Hi, currently I am planning to implement a fifth edca tx-queue in the kernel for research purposes for special requirements on the tactile internet. Now I am facing the challenge that I cannot find any actual hardware on which I can implement another queue. Do you have any tips for me there? I have already dug through the code of some drivers of Linux, but usually it fails because of the firmware of the WIFI chipsets, which does not support this. Many thanks and greetings Johannes