Barrelfish

log

age author description
6 months ago pravin Found temporary fix for the assertion failure in pbuf initialization code
7 months ago pravin Small fix to map the memory properly in the ethersrv for SCC
7 months ago pravin Fixed issue of using non-cachable memory for buffers
7 months ago pravin Fixed some issues with benchmark to make it more suitable as TX benchmark
7 months ago pravin Fixed the issue of TX-performance when application is blindly sending data
7 months ago pravin Changed the benchmarking code to suit the new bulk transport
7 months ago pravin Fixed small bug which was creating issues for webserver
7 months ago pravin Fixed the issues which were affecting the performance during measurements
7 months ago pravin added some code for performance measurement, but this code reduced the
7 months ago pravin Working version with use of shared pools for TX path
7 months ago pravin Fixed some subtle bugs in procon library
7 months ago pravin Most of the code needed to use shared_pools for tx_done messages is there
7 months ago pravin reverted the changes to get the working state of network stack
7 months ago pravin Added code to deal with tx_done communication with spp
7 months ago pravin TX code working with reduced number of messages
7 months ago pravin Fixed the code so that udp_test benchmark works in send mode.
7 months ago pravin Minor changes in procon library to fix few minor issues
7 months ago pravin Sending packets to driver from applications is working with procon library
7 months ago pravin Added code to map the shared_pool memory into driver
7 months ago pravin shared_pools are getting registered with buffers
7 months ago pravin Added code in procon library to create shared frames
7 months ago pravin Added a library procon for producer/consumer based shared buffer management.
7 months ago pravin Working checkupoint: added context switch measurements
7 months ago pravin Minor changes to get the UDP send benchmark working,
7 months ago pravin Minor improvements
7 months ago pravin Added udp_throughput to scc
7 months ago pravin Reverted the changeset:88 which was breaking the networked application startup.
7 months ago pravin Added some more code for benchmark related measurement.
7 months ago pravin Added measurement code in userspace
7 months ago pravin RX measurements for PBUF_REGISTER are working properly now.
7 months ago pravin Added generic timestamp measurement around the pbuf-registration process.
7 months ago pravin merged
7 months ago Kornilios Kourtis usr/replay: replace fwrite() with app buffers and write()
7 months ago Kornilios Kourtis partly revert 89b83c3b88ea, since it failed to boot on SCC.
7 months ago Kornilios Kourtis usr/replay: better stats reporting on slave side
7 months ago Kornilios Kourtis usr/replay: minor fix in assertion
7 months ago Kornilios Kourtis usr/replay: incrase buffers for new tracefile (_1)
7 months ago Kornilios Kourtis usr/replay: try to hunt down a bug in linux
7 months ago Kornilios Kourtis usr/replay: seek operation support
7 months ago Kornilios Kourtis usr/replay: replace ppoll() with reads for linux
7 months ago Kornilios Kourtis usr/replay: better linux Makefile
7 months ago Simon Peter Remove bootup delay, which is mainly there to work around a race on SCC.
7 months ago pravin minor change in number of pbufs used
7 months ago pravin Added support for reporting statistics for receiving part of udp_throughput test
7 months ago pravin indented remaining code associated with lwip
7 months ago pravin Used the indent toll over most of the lwip code
7 months ago pravin Increased the receiving pbuf number
7 months ago pravin udp_throughput benchmark is working properly with buffer management
7 months ago pravin changes in networking code: mostly to get udp_throughput test working
7 months ago pravin Few changes to get compilation working
7 months ago pravin Merge
7 months ago Simon Peter UMP waitset migration. Not thoroughly tested.
7 months ago Simon Peter Merged.
7 months ago Simon Peter iRCCE memcpy() in the hopes that this will speed up the network stack.
7 months ago Simon Peter postgres doesn't like these defined.
7 months ago Simon Peter Fixed memory reclamation leak. Need to update consumed field.
7 months ago Jana Giceva And again.
7 months ago Jana Giceva Meeerge.
7 months ago Jana Giceva removed rpc retransmit debug prints
8 months ago Jana Giceva merged with Simon