summaryrefslogtreecommitdiff
path: root/utilities/ovs-dev.py
Commit message (Expand)AuthorAgeFilesLines
* make: Remove the Linux datapath.Greg Rose2022-07-151-15/+4
* ci: Remove -Wno-cast-align from CI.Eli Britstein2022-01-041-1/+0
* python: Fixup python shebangs to python3.Greg Rose2020-08-261-2/+2
* python: Fix invalid escape sequences.Ben Pfaff2019-01-111-1/+1
* doc: Move WHY-OVSStephen Finucane2016-12-121-1/+1
* python: Add double newline after fuction or class (E305).Daniele Di Proietto2016-12-021-0/+20
* doc: Convert WHY-OVS to rSTStephen Finucane2016-10-261-1/+1
* ovs-dev.py: Update for python3.Joe Stringer2016-05-181-5/+5
* ovs-dev.py: PEP-8ify.Joe Stringer2016-05-181-29/+31
* netdev-dpdk: Allow arbitrary eal argumentsAaron Conole2016-04-291-2/+5
* netdev-dpdk: Convert initialization from cmdline to dbAaron Conole2016-04-291-6/+7
* ovs-dev.py: Fix libcap-ng-dev dependency.Joe Stringer2015-12-241-1/+1
* use "/usr/bin/env python" for shebangs for python scriptsYAMAMOTO Takashi2015-11-261-1/+1
* ovs-dev.py: add --monitor and optionAndy Zhou2015-09-301-0/+6
* ovs-dev.py: add --user optionAndy Zhou2015-09-301-1/+11
* ovs-dev.py: run operational commands as rootAndy Zhou2015-09-301-2/+14
* ovs-dev.py: rename ROOT to RUNDIRAndy Zhou2015-09-301-13/+15
* ovs-dev.py: allow current directory to be used as the working directoryAndy Zhou2015-09-301-0/+3
* ovs-dev: Load all available vport modules on modinstThomas Graf2015-04-221-0/+1
* ovs-dev: Hint that vport modules may need to be loaded manuallyThomas Graf2015-04-221-0/+5
* ovs-dev.py: Remove vport-*.ko at same time as openvswitch.ko.Ben Pfaff2015-04-051-2/+3
* ovs-dev.py: Support running the clang binaries.Ethan Jackson2014-09-161-4/+14
* ovs-dev.py: Support additional optimization flags.Ethan Jackson2014-09-161-4/+7
* ovs-dev.py: do not pass --enable-dummy to ovsdbDaniele Di Proietto2014-09-151-2/+2
* ovs-dev.py: Support check-valgrind in the Makefile.Ethan Jackson2014-08-051-0/+1
* ovs-dev.py: Add option to run tests in parallel.Joe Stringer2014-06-041-0/+6
* ovs-dev.py: Add option to specify which tests to run.Joe Stringer2014-06-041-0/+14
* ovs-dev.py: add option to run with dpdkDaniele Di Proietto2014-05-291-0/+19
* ovs-dev.py: Add support for dpdk builds.Ethan Jackson2014-05-081-2/+12
* ovs-dev.py: Update repository location.Ben Pfaff2014-04-081-2/+2
* ovs-dev.py: Only build the Linux datapath with GCC.Ethan Jackson2014-01-241-2/+1
* configure: Enable silent rules.Ethan Jackson2014-01-221-1/+1
* ovs-dev.py: Configure silently.Ethan Jackson2014-01-221-1/+1
* ovs-dev.py: Add compiler optimization options.Ethan Jackson2014-01-221-1/+9
* ovs-dev.py: Add "-fno-omit-frame-pointer" compiler argument.Ethan Jackson2014-01-221-1/+1
* ovs-dev.py: Pass leak-check=full to valgrind.Ethan Jackson2013-12-231-1/+1
* ovs-dev.py: Build with both GCC and Clang.Ethan Jackson2013-12-121-16/+57
* ovs-dev.py: Remove duplicate name from the help string.Saurabh Shah2013-11-111-1/+1
* ovs-dev.py: Use custom suppressions when running valgrind.Ethan Jackson2013-07-291-1/+3
* ovs-dev.py: Add support for clang builds.Ethan Jackson2013-07-291-1/+10
* ovs-dev.py: Rely on configure for warning options.Ethan Jackson2013-07-291-1/+1
* utilities: New helper script ovs-dev.py.Ethan Jackson2013-07-091-0/+300