On 6/29/2018 2:55 AM, Dan Gora wrote: > Add a new API function to KNI, rte_kni_update_link() to allow DPDK > applications to update the link state for the KNI network interfaces > in the linux kernel. > > Note that the default carrier state is set to off when the interface > is opened.
Why set carrier off when interface opened? Although I don't see any difference in interface state with or without this call. > > Signed-off-by: Dan Gora <d...@adax.com> Overall looks good to me.