From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-180.mta0.migadu.com (out-180.mta0.migadu.com [91.218.175.180]) (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 DEBCE23E330 for ; Thu, 28 Aug 2025 14:52:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756392781; cv=none; b=gG/FJsVnekq48RDu70x9ITunM47HEnBgIbNUEZxaLJKoIaYpQvqGQl6FZzGH6i//ChTXcvNRfMbBMtGeTM+bZ9nS7N8HHtD+tZ1Jqw2Ic0o4rXK1Tyow8BUaLXps2K/Q3vMaLc68x5yMy0FTBa7SNLBNGwpX1Hkf1Fa/PioqRhA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756392781; c=relaxed/simple; bh=W+KeX730MTropvxIW4LMg7/l9u2KbC7Dy1gYqaG7oJQ=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=ViflWPnbmrZH6HiZvs+tf6xznwhhCVn1dtlw2f/HpjwT9Vcl8kWTEx3qjukcHgPTPFr07EbYD7zKKYGMiYkE7AS/Fq2e8f4AK3dSN2qWAqf/XsaVNPPkbPnLRbmtOnCoByRFcb/+r9aGBOYDWa79MtKh/WXR1TeWRp2hqI1eWqU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=IOrGq3OT; arc=none smtp.client-ip=91.218.175.180 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="IOrGq3OT" Message-ID: <9d940081-1b0a-4738-8d3a-307098c8b0eb@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1756392767; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AqCSeRv1rBAdMX1vVAqaATGQ1oyV8tIerAIu9VU1O4I=; b=IOrGq3OTjxLD6CYrpq2WPEerGjFUt0HsbJepW4/H/QCebnx9V2SmuQwG1ow+U+yoYwZZa8 GUK8CSlCWH5bXHJ7zVChUg2Ml7Iq187nXaIgnRBsOplQEW+Vmi3fPY2mXn9ClnzZvs3l5M qIcMZ6Vla/s8aApKDjx1P/jJlpzZrm4= Date: Thu, 28 Aug 2025 15:52:41 +0100 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH net-next v02 06/14] hinic3: Nic_io initialization To: Fan Gong , Zhu Yikai Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Andrew Lunn , linux-doc@vger.kernel.org, Jonathan Corbet , Bjorn Helgaas , luosifu , Xin Guo , Shen Chenyang , Zhou Shuai , Wu Like , Shi Jing , Meny Yossefi , Gur Stavi , Lee Trager , Michael Ellerman , Suman Ghosh , Przemek Kitszel , Christophe JAILLET References: Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Vadim Fedorenko In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 28/08/2025 13:10, Fan Gong wrote: > Add nic_io initialization to enable NIC service, initialize function table > and negotiate activation of NIC features. > > Co-developed-by: Xin Guo > Signed-off-by: Xin Guo > Co-developed-by: Zhu Yikai > Signed-off-by: Zhu Yikai > Signed-off-by: Fan Gong Reviewed-by: Vadim Fedorenko