memif: fix zero-copy arg overwrite
Type: fix Signed-off-by: Jakub Grajciar <jgrajcia@cisco.com> Change-Id: I9a34465c85597baecdbc672ce395265f7dbb7f00 (cherry picked from commit 8a1dea4ce6fd0684aef6d0b0843a90658775129d)
This commit is contained in:
Jakub Grajciar
committed by
Andrew Yourtchenko
parent
8ae62b7123
commit
be50f64a75
@ -144,9 +144,6 @@ vl_api_memif_create_t_handler (vl_api_memif_create_t * mp)
|
||||
/* mode */
|
||||
args.mode = mp->mode;
|
||||
|
||||
/* enable zero-copy */
|
||||
args.is_zero_copy = 1;
|
||||
|
||||
/* rx/tx queues */
|
||||
if (args.is_master == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user