Skip to content
Snippets Groups Projects
  1. Jan 18, 2013
  2. Jan 08, 2013
    • Alessandro Rubini's avatar
      buffers/zio-buf-vmalloc.c: add a "merge-data" attribute, document it · 6f131e28
      Alessandro Rubini authored
      
      The merge-data attribute tells the buffer to try a merge of a
      newly-stored block with the previous one. When this is possible, the
      buffer updates the previous block (nsamples, datalen) and releases the
      new control immediately. This allows saving some memory without
      breaking the ZIO data model. The feature only makes sense for input,
      but there is no policy in place to enforce that.
      
      When user space reads this new block, it will get attributes (and
      timestamp) for the first data items, but all available items are
      returned in this bigger block.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      Acked-by: default avatarFederico Vaga <federico.vaga@gmail.com>
      6f131e28
  3. Nov 09, 2012
  4. Nov 08, 2012
  5. Nov 05, 2012
  6. Oct 29, 2012
  7. Apr 09, 2012
  8. Apr 06, 2012
  9. Mar 15, 2012
  10. Feb 03, 2012
  11. Feb 02, 2012
  12. Jan 31, 2012
  13. Jan 30, 2012
  14. Jan 24, 2012
  15. Dec 11, 2011
  16. Dec 06, 2011
  17. Nov 22, 2011
  18. Nov 15, 2011
  19. Nov 04, 2011