aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKonstantin Ananyev <konstantin.ananyev@intel.com>2016-07-07 20:33:48 +0100
committerKonstantin Ananyev <konstantin.ananyev@intel.com>2016-07-07 23:41:30 +0100
commit3688f046e8b62bce6c4c51b43f48bd5c67a2aaf6 (patch)
treeaf4ceeb5cb68fbff0456c5e8080c62fe25a1056e /README
parent8efc4c11464fd76db6c2a145664aa047615b749e (diff)
Update README to sync with latest changes
Change-Id: Ib9238612706f963b9581f98c4b2592e3c0d55cd0 Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 9 insertions, 5 deletions
diff --git a/README b/README
index f12e9b2..6d8b7f8 100644
--- a/README
+++ b/README
@@ -57,10 +57,14 @@ $(TLDK_ROOT)
|
+----lib
| |
-| +--libtle_udp - implementation of the UDP datagram processing
+| +--libtle_dring - dring library
+| |
+| +--libtle_udp - implementation of the UDP datagram processing
|
+----examples
- |
- +-- udpfwd - sample app to demonstrate and test libtle_udp usage
- (refer to examples/udpfwd/README for more information)
-
+| |
+| +--udpfwd - sample app to demonstrate and test libtle_udp usage
+| (refer to examples/udpfwd/README for more information)
++----test - unit-tests
+| |
+| +--dring - UT for libtle_dring