-----Original Message----- > Date: Wed, 13 Dec 2017 00:28:09 +0530 > From: Pavan Nikhilesh <[email protected]> > To: [email protected], [email protected], > [email protected], [email protected], [email protected], > [email protected], [email protected], > [email protected] > Cc: [email protected], Pavan Nikhilesh <[email protected]> > Subject: [dpdk-dev] [PATCH v3] eventdev: use links map to unlink queues > X-Mailer: git-send-email 2.14.1 > > The octeontx event device doesn't store the queues to port mapping as a > result it cannot return the exact number of queues unlinked from a port > when application wants to unlink all the queues mapped (supplies queues > param as NULL). > > Using links_map we can determine the exact queues mapped to a specific > port and unlink them. > > Signed-off-by: Pavan Nikhilesh <[email protected]> > Acked-by: Gage Eads <[email protected]>
Cc: [email protected] Applied to dpdk-next-eventdev/master. Thanks.

