From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: unlisted-recipients:; (no To-header on input)@casper.infradead.org
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>,
Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [PATCH RFCv9 0/4] DVB QoS statistics API
Date: Mon, 7 Jan 2013 22:25:46 -0200 [thread overview]
Message-ID: <1357604750-772-1-git-send-email-mchehab@redhat.com> (raw)
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
next reply other threads:[~2013-01-08 0:26 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-08 0:25 Mauro Carvalho Chehab [this message]
2013-01-08 0:25 ` [PATCH RFCv9 1/4] dvb: Add DVBv5 stats properties for Quality of Service Mauro Carvalho Chehab
2013-01-08 11:45 ` Simon Farnsworth
2013-01-08 18:00 ` Frank Schäfer
2013-01-08 23:18 ` Simon Farnsworth
2013-01-08 23:28 ` Devin Heitmueller
2013-01-09 11:02 ` Simon Farnsworth
2013-01-09 15:24 ` Mauro Carvalho Chehab
2013-01-10 10:19 ` Simon Farnsworth
2013-01-13 13:30 ` [linux-media] " Klaus Schmidinger
2013-01-08 12:33 ` Mauro Carvalho Chehab
2013-01-08 0:25 ` [PATCH RFCv9 2/4] dvb: the core logic to handle the DVBv5 QoS properties Mauro Carvalho Chehab
2013-01-08 0:25 ` [PATCH RFCv9 3/4] mb86a20s: provide signal strength via DVBv5 stats API Mauro Carvalho Chehab
2013-01-08 0:25 ` [PATCH RFCv9 4/4] mb86a20s: add BER measure Mauro Carvalho Chehab
2013-01-08 0:37 ` [PATCH RFCv9] " Mauro Carvalho Chehab
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=1357604750-772-1-git-send-email-mchehab@redhat.com \
--to=mchehab@redhat.com \
--cc=linux-media@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;
as well as URLs for NNTP newsgroup(s).