From patchwork Fri Jun 6 10:18:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kiran Kumar Raparthy X-Patchwork-Id: 31474 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-ob0-f199.google.com (mail-ob0-f199.google.com [209.85.214.199]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id B263E203C3 for ; Fri, 6 Jun 2014 10:18:45 +0000 (UTC) Received: by mail-ob0-f199.google.com with SMTP id wm4sf10974056obc.10 for ; Fri, 06 Jun 2014 03:18:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:sender:precedence:list-id:x-original-sender :x-original-authentication-results:mailing-list:list-post:list-help :list-archive:list-unsubscribe; bh=uoLsOY48AZrhoHuQOlbxui8rkSXfHhCNHhmsQgF798k=; b=md9rjnFwaIq95Q/IsMFRczQ4s72NeH6QQg3pc13uj/hYG2r9LXhMarV3Z7yN19pzBz F1SvrJDFWPLkGfZ0DEohVOXQfdKmBApJlZgGJSMQUWv1J/dBNo+qcsRZlsahIXL3rbya p+5Pi+4XuvT47Mra48t2AiDe0B+7VgmR4LpHCECbhgdgDBRkjH3sd4OixKX0PR0LFBTG sEbMXFq13ZyZx7K3CtomtGKQqjRp44MM9R08FyDMHQhrViPTWEGpMNnCH2+0DKTNvIzU TtgPAfERrSpVQNa9+UVz/H+uhRBu9H53k9//MCLhISLHfqmaufDNbeNXE6ZNic1ed56i TwlQ== X-Gm-Message-State: ALoCoQlVXEVmblgqK0KOAya0ymnGOGgJUNvbagoobdsYRNB8Vwh8/pPYmS/AV1oBymOXzbl/a7dC X-Received: by 10.43.173.71 with SMTP id ob7mr2371102icc.19.1402049924852; Fri, 06 Jun 2014 03:18:44 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.140.23.7 with SMTP id 7ls608810qgo.60.gmail; Fri, 06 Jun 2014 03:18:44 -0700 (PDT) X-Received: by 10.52.235.97 with SMTP id ul1mr2381934vdc.87.1402049924713; Fri, 06 Jun 2014 03:18:44 -0700 (PDT) Received: from mail-ve0-f177.google.com (mail-ve0-f177.google.com [209.85.128.177]) by mx.google.com with ESMTPS id q8si5802641vds.13.2014.06.06.03.18.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 06 Jun 2014 03:18:44 -0700 (PDT) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.128.177 as permitted sender) client-ip=209.85.128.177; Received: by mail-ve0-f177.google.com with SMTP id db11so2780158veb.22 for ; Fri, 06 Jun 2014 03:18:44 -0700 (PDT) X-Received: by 10.221.7.71 with SMTP id on7mr3744142vcb.18.1402049924622; Fri, 06 Jun 2014 03:18:44 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patch@linaro.org Received: by 10.221.54.6 with SMTP id vs6csp85997vcb; Fri, 6 Jun 2014 03:18:44 -0700 (PDT) X-Received: by 10.58.216.163 with SMTP id or3mr545234vec.80.1402049923966; Fri, 06 Jun 2014 03:18:43 -0700 (PDT) Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id bw4si18600117pbd.160.2014.06.06.03.18.43; Fri, 06 Jun 2014 03:18:43 -0700 (PDT) Received-SPF: none (google.com: linux-bluetooth-owner@vger.kernel.org does not designate permitted sender hosts) client-ip=209.132.180.67; Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752688AbaFFKSm (ORCPT ); Fri, 6 Jun 2014 06:18:42 -0400 Received: from mail-ie0-f181.google.com ([209.85.223.181]:65374 "EHLO mail-ie0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752678AbaFFKSj (ORCPT ); Fri, 6 Jun 2014 06:18:39 -0400 Received: by mail-ie0-f181.google.com with SMTP id rp18so2239467iec.12 for ; Fri, 06 Jun 2014 03:18:38 -0700 (PDT) X-Received: by 10.50.13.4 with SMTP id d4mr7168138igc.11.1402049918438; Fri, 06 Jun 2014 03:18:38 -0700 (PDT) Received: from c-krapar-linux.ap.qualcomm.com ([202.46.23.54]) by mx.google.com with ESMTPSA id jd5sm34035773pbb.18.2014.06.06.03.18.34 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 06 Jun 2014 03:18:37 -0700 (PDT) From: Kiran Kumar Raparthy To: linux-kernel@vger.kernel.org Cc: Nick Pelly , Marcel Holtmann , Gustavo Padovan , Johan Hedberg , "David S. Miller" , linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org, Android Kernel Team , John Stultz , Kiran Raparthy Subject: [RFC] Bluetooth: Add ACL MTU, available buffers and total buffers to hci_conn_info. Date: Fri, 6 Jun 2014 15:48:00 +0530 Message-Id: <1402049880-7686-1-git-send-email-kiran.kumar@linaro.org> X-Mailer: git-send-email 1.8.2.1 Sender: linux-bluetooth-owner@vger.kernel.org Precedence: list List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: kiran.kumar@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.128.177 as permitted sender) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , From: Nick Pelly Add ACL MTU, available buffers and total buffers to hci_conn_info. This provides userspace debugging tools access to ACL flow control state. This is one of the number of patches from the Android AOSP common.git tree, which is used on almost all Android devices. so I wanted to submit it for review to see if it should go upstream. Cc: Marcel Holtmann Cc: Gustavo Padovan Cc: Johan Hedberg Cc: David S. Miller Cc: linux-bluetooth@vger.kernel.org Cc: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: Android Kernel Team Cc: John Stultz Signed-off-by: Nick Pelly [kiran: Added context to commit message] Signed-off-by: Kiran Raparthy --- include/net/bluetooth/hci.h | 3 +++ net/bluetooth/hci_conn.c | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index be150cf..67dc0fb 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -1830,6 +1830,9 @@ struct hci_conn_info { __u8 out; __u16 state; __u32 link_mode; + __u32 mtu; + __u32 cnt; + __u32 pkts; }; struct hci_dev_req { diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c index 521fd4f..c2ba0fe 100644 --- a/net/bluetooth/hci_conn.c +++ b/net/bluetooth/hci_conn.c @@ -1064,6 +1064,15 @@ int hci_get_conn_list(void __user *arg) (ci + n)->out = c->out; (ci + n)->state = c->state; (ci + n)->link_mode = c->link_mode; + if (c->type == SCO_LINK) { + (ci + n)->mtu = hdev->sco_mtu; + (ci + n)->cnt = hdev->sco_cnt; + (ci + n)->pkts = hdev->sco_pkts; + } else { + (ci + n)->mtu = hdev->acl_mtu; + (ci + n)->cnt = hdev->acl_cnt; + (ci + n)->pkts = hdev->acl_pkts; + } if (++n >= req.conn_num) break; } @@ -1100,6 +1109,15 @@ int hci_get_conn_info(struct hci_dev *hdev, void __user *arg) ci.out = conn->out; ci.state = conn->state; ci.link_mode = conn->link_mode; + if (req.type == SCO_LINK) { + ci.mtu = hdev->sco_mtu; + ci.cnt = hdev->sco_cnt; + ci.pkts = hdev->sco_pkts; + } else { + ci.mtu = hdev->acl_mtu; + ci.cnt = hdev->acl_cnt; + ci.pkts = hdev->acl_pkts; + } } hci_dev_unlock(hdev);