From: Allain Legacy Date: Tue, 28 Mar 2017 11:54:07 +0000 (-0400) Subject: net/avp: add device start and stop operations X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=ea37523dbc7b71e861b468dbedb46cbfcf6bd8fb;hp=ea37523dbc7b71e861b468dbedb46cbfcf6bd8fb;p=dpdk.git net/avp: add device start and stop operations Adds support for device start and stop functions. This allows an application to control the administrative state of an AVP device. Stopping the device will notify the host application to stop sending packets on that device's receive queues. Signed-off-by: Allain Legacy Signed-off-by: Matt Peters Acked-by: Vincent Jardin ---