diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-07-15 18:33:24 +0300 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-07-15 18:33:24 +0300 |
commit | 76cde6b6406fe14b6e8a2196bf1b38eb4ea2c458 (patch) | |
tree | 5be76b3a32db5e0c97359fa010243a83863e7f4a /linux_dpdk | |
parent | af72dceeff1811557c658f716d00ecfc55395593 (diff) | |
parent | 659ba2606be997631d736070d2efd92472496a11 (diff) |
merge cs_offload WIP - need to add more support and tests for that
Diffstat (limited to 'linux_dpdk')
-rwxr-xr-x | linux_dpdk/ws_main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux_dpdk/ws_main.py b/linux_dpdk/ws_main.py index 46d0424e..00e72edf 100755 --- a/linux_dpdk/ws_main.py +++ b/linux_dpdk/ws_main.py @@ -494,6 +494,7 @@ includes_path =''' ../src/pal/linux_dpdk/ ../src/dpdk22/lib/librte_mempool/ ../src/dpdk22/lib/librte_pipeline/ ../src/dpdk22/lib/librte_ring/ +../src/dpdk22/lib/librte_net/ ../src/dpdk22/ '''; |