|
|
Subscribe / Log in / New account

DVB QoS statistics API

From:  Mauro Carvalho Chehab <mchehab@redhat.com>
To:  unlisted-recipients:; (no To-header on input)
Subject:  [PATCH RFCv9 0/4] DVB QoS statistics API
Date:  Mon, 7 Jan 2013 22:25:46 -0200
Message-ID:  <1357604750-772-1-git-send-email-mchehab@redhat.com>
Cc:  Mauro Carvalho Chehab <mchehab@redhat.com>, Linux Media Mailing List <linux-media@vger.kernel.org>
Archive‑link:  Article

This is the version 9 of the stats API. On this patchset, there are
DocBooks, API headers, dvb-core and one driver example for the new
API usage.

Currently, the driver example is too simple: it adds just 2 QoS
indicators, being one global (signal strength) and one per-layer.

It is simple like that to help others to review this patch series.

Adding the code for the remaining indicators (CNR, UCB, per-layer CNR)
is easy, coding them are a little more complex, as table lookups are
needed to convert from MER to CNR, and from global CNR into dB.
So, I'll code that later.

Mauro Carvalho Chehab (4):
  dvb: Add DVBv5 stats properties for Quality of Service
  dvb: the core logic to handle the DVBv5 QoS properties
  mb86a20s: provide signal strength via DVBv5 stats API
  mb86a20s: add BER measure

 Documentation/DocBook/media/dvb/dvbproperty.xml |  97 ++++++++-
 drivers/media/dvb-core/dvb_frontend.c           |  56 ++++++
 drivers/media/dvb-core/dvb_frontend.h           |  12 ++
 drivers/media/dvb-frontends/mb86a20s.c          | 257 ++++++++++++++++++++++--
 include/uapi/linux/dvb/frontend.h               |  84 +++++++-
 5 files changed, 484 insertions(+), 22 deletions(-)

-- 
1.7.11.7



Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds