diff options
author | Martin Weiser <martin.weiser@allegro-packets.com> | 2016-07-15 15:59:54 +0200 |
---|---|---|
committer | Martin Weiser <martin.weiser@allegro-packets.com> | 2016-07-15 15:59:54 +0200 |
commit | 659ba2606be997631d736070d2efd92472496a11 (patch) | |
tree | c05dd3947851fcdbb2baa36cf7b57715ed237dec /linux_dpdk | |
parent | 783f8a04fb04266c6d6e9a857a74962e81db96df (diff) |
add option to use DPDK tx checksum offloading to generate packets with correct IP, TCP and UDP checksums
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 dde94dc4..72ea5e3d 100755 --- a/linux_dpdk/ws_main.py +++ b/linux_dpdk/ws_main.py @@ -492,6 +492,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/ '''; |