Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next: Changes queued for the v2016.05 release #888

Merged
merged 142 commits into from
May 12, 2016
Merged

next: Changes queued for the v2016.05 release #888

merged 142 commits into from
May 12, 2016

Commits on Dec 31, 2015

  1. Configuration menu
    Copy the full SHA
    96e8bf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2016

  1. Configuration menu
    Copy the full SHA
    8bd27d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2016

  1. doc/porting.md: Added notes about porting Snabb Switch

    Link from the top-level README.md to make the current state of
    platform support more apparent to users.
    
    Inspired by #701.
    lukego committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    6d46eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f5174c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. doc/porting.md: Rewritten to be less wishy-washy

    Message: master branch supports Linux/x86-64. Your branch can support
    any platform you like.
    lukego committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    aba5bbe View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. core/main.lua: Running on non-Linux/x64 is now an error

    Previously a warning but promoted on suggestion from @wingo.
    lukego committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    4f54fa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad03845 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. lib.bloom_filter: Removed as dead code

    This was written for the @alexangergall's ALX appliance
    but I believe he has replaced it with other code.
    lukego committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    52d5dd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    229f8a8 View commit details
    Browse the repository at this point in the history
  3. Implement freelist with FFI cdata object instead of Lua table

    This enables assembly language code to access freelists in a fairly
    straightforward manner.
    xrme committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    7ea1bc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Configuration menu
    Copy the full SHA
    499a579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b9b37 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Configuration menu
    Copy the full SHA
    28593e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c623fe3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Initial stub on performance tuning

    Katerina Barone-Adesi committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    92d53a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

  1. braindump on performance parameters

    Marcel Wiget committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    911acb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. Merge pull request #1 from mwiget/performance-doc-update

    braindump on performance parameters
    kbara committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    75f2e69 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. added info on mlock=on

    Marcel Wiget committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    171b5fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from mwiget/performance-doc-update

    added info on mlock=on
    kbara committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    c0d0044 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2016

  1. doc/core-data-structures.md: Describe packet/link/app

    This new document explains the three core Snabb data structure:
    packet, link, and app. For now this is a stand-alone markdown file but
    it could be incorporated into the introduction in the manual.
    
    This is imported from lukego/blog#11.
    lukego committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    8eb18b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. Merge pull request #3 from kbara/perftune

    Perftune - performance tuning notes
    kbara committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    8badbf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. doc/core-data-structures.md: Filename fix

    Removed a stray hyphen before the filename extension.
    lukego committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    e33929f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2016

  1. Configuration menu
    Copy the full SHA
    32e1cd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. Renamed performance tuning file, as per review request

    Katerina Barone-Adesi committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    e72ec69 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Swapped in lstopo.png, replacing lstopo.pdf

    Katerina Barone-Adesi committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    390bfa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07f5153 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Configuration menu
    Copy the full SHA
    ad6c897 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2016

  1. doc/trademark: Added tracemark policy

    This is a simple and permissive trademark license taken directly from
    the PostgreSQL one:
    
        https://wiki.postgresql.org/wiki/Trademark_Policy
    lukego committed Mar 26, 2016
    Configuration menu
    Copy the full SHA
    39956e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2016

  1. initial import of packetblaster lwaftr

    Marcel Wiget committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    ab7194c View commit details
    Browse the repository at this point in the history
  2. remove ``` from text

    Marcel Wiget committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    df8c732 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. fixes/enhancements based on pull feedback from @dpino

    Marcel Wiget committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    8a5b147 View commit details
    Browse the repository at this point in the history
  2. fix argument pcap file for packetblaster replay

    Marcel Wiget committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    c24498a View commit details
    Browse the repository at this point in the history
  3. update README with --vlan tag option

    Marcel Wiget committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    8c51629 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6255c87 View commit details
    Browse the repository at this point in the history
  5. fix vlan support via vmdq

    Marcel Wiget committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    2a9333e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. use -4 and -6 short form for --v4only and --v6only

    Marcel Wiget committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    aeb6641 View commit details
    Browse the repository at this point in the history
  2. remove TODO (resolved with previous commit on -4/-6)

    Marcel Wiget committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    b994c84 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Configuration menu
    Copy the full SHA
    6b0a9ca View commit details
    Browse the repository at this point in the history
  2. add simple packetblaster lwaftr selftest

    Marcel Wiget committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    bed6d79 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Configuration menu
    Copy the full SHA
    df502dc View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. move shared config_loadgen() into packetblaster.lua

    Marcel Wiget committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    0c6b34b View commit details
    Browse the repository at this point in the history
  2. fix typo

    Marcel Wiget committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    dea1ea9 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Configuration menu
    Copy the full SHA
    1bcd871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b84d20 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Modify OpenStack table parsing to comply with Liberty release

    'driver' column is now gone, so we rely on vif_type.
    
    Since port_bindings table changes, this is a backwards incompatible
    change with previous OpenStack releases.
    domenkozar committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    d68c784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85233d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2715120 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30e2ea2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56dfb05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ee238d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Add option --pcap to write to pcap file

    Marcel Wiget committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    2aa88f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f076907 View commit details
    Browse the repository at this point in the history
  3. apps.test: document Synth.

    eugeneia committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    3719753 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29a6767 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1a4f04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10969b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a31ecd2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    243aff4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f090b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83df9ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec3354f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4310dc7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1694e94 View commit details
    Browse the repository at this point in the history
  14. share run_loadgen() by replay and synth

    Marcel Wiget committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    453884b View commit details
    Browse the repository at this point in the history
  15. native vlan support without vmdq

    Marcel Wiget committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    f074d6c View commit details
    Browse the repository at this point in the history
  16. add selftest for lwaftr pcap generation

    Marcel Wiget committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    7cbd06e View commit details
    Browse the repository at this point in the history
  17. fix lwaftr pcap generation with count > 1

    Marcel Wiget committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    5a0f793 View commit details
    Browse the repository at this point in the history
  18. add lwaftr pcap file to compare with in selftest

    Marcel Wiget committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    9a970be View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2016

  1. Add VLAN related apps

    plajjan committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    e37fd84 View commit details
    Browse the repository at this point in the history
  2. added lwaftr pcap selftest for vlan

    Marcel Wiget committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    0aea730 View commit details
    Browse the repository at this point in the history
  3. add --tap option and add selftest for it

    Marcel Wiget committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    1db7b1d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Configuration menu
    Copy the full SHA
    8021119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    314c308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    009bb7e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Spelling fix

    plajjan committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    4ab4a92 View commit details
    Browse the repository at this point in the history
  2. Clean up variable names

    plajjan committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    efdcc2f View commit details
    Browse the repository at this point in the history
  3. Use lib.htons and friends

    plajjan committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    ca86c94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4bb8e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f9775d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d74d8e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Remove conf arg

    It's not used since the app is configured entirely based on the
    connected links.
    plajjan committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    bb8d373 View commit details
    Browse the repository at this point in the history
  2. Use standard VLAN module

    Use the standard VLAN module instead of the one previously shipped with
    lwAFTR.
    plajjan committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    ab5d592 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ba5f4d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. Merge #862 remote-tracking branch 'eugeneia/max-v2016.05-1' into HEAD

    Luke Gorrie authored and Luke Gorrie committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    7106035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f5c889 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c530fa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2016

  1. Merge branch 'master' into packetblaster-lw4o6

    Marcel Wiget committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    1f1d788 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Configuration menu
    Copy the full SHA
    45708c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a357165 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into kbara-next

    Katerina Barone-Adesi committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    d5d355a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ed1bef View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Add support for raw interfaces and VhostUser for lwaftr

    Marcel Wiget committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    90ced15 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'packetblaster-lw4o6' of https://github.com/mwiget/snabb…

    …switch into packetblaster-lw4o6
    Marcel Wiget committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    c9b3920 View commit details
    Browse the repository at this point in the history
  3. intel10g: Set num_descriptors = 2048 (was 512)

    Adopt the value for num_descriptors that is recommended in the
    optimization guidelines:
    https://github.com/snabbco/snabb/blob/next/src/doc/performance-tuning.md
    lukego committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    382827d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    192f00c View commit details
    Browse the repository at this point in the history
  5. packetblaster: Use default number of Intel rx/tx descriptors

    This depends on the default number of descriptors being sane.
    See merge 192f00c to ensure this.
    
    This seems to work fine - tested line rate with minimum packet size on
    10x10G per packetblaster process:
    https://twitter.com/lukego/status/721693707251105792
    lukego committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    d616abf View commit details
    Browse the repository at this point in the history
  6. core/packet.lua: Enable overflow check when allocating packets

    Enable a really important assertion that the packet freelist does not
    overflow when we allocate a new batch of packets.
    
    This should not be a performance issue: the check is on a slow-path
    where we are allocating a thousand new packets.
    
    This is actually very important. I found a bug that packetblaster
    would crash with heap corruption / segfault when you run it with more
    than 3 network interfaces at the same time. This is because it
    allocated too many packets for transmit/receive buffers and that error
    was not caught unless "developer debug" mode was enabled.
    
    (That problem is separately alleviated by #883 that reduces the
    descriptor queues from 32K packets to 2K packets each.)
    lukego committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    1ff037c View commit details
    Browse the repository at this point in the history
  7. Initial stub on performance tuning

    Katerina Barone-Adesi authored and domenkozar committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    dbe9a9a View commit details
    Browse the repository at this point in the history
  8. braindump on performance parameters

    Marcel Wiget authored and domenkozar committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    294fc3b View commit details
    Browse the repository at this point in the history
  9. added info on mlock=on

    Marcel Wiget authored and domenkozar committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    afc0bfb View commit details
    Browse the repository at this point in the history
  10. Renamed performance tuning file, as per review request

    Katerina Barone-Adesi authored and domenkozar committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    aa1aac9 View commit details
    Browse the repository at this point in the history
  11. Swapped in lstopo.png, replacing lstopo.pdf

    Katerina Barone-Adesi authored and domenkozar committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    e1ff0a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8982625 View commit details
    Browse the repository at this point in the history
  13. release.nix: whitespace

    domenkozar committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    6cce8f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. fix indentation

    Marcel Wiget committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    1c023ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a4138c View commit details
    Browse the repository at this point in the history
  3. Merge #884 branch 'lukego/packet-allocate-overflow-assert' into intel…

    …-2048-descriptors
    lukego committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    5e3b400 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f2a4f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b70ce28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b8ed3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5f4183 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. Configuration menu
    Copy the full SHA
    d33f902 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34bf3e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe97a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. core.packet: Extend max packets from 100K to 1M

    Packets are allocated dynamically on demand and this is only an
    artifical limit of "more than anybody should ever need" for catching
    unbounded allocations (leaks). (The limit also serves to make the
    freelist simple i.e. a fixed-size array.)
    
    The previous value of 100,000 is too low to serve its purpose: it is
    reasonable to allocate more than 100,000 packet buffers when managing
    many network receive queues and wanting to avoid packet drops.
    
    See discussion at:
    #882 (comment)
    lukego committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    b04ff7c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'max-packets-1m' into intel-2048-descriptors

    Resolved conflict on packet overflow assertion in packet.lua.
    lukego committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    337b17c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'max-packets-1m' into packetblaster-num-desc

    Needed to make the test suite pass. See related:
    #882 (comment)
    lukego committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    9632d9c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into packetblaster-num-desc

    Needed to work around CI problems.
    lukego committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    0a2154d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into intel-2048-descriptors

    Needed to work around CI problems.
    lukego committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    f2bc82e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2016

  1. Configuration menu
    Copy the full SHA
    519311b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Allow opening counters multiple times

    Nicola 'tekNico' Larosa committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    248a0a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48eb1b2 View commit details
    Browse the repository at this point in the history
  3. Merge next into wingo-next

    wingo committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    226a1ca View commit details
    Browse the repository at this point in the history
  4. Merge pull request #893 from teknico/allow-multiple-counter-open

    Allow opening counters multiple times
    wingo committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    0b58c44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70fb409 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4632d7a View commit details
    Browse the repository at this point in the history
  7. Merge PR #883 (packetblaster: default tx/rx descriptors) into max-next

    # Conflicts:
    #	src/program/packetblaster/packetblaster.lua
    eugeneia committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    35d7c16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1be93d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    706d3b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a1ab24 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. Configuration menu
    Copy the full SHA
    3b54b8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6a52f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d1693d View commit details
    Browse the repository at this point in the history
  4. core.memory: Removed redundant sysctl() call

    This was meant to be removed in commit 519311b.
    lukego committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    2053759 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. Fixed even moar conflicts

    Nicola 'tekNico' Larosa committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    34aa994 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #903 from teknico/gitignore-lib-luajit-usr

    Add /lib/luajit/usr to .gitignore
    wingo committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    e81c38a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

  1. Merge PR #884 (No freelist overflow) into kbara-next

    Katerina Barone-Adesi committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    2721952 View commit details
    Browse the repository at this point in the history
  2. Merge PR #861 (Testing toolbox love) into kbara-next

    Katerina Barone-Adesi committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    34ae80d View commit details
    Browse the repository at this point in the history
  3. Merge PR #876 (Add nix expressions) into kbara-next

    Katerina Barone-Adesi committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    463bfc5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Configuration menu
    Copy the full SHA
    aaa68ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3c95c0 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. intel10g: num_descriptors = 1024 (was: 2048)

    This value is probably not perfectly optimal. See discussion:
    #888 (comment)
    lukego committed May 6, 2016
    Configuration menu
    Copy the full SHA
    7fddfe8 View commit details
    Browse the repository at this point in the history