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.yi...@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