Re: [dpdk-dev] [PATCH 2/5] net/mrvl: fix hif objects allocation

2018-01-14 Thread Tomasz Duszynski
On Fri, Jan 12, 2018 at 07:13:22PM +, Ferruh Yigit wrote: > On 1/11/2018 3:35 PM, Tomasz Duszynski wrote: > > From: Natalie Samsonov > > Commit title updated to [1] assuming hif is an abbreviation (btw, what is > hif?) Thanks for fixing that. HIF stands for host-interface. You want to alloca

Re: [dpdk-dev] [PATCH 2/5] net/mrvl: fix hif objects allocation

2018-01-12 Thread Ferruh Yigit
On 1/11/2018 3:35 PM, Tomasz Duszynski wrote: > From: Natalie Samsonov Commit title updated to [1] assuming hif is an abbreviation (btw, what is hif?) [1] net/mrvl: fix HIF objects allocation > > 1. Add checking for non-EAL threads. > > 2. Create hif objects on first use since sometimes on pr

[dpdk-dev] [PATCH 2/5] net/mrvl: fix hif objects allocation

2018-01-11 Thread Tomasz Duszynski
From: Natalie Samsonov 1. Add checking for non-EAL threads. 2. Create hif objects on first use since sometimes on probe not all lcores are initialized and can be added later. In this case the hif objects for later cores were not created and this caused system crash. Fixes: 0ddc9b8 ("ne