summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-13Feat : LWIP integration part1Swarup Nayak87-468/+15061
Change-Id: Ia26c092d16579c6f845a021ba66bde106363883a Signed-off-by: Swarup Nayak <swarupnpvt@gmail.com>
2018-08-13Merge "Fix: adding checkstyle custom targets"yalei wang1-0/+4
2018-08-13Fix: adding checkstyle custom targetssharath1-0/+4
Change-Id: I07ad9233fbec448e3bf622b32b4e0ebde28369bb Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
2018-08-09Feat: adding a test scriptzqysara2-17/+45
Adding a script to test send/recv app,and modify the introduction file Change-Id: I07f9e9eb7fb86c6ca1354542f5adc9bf758b5ab7 Signed-off-by: zqysara <zhangqiyu1@huawei.com>
2018-08-06Merge "Docs: readme files of dmm-rsocket"yalei wang3-0/+110
2018-08-06Docs: readme files of dmm-rsocketjulis john3-0/+110
Change-Id: I552262478f5f379d4fdda5bf58eb4b0c22cf9fb5 Signed-off-by: julis john <zhanglixin4@huawei.com>
2018-08-02Merge "Fix: epoll close process bug"yalei wang1-3/+6
2018-08-01Feat: implement send/recv in ks_common.c and vs_common.czqysara4-1/+619
An file can test only the send/receive API, exclude epoll and select; the app named ks_common and vs_common; Change-Id: Id1c751f78644dad4f00e4df0368fa7094af394fe Signed-off-by: zqysara <zhangqiyu1@huawei.com>
2018-08-01Merge "Fix: change the log dir and update the log flush time"yalei wang4-5/+5
2018-08-01Merge "Fix: commit-msg hook conflicts with git-review"yalei wang3-7/+47
2018-08-01Merge "Fix: disable dpdk1802 KNI mode by default"yalei wang2-50/+60
2018-08-01Merge "Fix: build nginx with epoll"yalei wang1-2/+3
2018-08-01Fix: commit-msg hook conflicts with git-reviewyexin3-7/+47
Fix bug that the original commit-msg hook will conflict with the one from git-review. Also add an option (RMWS) to CMakelists to enable autoremove trailing whitespace when commit changes. Change-Id: I78a34758d1cf2501814e60b403a25df40de833f9 Signed-off-by: yexin <yexin13@huawei.com>
2018-08-01Fix: build nginx with epolljulis john1-2/+3
Change-Id: I980ee29462e5d62dffc9aa007bcb55799fe89fd3 Signed-off-by: julis john <zhanglixin4@huawei.com> Yalei Wang <william.wangyalei@huawei.com>
2018-08-01Fix: disable dpdk1802 KNI mode by defaultyexin2-51/+61
Change-Id: Ie36d2c50514f6c66b12f2b3920d60f9315e2320e Signed-off-by: yexin <yexin13@huawei.com>
2018-07-31Fix: change the log dir and update the log flush timeYalei Wang4-5/+5
Change-Id: I385e02553a9a662fc51777fbac9ea12773526762 Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
2018-07-31Fix: epoll close process bugYalei Wang1-3/+6
epinfo should be set to NULL only after the related epi released. Change-Id: Ic367aee960fe38a9af695c458bb2ee5b06f90fb5 Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
2018-07-30Merge "Fix: some typos"yalei wang2-23/+7
2018-07-30Fix: some typosyexin2-23/+7
Delete personal information in nstack_socket.c. Update Release Plan from 18.04 to 18.07. Delete extra colons in README.md. Change-Id: Ibcd15723a19887b54bd7a452a03ab56011112bc9 Signed-off-by: yexin <yexin13@huawei.com>
2018-07-28Refactor: enlarge the buf for parsing the lib pathYalei Wang4-8/+8
Also add some minor fix for rpm install error check Change-Id: Id190d1caea888c0c19c0d1162265175e5a4e2a58 Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
2018-07-27Merge "Fix: proxy for sudo user and version of MLNX_OFED"yalei wang4-8/+19
2018-07-26Merge "Feat: Deb package for ubuntu"yalei wang6-1/+66
2018-07-26Feat: Deb package for ubunturainbow_02066-1/+66
Change-Id: Ic64808af9bb3b7af8f66f1c0a8d681d88b3724a3 Signed-off-by: rainbow_0206 <jiangwenjiang@huawei.com>
2018-07-26Merge "Feat: add commit message template and hook"yalei wang3-1/+179
2018-07-26Feat: add commit message template and hookyexin3-1/+179
Use cmake to install the template and hook. Change-Id: Ie86ad2e1a4d1fe1999941445be969618b192eb32 Signed-off-by: yexin <yexin13@huawei.com>
2018-07-26Fix: proxy for sudo user and version of MLNX_OFEDwangyalei4-8/+19
Fix the sudo proxy issue, and update dependent version of MLNX_OFED for more centos release. Change-Id: Iebbea51ccdad5fe112157934e549393a86141d2a Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
2018-07-24Fix: build.sh failed in zshyexin1-1/+1
Using build.sh in zsh environment has error, put `#!/bin/bash` in the first line can solve this. Change-Id: Ibf04662d72325bba276301791d43770e98a7fae8 Signed-off-by: yexin <yexin13@huawei.com>
2018-07-19Installing numa for building dpdk18.02rainbow_02061-1/+6
Change-Id: Ib207691acd68cacc6331839192ac21ffe530ecd5 Signed-off-by: rainbow_0206 <jiangwenjiang@huawei.com>
2018-07-18Merge "Update dpdk version from 16.04 to 18.02"yalei wang17-57/+210
2018-07-18Update dpdk version from 16.04 to 18.02rainbow_020617-57/+210
Change-Id: Idebbee1d61211e1e800df82e0d474cf3ef099075 Signed-off-by: rainbow_0206 <jiangwenjiang@huawei.com>
2018-07-16Merge "Fix rpm build error after clean junk file"yalei wang2-2/+1
2018-07-13Fix rpm build error after clean junk fileyinzhongyi2-2/+1
Change-Id: I3141da4625d499a4a850e05306d0e518fc8b7e07 Signed-off-by: yinzhongyi <yinzhongyi@huawei.com>
2018-07-12Add build rsocket in build.sh and Build_DMM.mdyinzhongyi3-19/+61
Change-Id: I776d6a851b684025fd24bd459ea3cac02dd69e2c Signed-off-by: yinzhongyi <yinzhongyi@huawei.com>
2018-07-11Merge "Delete unused files"yalei wang2-505/+0
2018-07-09Merge "Clean up junk file"yalei wang11-24821/+0
2018-07-06Clean up junk fileyinzhongyi11-24821/+0
These files will be generated with the latest version by command autoreconf -ivf when build dmm, so the old files are useless. Change-Id: Ibeb89b03530f9f1ec237fdfd9efaf94d5365148d Signed-off-by: yinzhongyi <yinzhongyi@huawei.com>
2018-07-06Add integeration of rsocket for DMMnanger12-1/+1650
rsocket version: librdmacm-1.1.0 compile with "make dmm_rsocket" command Change-Id: I8f0aec0d1e11f13f7593e7b7cc3a59d7a9dd287e Signed-off-by: nanger <zhenyinan@huawei.com>
2018-07-04Delete unused fileszqysara2-505/+0
Change-Id: Ieaf283130ea90dae946cf7eea4144e288bc16520 Signed-off-by: zqysara <zhangqiyu1@huawei.com>
2018-06-29Merge "Introducing DMM README.md"yalei wang1-18/+35
2018-06-29Introducing DMM README.mdzqysara1-18/+35
Change-Id: Ia49a5a7be4981693bf0157501df0b4d4ca51025f Signed-off-by: zqysara <zhangqiyu1@huawei.com>
2018-06-29Merge "change log address and build support 1g hugepage"yalei wang2-7/+17
2018-06-29change log address and build support 1g hugepageyinzhongyi2-7/+17
Change-Id: I00894ed2597bccb3b3d941abf73bca16da359675 Signed-off-by: yinzhongyi <yinzhongyi@huawei.com>
2018-06-28Merge "fix epoll connect error"yalei wang4-600/+4
2018-06-26Spell correctionRahul Gupta63-411/+411
Change-Id: Icc062e358398ecf0fc46b7a55ce1c37a71aee650 Signed-off-by: Rahul Gupta <rahul.g.chimera@gmail.com>
2018-06-21fix epoll connect erroryinzhongyi4-600/+4
Change-Id: Ia55b8864414945c8e5095dc29d7c4fa1831e6a80 Signed-off-by: yinzhongyi <yinzhongyi@huawei.com>
2018-06-18Merge "Fix some doc typo"yalei wang4-44/+50
2018-06-18Merge "permission denied error fix and add exit statement in build script"yalei wang1-10/+21
2018-06-15excluding NGINX target buildsharath1-0/+1
Change-Id: Id0c20cad189bfc29c3c64ea282854c4665ade4c1 Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
2018-06-15permission denied error fix and add exit statement in build scriptsharath1-10/+21
Change-Id: Iadfa0b6205e3b76fb2afaa7d9ea53992e68bd4c3 Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
2018-06-15Fix some doc typoYalei Wang4-44/+50
Change-Id: I373f7877fefc686586284e71ab48afca12fcdbd2 Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>