[dpdk-dev] [PATCH v8 3/4] rte_ctrl_if: add control interface library

Bruce Richardson bruce.richardson at intel.com
Mon Jun 26 13:09:59 CEST 2017


On Wed, Jun 21, 2017 at 12:06:50PM +0100, Ferruh Yigit wrote:
> This library gets control messages form kernelspace and forwards them to
> librte_ether and returns response back to the kernelspace.
> 
> Library does:
> 1) Trigger Linux virtual interface creation
> 2) Initialize the netlink socket communication
> 3) Provides process() API to the application that does processing the
> received messages
> 
> This library requires corresponding kernel module to be inserted.
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> ---
<snip>
> +static int
> +conrol_interface_rtnl_init(void)

Minor nit, typo in patch code to fix in next version: s/conrol/control/

/Bruce


More information about the dev mailing list