-----Original Message----- > Date: Sat, 7 Oct 2017 02:39:55 +0530 > From: Nikhil Rao <[email protected]> > To: [email protected], [email protected] > CC: [email protected] > Subject: [PATCH v5 1/7] eventdev: add caps API and PMD callback for eth Rx > adapter > X-Mailer: git-send-email 2.7.4 > > The caps API allows application to retrieve capability information > needed to configure the ethernet Rx adapter for the eventdev and > ethdev pair. > > For e.g., the ethdev, eventdev pairing maybe such that all of the > ethdev Rx queues can only be connected to a single event queue, in > this case the application is required to pass in -1 as the queue id > when adding a receive queue to the adapter. > > Signed-off-by: Nikhil Rao <[email protected]>
Acked-by: Jerin Jacob <[email protected]>

