Skip to content

Commit

Permalink
Merge pull request #2 from beacer/master
Browse files Browse the repository at this point in the history
update README: add build/test environment.
  • Loading branch information
beacer committed Oct 10, 2017
2 parents e7b1709 + 6b88410 commit ff5a4df
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,23 @@ Major features of `DPVS` including:

# Quick Start

## Test Environment

This *quick start* is tested with the environment below.

* Linux Distribution: CentOS 7.2
* Kernel: 3.10.0-327.el7.x86_64
* CPU: Intel(R) Xeon(R) CPU E5-2650
* NIC: Intel X540
* Memory: 64G
* GCC: gcc version 4.8.5 20150623 (Red Hat 4.8.5-4)

Other environment should also OK if DPDK works, pls check [dpdk.org](www.dpdk.org) for more info.

## Clone DPVS

```bash
% git clone ...
% git clone https://github.com/iqiyi/dpvs.git
% cd dpvs
```

Expand Down

0 comments on commit ff5a4df

Please sign in to comment.