From: Pauli Virtanen <pav@iki.fi>
To: linux-bluetooth@vger.kernel.org
Cc: Pauli Virtanen <pav@iki.fi>
Subject: [PATCH BlueZ 0/3] Add io watcher to be used with TX timestamping
Date: Sun, 9 Feb 2025 12:46:01 +0200 [thread overview]
Message-ID: <cover.1739097949.git.pav@iki.fi> (raw)
This is rebase of a patchset sent earlier, for making BlueZ tolerate
TX timestamps in MSG_ERRQUEUE so it does not mistake them for errors.
This was one of the two ways to deal with this issue. The other one
would add a kernel sockopt() that disables (some or all) errqueue
wakeups. For that, it might make sense to add it not only for
Bluetooth, but I did not work on this, so no such patch exists.
Don't know which one of these would be the preferable one.
Pauli Virtanen (3):
shared/io-glib: add watcher to be used with TX timestamping
avdtp: don't consider TX timestamps as errors
bap: don't consider TX timestamps as errors
Makefile.am | 1 +
acinclude.m4 | 3 +-
configure.ac | 2 +-
profiles/audio/avdtp.c | 5 +-
profiles/audio/bap.c | 14 ++--
src/shared/bap.c | 3 +
src/shared/io-glib.c | 157 ++++++++++++++++++++++++++++++++++++++++-
src/shared/io-glib.h | 20 ++++++
8 files changed, 195 insertions(+), 10 deletions(-)
create mode 100644 src/shared/io-glib.h
--
2.48.1
next reply other threads:[~2025-02-09 10:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-09 10:46 Pauli Virtanen [this message]
2025-02-09 10:46 ` [PATCH BlueZ 1/3] shared/io-glib: add watcher to be used with TX timestamping Pauli Virtanen
2025-02-09 11:12 ` Add io " bluez.test.bot
2025-02-10 15:13 ` [PATCH BlueZ 1/3] shared/io-glib: add " Luiz Augusto von Dentz
2025-02-10 18:15 ` Pauli Virtanen
2025-02-10 18:33 ` Luiz Augusto von Dentz
2025-02-12 17:58 ` Pauli Virtanen
2025-02-11 0:10 ` Add io " bluez.test.bot
2025-02-09 10:46 ` [PATCH BlueZ 2/3] avdtp: don't consider TX timestamps as errors Pauli Virtanen
2025-02-09 10:46 ` [PATCH BlueZ 3/3] bap: " Pauli Virtanen
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=cover.1739097949.git.pav@iki.fi \
--to=pav@iki.fi \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.