Ed Warnicke
802611c7c4
Add missing entries to .gitignore
...
build-root/deb/debian/vpp-dbg/
build-root/deb/debian/vppctl/
where not being appropriately ignored
Change-Id: I0bfff50a9a7cdb8dbbba7ac2d081c7501dcf09eb
Signed-off-by: Ed Warnicke <eaw@cisco.com>
2015-12-16 13:27:44 +00:00
Ed Warnicke
c72cbf80d0
Add vppctl as a simple cli interface to vpp
...
This patch provides a pretty simple hack on top
of vpe_api_test to give users a cli interface
to vpp.
Example:
sudo vppctl show api client
sudo vppctl show int
It has the advantage that users can use bash shell scripting
and history with it.
Change-Id: I621dd8e29269e14a83b4887f20adcfbe5f946b99
Signed-off-by: Ed Warnicke <eaw@cisco.com>
2015-12-16 05:50:11 -07:00
Damjan Marion
cbc342e7dc
Add DPDK version in "show version verbose" output
...
Change-Id: I14693b81ecc0358683fd4dbfea41d0afc479ad51
Signed-off-by: Damjan Marion <damarion@cisco.com>
2015-12-16 10:01:02 +01:00
Damjan Marion
bce6b6a6bf
Introduce support for DPDK 2.2
...
Change-Id: Id2c7c4a949363a448a6715463dd81f701f046b93
Signed-off-by: Damjan Marion <damarion@cisco.com>
2015-12-16 10:01:02 +01:00
Dave Barach
7210e9470e
Remove autotools generated products
...
Change-Id: I7f23b8b8e5136cb56768bac3a7473e6df5ee4993
Signed-off-by: Dave Barach <dave@barachs.net>
2015-12-15 19:06:39 -05:00
Dave Wallace
317be03492
Merge "replacing all vec_sort() invocations to vec_sort_with_function()"
2015-12-15 13:22:37 +00:00
Dave Wallace
ec65a1afd3
Merge "Remove vppversion subtree, move elftool to vppinfra"
2015-12-15 13:20:55 +00:00
Matus Fabian
5e7ac9dc82
load vpp startup config from file
...
Change-Id: I55c636059cda706a47758ad89e5518e959c85263
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Acked-by: Damjan Marion <damarion@cisco.com>
2015-12-15 10:48:06 +01:00
Damjan Marion
29b6af9f97
Remove vppversion subtree, move elftool to vppinfra
...
Change-Id: I26b29a0f53f81a28cbf264f5299f9a3978735574
Signed-off-by: Damjan Marion <damarion@cisco.com>
2015-12-15 10:07:31 +01:00
Damjan Marion
3c6155c7b3
Merge "Fix to make it easy to use http proxy with Vagrant"
2015-12-14 23:28:14 +00:00
Matus Fabian
d2dc3df90d
replacing all vec_sort() invocations to vec_sort_with_function()
...
Change-Id: I05895827ed52be292112484cee7d0a2591b67335
Signed-off-by: Matus Fabian <matfabia@cisco.com>
2015-12-15 00:09:46 +01:00
Ed Warnicke
b73f2675c7
Fix to make it easy to use http proxy with Vagrant
...
Many thanks to Keith Burns for the suggestion.
Change-Id: Iae52c8afd43357e955825fbafbad057c0e6a97c7
Signed-off-by: Ed Warnicke <eaw@cisco.com>
2015-12-14 16:08:45 -07:00
Damjan Marion
539cff0356
Fix vhost-user input interface handling
...
Change-Id: I2d4b819d959fa2ab0a2eebccb1d574bc5e1a6a6d
Signed-off-by: Damjan Marion <damarion@cisco.com>
2015-12-14 23:16:17 +01:00
Dave Barach
f9bd620dc5
Warnings be gone
...
Change-Id: Id1dcb9d50c3cc516bd2f74bb815eab1c7c55cdb3
Signed-off-by: Dave Barach <dave@barachs.net>
2015-12-14 13:22:32 -05:00
Ed Warnicke
64f98e91b6
Merge "Move rpc handler where it belongs, related cleanup"
2015-12-14 17:36:44 +00:00
Dave Barach
ee4e9ec5b3
Merge "add compiler information to "show version" cli"
2015-12-14 16:37:16 +00:00
Dave Barach
4e281a48e2
Move rpc handler where it belongs, related cleanup
...
Change-Id: I393df100558a85fe676f4a4c8c9b546fa549ecc9
Signed-off-by: Dave Barach <dave@barachs.net>
2015-12-14 11:16:02 -05:00
Damjan Marion
5a7a5c7bac
add compiler information to "show version" cli
...
Change-Id: If95b45c87f6d2f1d6dad9fdaee9430129b2f4962
Signed-off-by: Damjan Marion <damarion@cisco.com>
2015-12-14 16:20:03 +01:00
Damjan Marion
99d8c76a59
Remove inline from definition of bd_validate()
...
Change-Id: Id71c3903e19da9bbdbec9dd0af5aed112135c60b
Signed-off-by: Damjan Marion <damarion@cisco.com>
2015-12-14 15:01:56 +01:00
Dave Barach
cd9752ce4f
Force recompilation of version.c
...
Change-Id: Ife9d074c83df739a39f363203fac149bfbc2c49b
Signed-off-by: Dave Barach <dave@barachs.net>
2015-12-13 15:10:52 -05:00
Damjan Marion
a0d4a1a6d1
new version handling
...
Change-Id: I90983f3df94a3b28199908b29ffd8f827ab0c379
Signed-off-by: Damjan Marion <damarion@cisco.com>
2015-12-13 18:18:27 +01:00
Ed Warnicke
29726ab117
Merge "Handle large user-mode page sizes, tested to 64k"
2015-12-13 16:43:54 +00:00
Damjan Marion
261e9fffd5
Merge "Clear one-time test key, add missing cast in big-endian l2 fib key computation"
2015-12-13 15:24:06 +00:00
Dave Barach
63a254f37d
Reenable memory allocator small-object cache, disabled by mistake.
...
Change-Id: I006282fd3991f7ba7b8315670724c065bd71a671
Signed-off-by: Dave Barach <dave@barachs.net>
2015-12-12 10:47:01 -05:00
Dave Barach
59842a844d
Clear one-time test key, add missing cast in big-endian l2 fib key computation
...
Change-Id: I014fdd3cc174f787ed00af8e3861fb40585522a1
Signed-off-by: Dave Barach <dave@barachs.net>
2015-12-12 10:43:44 -05:00
Dave Barach
95bb883a62
Handle large user-mode page sizes, tested to 64k
...
Change-Id: Iccabc1be6e3a2822268c7b60e9c4e8250677c2ac
Signed-off-by: Dave Barach <dave@barachs.net>
2015-12-12 10:37:21 -05:00
Ed Warnicke
cb9cadad57
Initial commit of vpp code.
...
Change-Id: Ib246f1fbfce93274020ee93ce461e3d8bd8b9f17
Signed-off-by: Ed Warnicke <eaw@cisco.com>
v1.0.0
2015-12-08 15:47:27 -07:00
Andrew Grimberg
fb0815d4ae
Initial empty repository
2015-12-08 15:15:22 +00:00