[dpdk-dev] [PATCH 0/2] kni: add API to set link status on kernel interface

2018-09-11 Thread Dan Gora
Hi All, The following patches are to add support for DPDK applications to be able to change the carrier state of Linux network interfaces in the KNI kernel module. The carrier state is changed by writing to the Linux /sys file: /sys/devices/virtual/net//carrier, where is the KNI interface name.

[dpdk-dev] [PATCH 0/2] kni: add API to set link status on kernel interface

2018-09-11 Thread Dan Gora
Hi All, The following patches are to add support for DPDK applications to be able to change the carrier state of Linux network interfaces in the KNI kernel module. The carrier state is changed by writing to the Linux /sys file: /sys/devices/virtual/net//carrier, where is the KNI interface name.