summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-09-19Fix rpm packaging to usr /usr/lib not /usr/lib64v16.09stable/1609Ed Warnicke1-6/+6
Change-Id: Ia81728881de048690ddadc1ee4ec7dd34d7c6655 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-09-19Merge "Only build packages, don't do a fresh make install afterward" into ↵Keith Burns1-2/+10
stable/1609
2016-09-19Only build packages, don't do a fresh make install afterwardEd Warnicke1-2/+10
Change-Id: I5078dc886a50b34e1fc0d9d894582ac82598a782 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2016-09-19doc: Initial doxygen framework for NSH SFC projectHåkan Jonsson15-0/+3866
A first attempt for a documentation generation using Doxygen for the NSH SFC project. Doxygen tagging and documentation in the code still need to be done. Based on a copy of the Doxygen framework in VPP. Top Makefile added to (only) build documentation. Change-Id: I795dfd921dc3db1bf9fe901fb352edf8a3d65b50 Signed-off-by: Håkan Jonsson <hakan.jonsson@ericsson.com>
2016-09-19Start consuming vpp 16.09 artifactsEd Warnicke1-1/+1
Change-Id: I2d945d679d2ec9220ddbb8d514e6ac01b6c3a50e Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2016-09-19Start building rpms and debs in CIEd Warnicke1-1/+5
Change-Id: I880d6bb4848b9d0482c24eae1032d72c537a620e Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2016-09-18Fix to make "make dist" workEd Warnicke2-3/+3
Change-Id: I09562faa0bc57799e91eac1c8d5503ba00baaad4 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2016-09-17Fix really bad hardlinking of build directory into include statmentsEd Warnicke1-3/+2
Change-Id: I157bdb6fda811c85072dabbf1449ac1b259323ed Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2016-09-16nsh-plugin deb packagingEd Warnicke7-1/+125
Change-Id: I1029c5c4d2aa80b01ac73b88327bbb5852159c59 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2016-09-16nsh-plugin rpm packagingEd Warnicke6-1/+113
Change-Id: I7acc688b3c40cbce34ada9be957b274c34780570 Signed-off-by: Ed Warnicke <eaw@cisco.com> Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2016-09-16Clean out files that should never have been committedEd Warnicke4-22631/+0
configure and libtool.m4 should't be committed, but rather generated by autoreconf -f -i nsh-plugin-api/* should not have been committed at all and is not used at all. Change-Id: Ic5f8160c39c4ff17baf36c59d7b67d8d7baed43a Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2016-09-16Fix .gitignore file to actually workEd Warnicke1-10/+11
Change-Id: Ica8ac231d0084fd5d5f15e3473e1dc82e6fdbe7a Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2016-09-12Change .gitreview for stable/1609v16.09-rc1Ed Warnicke1-0/+1
Change-Id: I962ff7dac57f9b711150ab65078bee1def6761de Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-09-08Fix groupId so we can push artifactsv16.09-rc0Ed Warnicke1-1/+1
Change-Id: I38e3ab1016091c2d4623c4a61c1090ce1a4f2054 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-09-07jvpp support for nshEd Warnicke39-58/+25051
Augment APIs with entry_index for reply, dump and details Squashes: https://gerrit.fd.io/r/#/c/2538/ https://gerrit.fd.io/r/#/c/2118/ https://gerrit.fd.io/r/#/c/1884/ Change-Id: Ibbdc53e2db8ffa5499380f6ce70356c4a401315e Signed-off-by: Marek Gradzki <mgradzki@cisco.com> Signed-off-by: Hongjun Ni <hongjun.ni@intel.com> Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-08-11NSHSFC-7: send detail messages with proper idMarek Gradzki1-2/+4
Change-Id: If2c25f81853fc5b6f1a8a26cdfaa44f38b8bf394 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2016-08-03Augment md-type2 support within NSH APIHongjun Ni1-0/+4
PatchSet 2: change tlv[256] to tlv[tlv_length] Change-Id: I783483de0d55f38ad96c99faa701d735ba109f43 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2016-08-02Change control_ping to nsh_control_pingHongjun Ni3-13/+14
PatchSet 3: rebuild PatchSet 2: add msg_id_base Change-Id: I3a52acced0f85e5799560926fa8f4eb65e674009 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2016-08-02Workaround for C thread to Java thread attachment for pluginsHongjun Ni3-2/+97
Change-Id: Ic33c37f63a30946ee451d3223db3bd1e3043f408 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2016-08-02Fix tlv[0] issue of nsh_entryHongjun Ni4-18/+7
PatchSet 2: delete tlv Change-Id: I19131a8dfc441be1d7cbb92c817a3f7e583f9189 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2016-08-02Add nsh_map_dump APIHongjun Ni3-4/+90
Change-Id: If901cf638c9142c362afeb9634a7cbcd458c0125 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2016-08-02Add nsh entry dump APIHongjun Ni3-0/+105
Change-Id: I6664c9929b8332eb8f4d7bc33f0f99b458a71908 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2016-07-29Fix nsh_add_del_map issue with VATHongjun Ni3-22/+28
PatchSet 4: rebuild PatchSet 4: rebuild PatchSet 3: rebuild again PatchSet 2: rebuild Change-Id: Id8c10d65767a9d4eded63d7be6a87e2f87f383db Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2016-07-29Fix nsh_add_del_entry issue in VATHongjun Ni1-1/+12
Change-Id: I880204a58e6bd90702d935322de53a4377ff099b Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2016-06-22VPP-70: Fix nsh-input next_index issueHongjun Ni1-1/+0
Change-Id: I46e3a6ee18846e3d786600b08f23113e3aa9af03 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2016-06-21Merge "Have verify.sh use build.sh so verify checks user code path"Keith Burns2-10/+9
2016-06-21Add input node wiring for vxlan4-gpe-input, vxlan6-gpe-input, greKeith Burns (alagalah)2-31/+54
Change-Id: Ie7b132924f36a0522e956a80d3f6f2b5fcca84f0 Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
2016-06-17Have verify.sh use build.sh so verify checks user code pathEd Warnicke2-10/+9
Change-Id: Iadc3b1cec27d994daf6bc096c2230be19b565655 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-06-18Build needs prefix else stuff goes in the wrong placeKeith Burns (alagalah)2-2/+2
Change-Id: I7e6c8ac8bf754ed9f88da7c691b21aef439993c5 Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
2016-06-17Merge "NSHSFC-3: Fix create_nsh_map_command's help"Keith Burns1-131/+119
2016-06-15NSHSFC-3: Fix create_nsh_map_command's helpHongjun Ni1-131/+119
PatchSet 2: fix indent issue. Change-Id: I1dbff5081c685d4cd492a6b53a7130bf065f9c85 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com> Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
2016-06-15Add .gitreview fileEd Warnicke1-0/+4
Change-Id: I2f43e30e3aae4807fcc97a5d32c0da126b3d9d88 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-06-15NSHSFC-1 Initial move from VPP to NSH_SFCKeith Burns (alagalah)17-0/+1795
- API is giving me some negative energy currently -- I'll work it out but wanted to publish both VPP-61 and this simultaneously Change-Id: I4a04b56dd470655114605621d0c44ea3c26bc069 Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com> Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-03-30Initial empty repositoryC.J. Collier0-0/+0