From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] liquidio: monitor all of Octeon's cores in watchdog thread Date: Thu, 10 May 2018 17:32:29 -0400 (EDT) Message-ID: <20180510.173229.1388959026824525731.davem@davemloft.net> References: <20180509183131.GA1811@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 To: felix.manlunas@cavium.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:37600 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752298AbeEJVca (ORCPT ); Thu, 10 May 2018 17:32:30 -0400 In-Reply-To: <20180509183131.GA1811@felix-thinkpad.cavium.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Felix Manlunas Date: Wed, 9 May 2018 11:31:31 -0700 > The liquidio_watchdog kernel thread is watching over only 12 cores of the > Octeon CN23XX; it's neglecting the other 4 cores that are present in the > CN2360. Fix it by defining LIO_MAX_CORES as 16. > > Signed-off-by: Felix Manlunas Applied.