commit | 8a1dea4ce6fd0684aef6d0b0843a90658775129d | [log] [tgz] |
---|---|---|
author | Jakub Grajciar <jgrajcia@cisco.com> | Wed Sep 11 10:21:17 2019 +0200 |
committer | Dave Barach <openvpp@barachs.net> | Wed Sep 11 17:08:54 2019 +0000 |
tree | 3e70b34e43d486160ff6be7225119b18390a52da | |
parent | 3d1ef873da900ddf4ef18d5cf7709aab70ed6b7d [diff] |
memif: fix zero-copy arg overwrite Type: fix Signed-off-by: Jakub Grajciar <jgrajcia@cisco.com> Change-Id: I9a34465c85597baecdbc672ce395265f7dbb7f00
diff --git a/src/plugins/memif/memif_api.c b/src/plugins/memif/memif_api.c index 5dafea3..60b9d5f 100644 --- a/src/plugins/memif/memif_api.c +++ b/src/plugins/memif/memif_api.c
@@ -149,9 +149,6 @@ args.is_zero_copy = mp->no_zero_copy ? 0 : 1; - /* enable zero-copy */ - args.is_zero_copy = 1; - /* rx/tx queues */ if (args.is_master == 0) {