Statistics
| Branch: | Tag: | Revision:

root / xseg / tools / helpers.sh @ 7ce25cf6

History | View | Annotate | Download (2.3 kB)

# Date Author Comment
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...
8fed1c96 03/23/2012 01:53 pm Stratos Psomadakis

Merge remote branch 'origin/xseg' into demo

Conflicts:
xseg/tools/vlmc-blockd.py [trivial]

86bd6a3b 03/23/2012 01:36 pm Stratos Psomadakis

Improve error handling for xseg setup scripts

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

d01393c6 02/22/2012 04:13 pm Stratos Psomadakis

tools: Add configurable NR_OPS for blockd/filed

6ed3b242 02/20/2012 04:03 pm Stratos Psomadakis

Use correct sysfs attr (srcport) when mapping

cb8dfe28 02/20/2012 02:23 am Stratos Psomadakis

Fixes for vlmc-filed

00d201ff 02/20/2012 01:34 am Stratos Psomadakis

Add support for filed in the vlmc tool

f0a96285 02/20/2012 12:49 am Stratos Psomadakis

Merge remote-tracking branch 'origin/xseg' into merger

Conflicts:
xseg/tools/vlmc.py
xseg/tools/xseg_setup.sh

Conflicts Resolution:
vlmc.py: * Keep the \t -> space changes from the xseg branch * Keep the new parsing scheme from the tools
xseg_setup.sh:...

0072a4af 02/19/2012 10:43 pm Vangelis Koukis

Introduce various fixes, run end-to-end

Introduce various fixes, some aesthetic, to make
the infrastructure run end-to-end, xsegbd-to-filed
after merging of the filed and tools branches.

0592e2bb 02/19/2012 05:11 pm Stratos Psomadakis

Minor fixes for helpers

abea4350 02/19/2012 05:04 pm Stratos Psomadakis

More fixes for helper scripts

88a8e86b 02/17/2012 09:35 pm Stratos Psomadakis

Correct the tests for unset config variables

3c705bc9 02/17/2012 05:42 pm Stratos Psomadakis

Helper scripts to setup and test xsge components