Change libtle_udp to use dring. 10/1910/2
authorKonstantin Ananyev <konstantin.ananyev@intel.com>
Thu, 7 Jul 2016 19:24:24 +0000 (20:24 +0100)
committerKonstantin Ananyev <konstantin.ananyev@intel.com>
Thu, 7 Jul 2016 22:41:30 +0000 (23:41 +0100)
commit8efc4c11464fd76db6c2a145664aa047615b749e
tree3061254b813f3c5592d7f92788f7abe2f155f791
parenta633eec74619a96925285ac4dcf0154fbfafb855
Change libtle_udp to use dring.

Right now didn't see any noticeable performance boost with these changes.
Though it allowed to get rid of using locks at UDP TX code-path
and simplify the code quite a lot.

Change-Id: If865abd3db9127f510df670d9a8edb168b915770
Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
examples/udpfwd/main.c
lib/libtle_udp/Makefile
lib/libtle_udp/buf_cage.c [deleted file]
lib/libtle_udp/buf_cage.h [deleted file]
lib/libtle_udp/misc.h
lib/libtle_udp/osdep.h
lib/libtle_udp/tle_udp_impl.h
lib/libtle_udp/udp_ctl.c
lib/libtle_udp/udp_impl.h
lib/libtle_udp/udp_rxtx.c