Linux bluetooth development
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: "Ilia, Kolominsky" <iliak@ti.com>,
	"linux-bluetooth@vger.kernel.org"
	<linux-bluetooth@vger.kernel.org>
Subject: Re: Implementation of name-resolve procedures in mgmtops
Date: Tue, 1 Nov 2011 15:52:25 +0200	[thread overview]
Message-ID: <20111101135225.GA13355@fusion.localdomain> (raw)
In-Reply-To: <20111101134757.GA13263@fusion.localdomain>

Hi,

On Tue, Nov 01, 2011, Johan Hedberg wrote:
> > > Each "unknown name" device that user-space tells the kernel about gets
> > > added to a list and once the currently ongoing inquiry finishes the
> > > kernel proceeds with trying to resolve the name for each device in the
> > > list, one at a time. For efficiency, this list should be sorted by
> > > strongest RSSI first so that devices which are with a higher likelihood
> > > closer to us get their names resolved first. The kernel will also wait
> > > a
> > > few seconds (2 sounds like an ok value?) if user space hasn't yet
> > 
> > Do we really need to wait here? - if this is to allow human interaction
> > then 2 sec will be not enough anyway, if this is to allow the ack for
> > the last ( the assumption is that the user will decide whether to ack or
> > not on more or less sequential way ) discovered device, then,
> > 2 sec is an overkill, so 1 or even 0.5 I think may be enough.
> 
> It's for the later case (e.g. for inquiry results that come right before
> the inquiry complete event). The question then is, for a system under
> heavy load what is a reasonable expectation to schedule in bluetoothd,
> let it respond to the event and send the command and then schedule the
> part of the kernel that handles the command from from bluetoothd. Maybe
> 1 second is enough, but there really isn't any single right answer for
> this.

Actually there are two more context switches involved which probably
introduce the most latency into the whole procedure: each time
bluetoothd gets a device_found event with confirm_name set to 1 it'll
need to access the file-system in /var/lib/bluetooth to check if the
name is stored there.

Johan

  reply	other threads:[~2011-11-01 13:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <7769C83744F2C34A841232EF77AEA20C01DCC8D2B7@dnce01.ent.ti.com>
2011-11-01 13:37 ` Implementation of name-resolve procedures in mgmtops Ilia, Kolominsky
2011-11-01 13:47   ` Johan Hedberg
2011-11-01 13:52     ` Johan Hedberg [this message]
2011-11-01 13:58       ` Ilia, Kolominsky
2011-11-01 14:11         ` Ganir, Chen
2011-11-01 15:15           ` Luiz Augusto von Dentz
2011-11-01 15:20           ` Johan Hedberg
2011-11-01 15:00         ` Ganir, Chen
2011-11-01 15:04           ` Ilia, Kolominsky
2011-10-31 14:14 Ilia, Kolominsky
2011-11-01 10:07 ` Johan Hedberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111101135225.GA13355@fusion.localdomain \
    --to=johan.hedberg@gmail.com \
    --cc=iliak@ti.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox