From patchwork Mon Aug 13 23:13:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rajkumar Manoharan X-Patchwork-Id: 10564945 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1191B139A for ; Mon, 13 Aug 2018 23:13:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EDB0429339 for ; Mon, 13 Aug 2018 23:13:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DF38229338; Mon, 13 Aug 2018 23:13:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7D9A229338 for ; Mon, 13 Aug 2018 23:13:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731909AbeHNB6H (ORCPT ); Mon, 13 Aug 2018 21:58:07 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:51524 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730203AbeHNB6H (ORCPT ); Mon, 13 Aug 2018 21:58:07 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 6B5EE6079C; Mon, 13 Aug 2018 23:13:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1534202024; bh=Hd+MXu33KuOnr+hGUSnHA78p2CWZ3nPR+vl/BXZ44eU=; h=From:To:Cc:Subject:Date:From; b=TimzGexlwrp+D3n2iLP5L0V3wC5LWBEUiK53xk7vnul9GLk5duaqwSHFneM/834wX NbRsgnhuvlULQQGaqMYjLSfm5eJ+5nu/fj4CLMtlZJI1sSuYxfrQo1biKNEU1pFFix 6D9iG0D2anxlUHPe/TQxOHF7BzQd5lhTHjavNtKg= Received: from smtp.codeaurora.org (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: rmanohar@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 0528D60213; Mon, 13 Aug 2018 23:13:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1534202024; bh=Hd+MXu33KuOnr+hGUSnHA78p2CWZ3nPR+vl/BXZ44eU=; h=From:To:Cc:Subject:Date:From; b=TimzGexlwrp+D3n2iLP5L0V3wC5LWBEUiK53xk7vnul9GLk5duaqwSHFneM/834wX NbRsgnhuvlULQQGaqMYjLSfm5eJ+5nu/fj4CLMtlZJI1sSuYxfrQo1biKNEU1pFFix 6D9iG0D2anxlUHPe/TQxOHF7BzQd5lhTHjavNtKg= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 0528D60213 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=rmanohar@codeaurora.org Received: by smtp.codeaurora.org (sSMTP sendmail emulation); Mon, 13 Aug 2018 16:13:42 -0700 From: Rajkumar Manoharan To: johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org, Rajkumar Manoharan Subject: [RFC 0/3] mac80211: handle push-pull path in ATF Date: Mon, 13 Aug 2018 16:13:28 -0700 Message-Id: <1534202011-13101-1-git-send-email-rmanohar@codeaurora.org> X-Mailer: git-send-email 1.9.1 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Toke, Here are my pending changes on top of your 1st version of ATF. I am posting these RFCs for more feedback. I havn't posted ath10k changes and planned to do it later. Kindly review. -Rajkumar Rajkumar Manoharan (3): mac80211: make airtime txq list per ac mac80211: pause txq transmission on negative airtime deficit mac80211: add ieee80211_reorder_txq include/net/mac80211.h | 15 ++++++++ net/mac80211/debugfs_sta.c | 7 ++-- net/mac80211/ieee80211_i.h | 3 +- net/mac80211/main.c | 3 +- net/mac80211/sta_info.c | 9 +++++ net/mac80211/tx.c | 87 +++++++++++++++++++++++++++++++++++----------- 6 files changed, 98 insertions(+), 26 deletions(-)