-
Notifications
You must be signed in to change notification settings - Fork 461
Comparing changes
Open a pull request
base repository: mtcp-stack/mtcp
base: master
head repository: mtcp-stack/mtcp
compare: devel
- 11 commits
- 17 files changed
- 4 contributors
Commits on Nov 21, 2019
-
dpdk-iface-kmod: remove warning of ‘rte_eth_dev_count’ is deprecated.
rte_eth_dev_count is deprecated and use rte_eth_dev_count_avail instead. Signed-off-by: Qingmin Liu <qingmin.liu@broadcom.com>
Qingmin Liu committedNov 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 6b3bba3 - Browse repository at this point
Copy the full SHA 6b3bba3View commit details -
Merge pull request #271 from qingmin-liu/master
dpdk-iface-kmod: remove warning of ‘rte_eth_dev_count’ is deprecated.
Configuration menu - View commit details
-
Copy full SHA for 68623b7 - Browse repository at this point
Copy the full SHA 68623b7View commit details -
dpdk-iface-kmod: add cross-compile support
- Use variable CROSS to specify toolchain prefix - Use variable RTE_KERNELDIR to specify kernel build dir if RTE_KERNELDIR is not defined. Signed-off-by: Qingmin Liu <qingmin.liu@broadcom.com>
Qingmin Liu committedNov 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 0218ecd - Browse repository at this point
Copy the full SHA 0218ecdView commit details -
mtcp: use ARCH to specify the build arch
- If ARCH is not defined, retrieve it from system. - Only x86_64 adds -m64 Signed-off-by: Qingmin Liu <qingmin.liu@broadcom.com>
Qingmin Liu committedNov 21, 2019 Configuration menu - View commit details
-
Copy full SHA for cc92505 - Browse repository at this point
Copy the full SHA cc92505View commit details -
apps: add external LDFLAGS inherit
- If not it cannot find external lib Signed-off-by: Qingmin Liu <qingmin.liu@broadcom.com>
Qingmin Liu committedNov 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 08209aa - Browse repository at this point
Copy the full SHA 08209aaView commit details -
build: add cross-compile build script for mtcp
- Verified at ARM64 Platform. - For dependencies, introduce ext_lib to specify the dir. Signed-off-by: Qingmin Liu <qingmin.liu@broadcom.com>
Qingmin Liu committedNov 21, 2019 Configuration menu - View commit details
-
Copy full SHA for ffd48db - Browse repository at this point
Copy the full SHA ffd48dbView commit details -
Merge pull request #272 from qingmin-liu/master
Cross-compile build support
Configuration menu - View commit details
-
Copy full SHA for 3c70e99 - Browse repository at this point
Copy the full SHA 3c70e99View commit details
Commits on Jan 6, 2020
-
Introduce num_tx/num_rx config option to specify the DPDK driver TX/R…
…X ring size In dpdk_module.c,TX/RX ring size is hard coded to 128, this prevent mTCP example apps from running in VMware ESXi VM since VMXNET3 PMD default TX descriptor ring size minimum value is 512. With this new config option, mTCP example app users can specify the DPDK TX/RX descriptor ring size to fit in users environment.
Configuration menu - View commit details
-
Copy full SHA for 2644fb6 - Browse repository at this point
Copy the full SHA 2644fb6View commit details -
Add explict documents on compiling ab with DPDK support
ab requires apr to be built with mTCP and DPDK library support the existing documents is missing steps to compile apr with mTCPConfiguration menu - View commit details
-
Copy full SHA for 99b7b87 - Browse repository at this point
Copy the full SHA 99b7b87View commit details
Commits on Jan 9, 2020
-
Merge pull request #284 from vincentmli/devel
Add num_tx/num_rx config option to specify the DPDK driver TX/RX ring size
Configuration menu - View commit details
-
Copy full SHA for aea916c - Browse repository at this point
Copy the full SHA aea916cView commit details
Commits on Jan 11, 2020
-
Renamed num_tx, num_rx to num_tx_desc, num_rx_desc respectively. Replaced atoi() function with strtol(). Signed-off-by: Asim Jamshed <muhammad.jamshed@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 740a693 - Browse repository at this point
Copy the full SHA 740a693View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...devel