Re: [dpdk-dev] [PATCH v2 1/4] eventdev: add eth Tx adapter APIs

2018-08-19 Thread Jerin Jacob
-Original Message- > Date: Fri, 17 Aug 2018 09:50:49 +0530 > From: Nikhil Rao > To: jerin.ja...@caviumnetworks.com, olivier.m...@6wind.com > CC: dev@dpdk.org, Nikhil Rao > Subject: [PATCH v2 1/4] eventdev: add eth Tx adapter APIs > X-Mailer: git-send-email 1.8.3.1 > > > The ethernet Tx

[dpdk-dev] [PATCH v2 1/4] eventdev: add eth Tx adapter APIs

2018-08-16 Thread Nikhil Rao
The ethernet Tx adapter abstracts the transmit stage of an event driven packet processing application. The transmit stage may be implemented with eventdev PMD support or use a rte_service function implemented in the adapter. These APIs provide a common configuration and control interface and an tra