All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH BlueZ 00/10] Convert tools to use ELL library
@ 2020-11-07  7:03 Inga Stotland
  2020-11-07  7:03 ` [RFC PATCH BlueZ 01/10] shared/tester-ell: Create ell-based version of tester code Inga Stotland
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Inga Stotland @ 2020-11-07  7:03 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: luiz.von.dentz, Inga Stotland

This patch set is a part of ongoing effort to remove GLib dependencies
from BlueZ in favor of using ELL library.

bluez/tools subdirectory is chosen as a first candidate since
it provides standalone functionality making it easier to adress the
issues discovered during the conversion process.

The patch set is a snapshot of *some* tools converted to use ELL as well
as ELL based versions of emulator/hciemu-ell.c and shared/tester-ell.c.

Inga Stotland (10):
  shared/tester-ell: Create ell-based version of tester code
  emulator/hciemu: Create ELL based version of hciemu
  tools/gap-tester: Convert to use ELL library
  tools/sco-tester: Convert to use ELL library
  tools/userchan-tester: Convert to use ELL library
  tools/smp-tester: Convert to use ELL library
  tools/bnep-tester: Convert to use ELL library
  tools/l2cap-tester: Convert to use ELL library
  tools/mgmt-tester: Convert to use ELL library
  tools/rfcomm-tester: Convert to use ELL library

 Makefile.am             |   8 +-
 Makefile.tools          |  34 +-
 emulator/hciemu-ell.c   | 564 ++++++++++++++++++++++++++
 src/shared/tester-ell.c | 875 ++++++++++++++++++++++++++++++++++++++++
 tools/bnep-tester.c     |   9 +-
 tools/gap-tester.c      |  87 ++--
 tools/l2cap-tester.c    | 256 ++++++------
 tools/mgmt-tester.c     |   5 +-
 tools/rfcomm-tester.c   |  92 +++--
 tools/sco-tester.c      |  33 +-
 tools/smp-tester.c      |  24 +-
 tools/userchan-tester.c |   2 -
 12 files changed, 1715 insertions(+), 274 deletions(-)
 create mode 100644 emulator/hciemu-ell.c
 create mode 100644 src/shared/tester-ell.c

-- 
2.26.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-11-10 22:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-07  7:03 [RFC PATCH BlueZ 00/10] Convert tools to use ELL library Inga Stotland
2020-11-07  7:03 ` [RFC PATCH BlueZ 01/10] shared/tester-ell: Create ell-based version of tester code Inga Stotland
2020-11-07  7:26   ` Convert tools to use ELL library bluez.test.bot
2020-11-07  7:03 ` [RFC PATCH BlueZ 02/10] emulator/hciemu: Create ELL based version of hciemu Inga Stotland
2020-11-09 18:04   ` Luiz Augusto von Dentz
     [not found]     ` <72f314b5d2b631213d10c48bfd7612e0484e3280.camel@intel.com>
2020-11-10 22:10       ` Luiz Augusto von Dentz
2020-11-07  7:03 ` [RFC PATCH BlueZ 03/10] tools/gap-tester: Convert to use ELL library Inga Stotland
2020-11-07  7:03 ` [RFC PATCH BlueZ 04/10] tools/sco-tester: " Inga Stotland
2020-11-07  7:03 ` [RFC PATCH BlueZ 05/10] tools/userchan-tester: " Inga Stotland
2020-11-07  7:03 ` [RFC PATCH BlueZ 06/10] tools/smp-tester: " Inga Stotland
2020-11-07  7:03 ` [RFC PATCH BlueZ 07/10] tools/bnep-tester: " Inga Stotland
2020-11-07  7:03 ` [RFC PATCH BlueZ 08/10] tools/l2cap-tester: " Inga Stotland
2020-11-07  7:03 ` [RFC PATCH BlueZ 09/10] tools/mgmt-tester: " Inga Stotland
2020-11-07  7:03 ` [RFC PATCH BlueZ 10/10] tools/rfcomm-tester: " Inga Stotland

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.