Re: [dpdk-dev] [PATCH v2 12/15] net/avp: packet transmit functions

2017-02-26 Thread Legacy, Allain
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Allain Legacy > Sent: Sunday, February 26, 2017 2:09 PM > To: YIGIT, FERRUH > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 12/15] net/avp: packet transmit functions > > Adds sup

[dpdk-dev] [PATCH v2 12/15] net/avp: packet transmit functions

2017-02-26 Thread Allain Legacy
Adds support for packet transmit functions so that an application can send packets to the host application via an AVP device queue. Both the simple and scattered functions are supported. Signed-off-by: Allain Legacy Signed-off-by: Matt Peters --- drivers/net/avp/avp_ethdev.c | 419