dpdk_buffer.c: Honor clone_count even when there isn't a freelist handler
authorKevin Paul Herbert <[email protected]>
Wed, 16 Dec 2015 00:56:50 +0000 (16:56 -0800)
committerGerrit Code Review <[email protected]>
Thu, 4 Feb 2016 12:42:30 +0000 (12:42 +0000)
commit9de836c71531afe2443b55f34c9400d7cc889f5d
tree5c84a5ad61084e20fa26a1ad52f003c7ef4bc3ed
parent078bc5676e2ea6f7af888bb019d8b963f49b4e31
dpdk_buffer.c: Honor clone_count even when there isn't a freelist handler

The DPDK glue did not support cloned packets which do not
have a freelist handler. Add support for this case.

Change-Id: I8f17cd4952df97989d90d3f3e39792bc3739705c
Signed-off-by: Kevin Paul Herbert <[email protected]>
vlib/vlib/dpdk_buffer.c