Hi Thomas, > -----Original Message----- > From: Thomas Monjalon <tho...@monjalon.net> > Sent: Thursday, October 24, 2019 4:39 AM > To: Nipun Gupta <nipun.gu...@nxp.com>; Radu-andrei Bulie <radu- > andrei.bu...@nxp.com> > Cc: sta...@dpdk.org; dev@dpdk.org; ferruh.yi...@intel.com; Hemant > Agrawal <hemant.agra...@nxp.com>; Sachin Saxena > <sachin.sax...@nxp.com> > Subject: Re: [dpdk-stable] [PATCH 7/9 v2] mempool/dpaa2: panic on endless > loop in mbuf release > > 17/10/2019 14:44, Nipun Gupta: > > From: Radu Bulie <radu-andrei.bu...@nxp.com> > > + rte_panic("bman release retry exceeded, low > fbpr?\n"); > > You are not supposed to call rte_panic in a library. > Please replace with a smoother abort.
Agree. Will add a log and return. > > > >