From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH] net/ixgbe: stop link setup alarm handler before device start Date: Thu, 8 Nov 2018 11:16:14 +0000 Message-ID: <949e348c-9612-6a4f-ac2c-532af9ee9dd1@intel.com> References: <20181108102401.23599-1-i.maximets@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Wenzhuo Lu , Konstantin Ananyev , Laurent Hardy , Ferruh Yigit , stable@dpdk.org To: Ilya Maximets , dev@dpdk.org, Qi Zhang Return-path: In-Reply-To: <20181108102401.23599-1-i.maximets@samsung.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 08-Nov-18 10:24 AM, Ilya Maximets wrote: > We should stop alarm handler before resetting the HW to > avoid concurrent device reconfiguration. > > Fixes: 0408f47ba4d6 ("net/ixgbe: fix busy polling while fiber link update") > CC: stable@dpdk.org > > Signed-off-by: Ilya Maximets > --- Tested-by: Anatoly Burakov I can confirm that this fixes issue with pktgen where init was failing if the link wasn't up. -- Thanks, Anatoly