summaryrefslogtreecommitdiff
path: root/lib/gras_impl/input_buffer_queues.hpp
AgeCommit message (Expand)Author
2013-05-11gras: fix assert fail by setting time on fail conditionJosh Blum
2013-05-11gras: added port downtime measurementsJosh Blum
2013-05-05query: added bytes copied statJosh Blum
2013-04-16gras: enable half consumed metric on pool buffersJosh Blum
2013-04-06gras: cleaner way for msgs to override item reserveJosh Blum
2013-03-29Merge branch 'master' into query_workJosh Blum
2013-03-29gras: fix #66 with less lazy flush_all for input queueJosh Blum
2013-03-29gras: added hooks to query instantaneous stateJosh Blum
2013-03-03gras: slightly more fun with likleyJosh Blum
2013-03-02gras: copy name into queues for debug purposesJosh Blum
2013-03-01gras: more debug assers to aid sanityJosh Blum
2013-02-28gras: fix buffer stitch edge case issue #51Josh Blum
2013-02-19gras: fix flush_all input queues so config is savedJosh Blum
2013-02-10gras: auto increase queue size to fix #44Josh Blum
2013-02-10gras: ifdef buffer stitching (test purposes)Josh Blum
2012-12-23making use of last and fixing up the buffer stitchingJosh Blum
2012-12-20toying with circ buff and stitchingJosh Blum
2012-12-15work on the buffer queue apiJosh Blum
2012-12-06guess at heuristic improvement - somewhat profilesJosh Blum
2012-12-05tag is just an offset and object, created stream tag and pkt messageJosh Blum
2012-12-01changed lookahead to preload, thats all it isJosh Blum
2012-12-01mark fail: not ready until a new buffer appearsJosh Blum
2012-11-28should we accumulate? a guess at heuristic improvementJosh Blum
2012-11-26reset queue ref before popJosh Blum
2012-11-25front buffer accumulate on reserve failJosh Blum
2012-11-22extra asserts for sign on consume/produceJosh Blum
2012-11-21addressed some bugs from the stitching commitJosh Blum
2012-11-21implement buffer stitching on input, output always flushesJosh Blum
2012-11-21guard against empty consumesJosh Blum
2012-11-19const correctness for sbuffer get()Josh Blum
2012-11-18improvements to done logic (helps reserve 0 case)Josh Blum
2012-11-18support for null buffers when reserve == 0Josh Blum
2012-11-11fixed input fail logic w/ input_queues.is_front_maximalJosh Blum
2012-11-09input buffers deal with empty buffersJosh Blum
2012-11-09switch to boost software licenseJosh Blum
2012-11-07some fixes from the last commitJosh Blum
2012-11-07io fails and io config workJosh Blum
2012-10-28work on stand-alone library buildJosh Blum
2012-10-14added input fail logic to conditionally accumulateJosh Blum
2012-10-14input_buffer_queues logic cleanup for accumulate implementationJosh Blum
2012-10-13simplfied input queues, WIP, but workingJosh Blum
2012-10-13lots of mini tweaks for QA passing, WIP...Josh Blum
2012-10-12working on qa passing, temp input accumulation logicJosh Blum
2012-10-04for loop for any_inputs_done is actually lighter-weightJosh Blum
2012-10-04Merge branch 'master' into port_configJosh Blum
2012-10-04created any_inputs_done logic for done logicJosh Blum
2012-10-04replace multiple w/ reserve, dont do multiple calcJosh Blum
2012-10-02dammit... find and replace did it againJosh Blum
2012-10-01revert buffer queue changes, unknown issueJosh Blum
2012-10-01switch to fixed size queue to avoid runtime allocsJosh Blum