Re-send fixing Jerin's email;
> From: Van Haaren, Harry > Sent: Monday, September 11, 2017 9:53 AM > To: Eads, Gage <gage.e...@intel.com>; dev@dpdk.org > Cc: jerin.ja...@caviumnetworks.com > Subject: RE: [PATCH] event/sw: allow fwd and rel when out of credits > > > From: Eads, Gage > > Sent: Friday, September 8, 2017 7:08 PM > > To: dev@dpdk.org > > Cc: Van Haaren, Harry <harry.van.haa...@intel.com>; > > jerin.ja...@caviumnetworks.com > > Subject: [PATCH] event/sw: allow fwd and rel when out of credits > > > > When forwarding or releasing events, the operation would fail if the port > > has 0 inflight credits and cannot acquire more, or the inflight count > > exceeds the port's new event threshold. > > > > This patch fixes that by counting the number of new events in the burst, > > and applying the credit and new event threshold checks accordingly. > > > > Signed-off-by: Gage Eads <gage.e...@intel.com> > > Acked-by: Harry van Haaren <harry.van.haa...@intel.com>