Statistics
| Branch: | Tag: | Revision:

root / xseg / peers / user / xseg-tool.c @ d8a852fa

History | View | Annotate | Download (49 kB)

# Date Author Comment
e3052736 02/27/2013 05:37 pm Filippos Giannakos

Reimplement xseg paths and add xseg_forward

Reimplement xseg paths. Paths are a tool for the administrator to dynamically
alter a running xseg setup, by forcing a request to be submitted to a different
port than the original destination.

xseg_forward, on the other hand, allows a peer to alter the normal path of a...

0278caf0 02/08/2013 03:44 pm Filippos Giannakos

Fix compilation warnings

6225867e 01/11/2013 05:48 pm Filippos Giannakos

add snapshot functionality in xseg-tool

6830c9ff 12/10/2012 07:09 pm Filippos Giannakos

add license headers

1377f38e 11/27/2012 04:17 pm Filippos Giannakos

add break lock functionality to sosd

26e49332 11/14/2012 12:21 pm Filippos Giannakos

add lock manipulation and user prompting in verifying dangling reqs

9da470cb 11/13/2012 12:27 pm Filippos Giannakos

add copy, acquire, release functionality in xseg tooladd copy, acquire, release

d7b6bede 11/12/2012 03:00 pm Filippos Giannakos

fix xobj_iterate bug, add lock free versions of xobj_check, is_Free

also fix xseg tool verify

10440c2e 11/12/2012 12:41 pm Filippos Giannakos

add inspect queue functionality

52cb8cbc 11/08/2012 01:23 pm Filippos Giannakos

fix xseg tool to look at the right queue locks

8597a0a3 11/07/2012 03:16 pm Filippos Giannakos

better printing on heap and lock status

611542a1 11/06/2012 08:43 pm Filippos Giannakos

add finish pending reqs. also pretty print of request

0838fd63 11/06/2012 07:46 pm Filippos Giannakos

fix handlers print formating. add show port requests functionality

52be4227 11/06/2012 05:38 pm Filippos Giannakos

add obj handlers output in xseg reportall

52ae6b90 11/02/2012 07:44 pm Giannakos Filippos

add rnddelete function to xseg tool

cc21de66 10/05/2012 07:25 pm Giannakos Filippos

added speer skeletor

17590774 10/04/2012 07:07 pm Giannakos Filippos

initial commit of signal descriptors support

feeaaf17 09/26/2012 06:33 pm Filippos Giannakos

add a lot of logging messages in mt-mapperd

f60debc1 09/24/2012 01:12 pm Giannakos Filippos

fix some bugs

6805c197 09/21/2012 07:17 pm Giannakos Filippos

fix various bugs

40e56a42 09/19/2012 07:43 pm Filippos Giannakos

fix various bugs in mt-mapperd.

also add copy to filed and magic in xheap header

5ad213f0 09/18/2012 07:32 pm Filippos Giannakos

fix various mt-mapperd bugs. also add xseg-tool clone support

9fb0f83b 09/11/2012 03:45 pm Filippos Giannakos

split signal initialization into local and remote part

b04e0466 09/06/2012 04:34 pm User

fix xsegbd to work with the new scheme. needs further testing

also fix xhash shrink bug and xpool exports

7882a035 09/04/2012 04:02 pm Filippos Giannakos

fix filed, xseg tool to use the new xseg api

06773369 09/03/2012 05:53 pm Filippos Giannakos

add max allocated reqs per port. also some other minor fixes

ff044a7c 08/31/2012 04:29 pm Filippos Giannakos

small fixes in xseg-tool , filed

be28f932 08/30/2012 07:01 pm Filippos Giannakos

fix xseg-tool rnd functions to check for error on submit

also changeg type of xqindex to uint64_t

18f02d02 08/30/2012 06:39 pm Filippos Giannakos

fix remaining bugs from old code

79681fdc 08/30/2012 04:36 pm Filippos Giannakos

fix xseg-tool. temp fix to other peers, just to compile

78596ef2 06/06/2012 03:30 pm Stratos Psomadakis

Rename typedef'd None to Noneidx

Rename None to Noneidx to avoid (future) conflicts with xseg python
bindings.

cbe95d35 06/06/2012 03:00 pm Georgios D. Tsoukalas

temporary hack to compile misunderstood code

863f30e8 06/06/2012 02:58 pm Stratos Psomadakis

peers: Some changes to xseg-tool submit_reqs/complete cmds

6f3a9551 06/06/2012 02:57 pm Stratos Psomadakis

xseg-tool: Add submit_reqs cli option

abaea134 06/06/2012 02:50 pm Stratos Psomadakis

xseg: Rename req->name to req->target in xseg_request

Rename req->name to req->target in struct xseg_request, and change
buffersize/namesize/datasize to bufferlen/targetlen/datalen
accordingly.

97a80f06 04/04/2012 11:24 am Stratos Psomadakis

Merge branch 'sosd' into demo

Conflicts:
xseg/peers/Makefile

'Ported' the sosd peer and libsos to the new repo layout and build
system. Also fixed some sosd issues with the recent changes in xseg
API.

3d8558a2 04/03/2012 04:49 pm Stratos Psomadakis

xseg-tool: Add req logging support for bridge mode

7ce25cf6 03/29/2012 04:15 pm Stratos Psomadakis

Various fixes to make xseg functional again

  • xseg:
    - Make sure the allocated xseg struct in xseg_join is initialized
    correctly
    - Initial implementation for xseg_leave()
    - Add __lock_domain in xseg_destroy()
  • driver api:
    - Add a struct xseg * argument to xseg_operations->map(). It's...
6e0a3771 02/26/2012 10:30 pm Georgios D. Tsoukalas

Introduce execution domains in code and building

Only fixed to compile. Untested.

Lots of refactoring, cleanup, and fixing in the process.
This log has three parts:
1. What are execution domains and why we need them
2. What are the API incompatibilities introduced...