aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-01-21add include pathmichele papalini1-1/+7
Change-Id: I03c50a3aa98b96f686fedf548c543df3a0696b67 Signed-off-by: michele papalini <micpapal+fdio@cisco.com>
2019-01-21HICN-4 - Fix Windows compilation issue with named struct initializersJordan Augé5-366/+385
Change-Id: I9c9e8780ec1132d3d74b6202b9b142ed64b4e13f Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
2019-01-21Merge "- Code style fix - Improved vpp binary api interface - Correction in ↵Alberto Compagno69-642/+594
object pool destructor - Fix error in Memif Connector"
2019-01-21- Code style fixMauro Sardara69-642/+594
- Improved vpp binary api interface - Correction in object pool destructor - Fix error in Memif Connector Change-Id: Id1dd9219fc1ac0b3717ae019ebff17373bebc635 Signed-off-by: Mauro Sardara <msardara@cisco.com>
2019-01-19Improved performance on data-fwd node:Alberto Compagno22-116/+188
- Removed full pit entry initialization in favor of a lighter initialization on few fields - Squeezed pit entry size in order to store only the number of incomplete faces (as set in HICN_PARAM_PIT_ENTRY_PHOPS_MAX). The bitmap size is now determined by HICN_PARAM_FACES_MAX and optimized to do a fast lookup Replaced the field is_appface with the field flags in the hicn_buffer_t: - is_appface is now a flag with value 0x01 (HICN_BUFFER_FLAGS_FACE_IS_APP) - Added flag HICN_BUFFER_FLAGS_PKT_LESS_TWO_CL (0x02) to handle the copy of pkt with length < than 2*CACHE_LINES (in this case cloning is prevented by the cloning function in vpp). Such flag is initialized by the incoming face of the pkt. Change-Id: Ia956fd5719a28ee29f7fa2fd23d283964743efd8 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2019-01-17Set C style to C11 for hicn-light forwarderMauro Sardara1-1/+1
Change-Id: I5377ad182f940dcb37e8fd1645dfcce2a3c3dd2a Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2019-01-17This is the first commit of the hicn projectv19.01Luca Muscariello556-0/+94971
Change-Id: I6f2544ad9b9f8891c88cc4bcce3cf19bd3cc863f Signed-off-by: Luca Muscariello <lumuscar+fdio@cisco.com>
2019-01-15Initial empty repositoryEric Ball0-0/+0