examples/kni: monitor and update link state continually
authorDan Gora <dg@adax.com>
Wed, 24 Oct 2018 22:26:29 +0000 (19:26 -0300)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 26 Oct 2018 17:46:23 +0000 (19:46 +0200)
commit724beb913b44b4686b1d3f70bb5548d4210c1ca2
treec19b0d30a1a709465cd64a3151e662702f3bf5ae
parent89397a01ce4a194415a3db9e4231a7476a5776dc
examples/kni: monitor and update link state continually

Update KNI example to add the command line flag '-m' to enable
a function to continuously monitor the Ethernet link status of
the physical link and update the link status of the corresponding
interfaces with rte_kni_update_link().

Signed-off-by: Dan Gora <dg@adax.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
doc/guides/sample_app_ug/kernel_nic_interface.rst
examples/kni/Makefile
examples/kni/main.c
examples/kni/meson.build