linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFCv9 0/4] DVB QoS statistics API
@ 2013-01-08  0:25 Mauro Carvalho Chehab
  2013-01-08  0:25 ` [PATCH RFCv9 1/4] dvb: Add DVBv5 stats properties for Quality of Service Mauro Carvalho Chehab
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2013-01-08  0:25 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, Linux Media Mailing List

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


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

end of thread, other threads:[~2013-01-13 13:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08  0:25 [PATCH RFCv9 0/4] DVB QoS statistics API Mauro Carvalho Chehab
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

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).