[dpdk-dev] [PATCH] event/sw: remove stale IQ references when reconfigured

2018-01-09 Thread Gage Eads
This commit fixes a bug in which, when the sw PMD is reconfigured, it would leave stale IQ chunk pointers in each queue's IQ structure. Now, the PMD initializes all IQs at eventdev start time and releases all IQ chunk pointers at eventdev stop time (which has the consequence that any events in a qu

Re: [dpdk-dev] [PATCH] event/sw: remove stale IQ references when reconfigured

2018-01-09 Thread Van Haaren, Harry
> From: Eads, Gage > Sent: Tuesday, January 9, 2018 4:20 PM > To: dev@dpdk.org > Cc: jerin.ja...@caviumnetworks.com; Van Haaren, Harry > ; pbhagavat...@caviumnetworks.com; > santosh.shu...@caviumnetworks.com > Subject: [PATCH] event/sw: remove stale IQ references when reconfigured > > This commit

Re: [dpdk-dev] [PATCH] event/sw: remove stale IQ references when reconfigured

2018-01-10 Thread Pavan Nikhilesh
On Tue, Jan 09, 2018 at 10:19:35AM -0600, Gage Eads wrote: > This commit fixes a bug in which, when the sw PMD is reconfigured, it would > leave stale IQ chunk pointers in each queue's IQ structure. Now, the PMD > initializes all IQs at eventdev start time and releases all IQ chunk > pointers at ev

Re: [dpdk-dev] [PATCH] event/sw: remove stale IQ references when reconfigured

2018-01-10 Thread Jerin Jacob
-Original Message- > Date: Wed, 10 Jan 2018 15:56:16 +0530 > From: Pavan Nikhilesh > To: Gage Eads , jerin.ja...@caviumnetworks.com, > harry.van.haa...@intel.com, santosh.shu...@caviumnetworks.com > Cc: dev@dpdk.org > Subject: Re: [PATCH] event/sw: remove stale IQ references when reconfig