-----Original Message----- > Date: Mon, 11 Sep 2017 08:52:44 +0000 > From: "Van Haaren, Harry" <harry.van.haa...@intel.com> > To: "Eads, Gage" <gage.e...@intel.com>, "dev@dpdk.org" <dev@dpdk.org> > CC: "jerin.ja...@caviumnetworks.com" <jerin.ja...@caviumnetworks.com> > Subject: Re: [dpdk-dev] [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>
Applied to dpdk-next-eventdev/master. Thanks.