From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/4] liquidio: improve soft command/response handling Date: Wed, 29 Aug 2018 20:07:58 -0700 (PDT) Message-ID: <20180829.200758.1765804596328839616.davem@davemloft.net> References: <20180829015058.GA7898@felix-thinkpad.cavium.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, raghu.vatsavayi@cavium.com, derek.chickles@cavium.com, satananda.burla@cavium.com, weilin.chang@cavium.com To: felix.manlunas@cavium.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:40230 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727233AbeH3HH4 (ORCPT ); Thu, 30 Aug 2018 03:07:56 -0400 In-Reply-To: <20180829015058.GA7898@felix-thinkpad.cavium.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Felix Manlunas Date: Tue, 28 Aug 2018 18:50:58 -0700 > From: Weilin Chang > > Change soft command handling to fix the possible race condition when the > process handles a response of a soft command that was already freed by an > application which got timeout for this request. Series applied, thank you.