> -----Original Message----- > From: Jerin Jacob [mailto:[email protected]] > Sent: Monday, February 06, 2017 11:00 > To: [email protected] > Cc: [email protected]; Hemant Agrawal > <[email protected]>; [email protected]; > [email protected]; Nipun Gupta <[email protected]>; Jerin Jacob > <[email protected]> > Subject: [dpdk-dev] [PATCH] eventdev: limit port link operation to configured > queues > > On port_setup, the link_map is updated only > for configured number of event queues. > Limit the port_links_get scan only to configured number > of event queues. Also, Limit the port link and unlink queue > validation to configured number of event queues. > > Fixes: 8ca610e0487c ("eventdev: implement the northbound APIs") > > Reported-by: Nipun Gupta <[email protected]> > Signed-off-by: Jerin Jacob <[email protected]>
Acked-by: Nipun Gupta <[email protected]>

