VPP-279: af_packet via Command-line Arg should no longer be supported 86/4586/3
authorBilly McFall <[email protected]>
Fri, 6 Jan 2017 22:55:25 +0000 (17:55 -0500)
committerDamjan Marion <[email protected]>
Mon, 9 Jan 2017 14:32:00 +0000 (14:32 +0000)
commit0d3c1cc7626ac39f25975ebf9d92ba903d470f79
tree5b1eefb041b4f59e4f6e00c1ee4fe6d05c134b24
parent48c1824a10d34dae4a660eba754dd2d48f9afbfe
VPP-279: af_packet via Command-line Arg should no longer be supported

With the CLI command 'create host-interface', no longer need to
support af_packet interface creation via Command-line Arg. However,
this is mostly implemented by passing arguments to DPDK. Instead of
blocking functionality, put a warning in the log directing the user
to the CLI.

Change-Id: I6c6fba6096f32ef232f1da0c5d39396c6d13f54f
Signed-off-by: Billy McFall <[email protected]>
src/vnet/devices/dpdk/init.c