CSIT-472: Update of DPDK to 16.11 in Nested VM
[csit.git] / resources / tools / disk-image-builder / nested / CHANGELOG
1 ## [1.5] - 2016-11-14
2
3 ### Changes
4 - DPDK upgrade to 16.11
5
6
7 ## [1.4] - 2016-10-10
8
9 ### Changes
10 - DPDK upgrade to 16.07
11
12
13 ## [1.3] - 2016-06-12
14
15 ### Changes
16 - Use Glibc instead of uClibc. Required for DPDK.
17 - Include buildroot patch for DPDK. Update build.sh
18   script to include that patch.
19 - Update Linux kernel config to include UIO support
20
21 ### Added
22 - Python, DPDK to image
23
24
25 ## [1.2] - 2016-05-25
26
27 ### Changes
28 - Embed version in hidden file with magic string that can be read
29   without actually booting the image:
30   ~~~
31   cat <vm image> | strings | grep NESTED_VERSION
32   ~~~
33 - Include both cisco/cisco credentials (for backwards compatibility)
34   and csit/csit
35
36 ## [1.1] - 2016-05-17
37
38 ### Added
39 - iproute2 package (for "ip" command)
40
41
42 ## [1.0] - 2016-05-16
43
44 ### First release
45 - Basic script to build FD.IO VPP CSIT "nested VM" image using buildroot.
46 This version is to mimic the previous, manually built image.
47 - Packages installed:
48     - Kernel 4.3
49         - support for virtio NIC
50     - bridge-utils (for brctl)
51     - qemu (for qemu-ga)