07/07/2019 16:21, Jerin Jacob Kollanukkaran: > > > -----Original Message----- > > From: [email protected] <[email protected]> > > Sent: Friday, July 5, 2019 4:04 PM > > To: [email protected] > > Cc: [email protected]; Jerin Jacob Kollanukkaran <[email protected]>; > > Vamsi Krishna Attunuru <[email protected]> > > Subject: [PATCH v1 1/1] mempool/octeontx2: fix npa pool range errors > > > > From: Vamsi Attunuru <[email protected]> > > > > Patch fixes npa pool range errors observed while creating mempool. > > During mempool creation, octeontx2 mempool driver populates pool range > > fields before enqueueing the buffers. If any enqueue or dequeue operation > > reaches npa hardware prior to the range field's HW context update, those ops > > result in npa range errors. Patch adds a routine to read back HW context and > > verify if range fields are updated or not. > > > > Signed-off-by: Vamsi Attunuru <[email protected]> > > > 1) Please fix chek-git-log.sh > > $ ./devtools/check-git-log.sh > Missing 'Fixes' tag: > mempool/octeontx2: fix npa pool range errors > > 2) Please mention this issue happens when mempool objects are > from different mempool in git commit log
One more comment, the title is supposed to say which behaviour it is fixing, not the root cause.

