From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-173.mta1.migadu.com (out-173.mta1.migadu.com [95.215.58.173]) (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 0DDF9312828 for ; Thu, 28 Aug 2025 14:54:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756392896; cv=none; b=XMOuA++bF+TpiRVPwUglFbah5B8k58nNam6u5ZJ3Krj7eL3V6zA1pEk9ZEgWPdSRR0LUDzQtTbpN/DjlWI4obMz62eQxITNjcfpaPhXxHUHssBsh8wC6E4phOIxKpGw85XQRD1VPXwYi7YV+Jnwl6wQ7QjH7WLsXhd+qyxWdwEM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756392896; c=relaxed/simple; bh=BPkdl9j9D1N90XZ6qmK5CEv9tLIbbm/tl8OiHdkyUhc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=jh+8bPDCJOa2wpKVRL3m/eO+AO2iwcFVDgGzX1EsEzC8Njwb0naKti++X9Ugax5gkEVlJs6LttxJ21FSovPPr+OL5WztK3Msf3jT/MnFDHyvUBrktfSCRvVdTQ+KGs+TdL3SnTIxlj1h41HQOLpmshUW4BTCts3xFIjTVBWO1/g= 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=SiieUIGg; arc=none smtp.client-ip=95.215.58.173 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="SiieUIGg" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1756392892; 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=JwasJTl+J8ScGiEt5lcNBkxwdcyLk9n6hR9skE1FDLI=; b=SiieUIGgwMXLiI/LnmPyzMZWrDZae7TeoTvJEZgrh7ylpcsKDeSmNApxqppY2E7pMzT5J3 HkP0WgQAhbvRChTA92lHshX5yaybJ1jSFa01W2xnC0pisZtbw4EkEhTuhPexPsl+9aoh8A 4UaTxyyTvJhXwHHQINcraY8otU9qt/c= Date: Thu, 28 Aug 2025 15:54:37 +0100 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH net-next v02 07/14] hinic3: Queue pair endianness improvements 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: > Explicitly use little-endian & big-endian to enhance code readability. > > 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