Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mtcp-stack/mtcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mtcp-stack/mtcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: devel
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 17 files changed
  • 4 contributors

Commits on Nov 21, 2019

  1. 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 committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    6b3bba3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #271 from qingmin-liu/master

    dpdk-iface-kmod: remove warning of ‘rte_eth_dev_count’ is deprecated.
    a-jamshed authored Nov 21, 2019
    Configuration menu
    Copy the full SHA
    68623b7 View commit details
    Browse the repository at this point in the history
  3. 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 committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    0218ecd View commit details
    Browse the repository at this point in the history
  4. 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 committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    cc92505 View commit details
    Browse the repository at this point in the history
  5. apps: add external LDFLAGS inherit

    - If not it cannot find external lib
    
    Signed-off-by: Qingmin Liu <qingmin.liu@broadcom.com>
    Qingmin Liu committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    08209aa View commit details
    Browse the repository at this point in the history
  6. 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 committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    ffd48db View commit details
    Browse the repository at this point in the history
  7. Merge pull request #272 from qingmin-liu/master

    Cross-compile build support
    a-jamshed authored Nov 21, 2019
    Configuration menu
    Copy the full SHA
    3c70e99 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. 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.
    vincentmli committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    2644fb6 View commit details
    Browse the repository at this point in the history
  2. 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 mTCP
    vincentmli committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    99b7b87 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Merge pull request #284 from vincentmli/devel

    Add num_tx/num_rx config option to specify the DPDK driver TX/RX ring size
    a-jamshed authored Jan 9, 2020
    Configuration menu
    Copy the full SHA
    aea916c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Cosmetic changes.

    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>
    a-jamshed committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    740a693 View commit details
    Browse the repository at this point in the history
Loading