Re: [dpdk-dev] [PATCH v4 0/5] eventdev: add interrupt driven queues to Rx adapter

2018-07-02 Thread Jerin Jacob
-Original Message- > Date: Mon, 2 Jul 2018 07:25:25 +0530 > From: Nikhil Rao > To: jerin.ja...@caviumnetworks.com > CC: nikhil@intel.com, dev@dpdk.org > Subject: [PATCH v4 0/5] eventdev: add interrupt driven queues to Rx adapter > X-Mailer: git-send-email 1.8.3.1 > > > This patch ser

[dpdk-dev] [PATCH v4 0/5] eventdev: add interrupt driven queues to Rx adapter

2018-07-01 Thread Nikhil Rao
This patch series adds support for interrupt driven queues to the ethernet Rx adapter, the first 3 patches prepare the code to handle both poll and interrupt driven Rx queues, the 4th patch patch has code changes specific to interrupt driven queues and the final patch has test code. Changelog: v3-