From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B01461D95BE for ; Thu, 17 Oct 2024 09:46:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729158382; cv=none; b=AUjNGJlMT61L9+KO13awJT2vSsmX+2qEdkBCKjFYrfBsezi8AZmBzXxCk3xcCusSJk4t7rgmbyXmBoQf/X7B+snSq1xhHqdN665F270//qm4cybDJW5edFRojlokQGOUxjOm9yqIXYxRwdEX5qj+oJAMGG3QgggRvAsGlkT5bQw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729158382; c=relaxed/simple; bh=/wuOGEEvNYquRC66hYVt0oRxhuEpdfr1+7xxF1GTnqc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cQ15lCEsbOlbcSnP3lAUL4J/K+ncOROnzxmRAu5FAG7La9+R66JyOadafYNo0UQZFBJJiU6pVTxfqS+sXcyGkFpKntgcraY7mmKBaI6sqtqS1fGJHz2Un9+rvUkpyFCob8x9JtGyBREFgIaUKgHa35H4OeuF54qq5vAU3oKAWmE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dL/1hkfV; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dL/1hkfV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0FFE6C4CEC7; Thu, 17 Oct 2024 09:46:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1729158382; bh=/wuOGEEvNYquRC66hYVt0oRxhuEpdfr1+7xxF1GTnqc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dL/1hkfVN+NhWJWq4AV53lWwhY8V+IAndQd/BOUyF2VPaEXIsqSQBpR5USlpAHRtc yejEOSNCzegSxi1+MC/jnA2OuKBFrOlWtcFjGXkTLDBMlqtjMTqvcJfa+y8sCSz8mt SCwnYnzpSQi7lO+SdQwQSkfdkIQSPEUg74Hp0X3uhB4mmshG68mrzBYd7HYcs5AQfu o4AE0GuSiXy9DOkodxTJP2ABThzgBp50V5GtFx70VouPstB8XfbKLhctN0ejN0DaaZ i+hgr6GjeTmZ3ZZNCPld3Zdrj5lT3olBTaDMgPCNLQm9q3Pxs9OYJ5EQ+gh06aXYy+ NW1ORwBxR6saA== Date: Thu, 17 Oct 2024 10:46:18 +0100 From: Simon Horman To: Piotr Kwapulinski Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org, Stefan Wegrzyn , Jedrzej Jagielski , Jan Sokolowski Subject: Re: [PATCH iwl-next v9 2/7] ixgbe: Add support for E610 device capabilities detection Message-ID: <20241017094618.GA1697@kernel.org> References: <20241003141650.16524-1-piotr.kwapulinski@intel.com> <20241003141650.16524-3-piotr.kwapulinski@intel.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241003141650.16524-3-piotr.kwapulinski@intel.com> On Thu, Oct 03, 2024 at 04:16:45PM +0200, Piotr Kwapulinski wrote: > Add low level support for E610 device capabilities detection. The > capabilities are discovered via the Admin Command Interface. Discover the > following capabilities: > - function caps: vmdq, dcb, rss, rx/tx qs, msix, nvm, orom, reset > - device caps: vsi, fdir, 1588 > - phy caps > > Co-developed-by: Stefan Wegrzyn > Signed-off-by: Stefan Wegrzyn > Co-developed-by: Jedrzej Jagielski > Signed-off-by: Jedrzej Jagielski > Reviewed-by: Jan Sokolowski > Signed-off-by: Piotr Kwapulinski Reviewed-by: Simon Horman