[{"id":3686069,"web_url":"http://patchwork.ozlabs.org/comment/3686069/","msgid":"<85ec6953-3a52-4ea6-9c74-d798bf5ecce3@intel.com>","list_archive_url":null,"date":"2026-05-04T23:41:30","subject":"Re: [Intel-wired-lan] [PATCH iwl-next] ice: add SBQ posted writes\n with non-posted support for CGU","submitter":{"id":9784,"url":"http://patchwork.ozlabs.org/api/people/9784/","name":"Jacob Keller","email":"jacob.e.keller@intel.com"},"content":"On 4/15/2026 4:27 AM, Przemyslaw Korba wrote:\n> From: Karol Kolacinski <karol.kolacinski@intel.com>\n> \n> Sideband queue (SBQ) is a HW queue with very short completion time. All\n> SBQ writes were posted by default, which means that the driver did not\n> have to wait for completion from the neighbor device, because there was\n> none. This introduced unnecessary delays, where only those delays were\n> \"ensuring\" that the command is \"completed\" and this was a potential race\n> condition.\n> \n> Add the possibility to perform non-posted writes where it's necessary to\n> wait for completion, instead of relying on fake completion from the FW,\n> where only the delays are guarding the writes.\n> \n> Flush the SBQ by reading address 0 from the PHY 0 before issuing SYNC\n> command to ensure that writes to all PHYs were completed and skip SBQ\n> message completion if it's posted.\n> \n> To analyze if delays are gone, look for and compare time spent in\n> ice_sq_send_cmd — posted writes should return immediately after the wr32.\n> That can be done for example by adjusting phc time with phc_ctl on E830\n> device, for less than 2 seconds to use this new mechanism. Without it,\n> command below will fail.\n> \n> Reproduction steps:\n> phc_ctl eth13 adj 1\n> phc_ctl[4478170.994]: adjusted clock by 1.000000 seconds\n> \n> Check trace for timing for comparisions:\n> echo ice_sbq_send_cmd > /sys/kernel/debug/tracing/set_ftrace_filter\n> echo function_graph > /sys/kernel/debug/tracing/current_tracer\n> cat /sys/kernel/debug/tracing/trace\n> \n> Tested on:\n>   - Intel E830 NIC (FW version 1.00)\n>   - Kernel 6.19.0+\n> \n> Signed-off-by: Karol Kolacinski <karol.kolacinski@intel.com>\n> Signed-off-by: Przemyslaw Korba <przemyslaw.korba@intel.com>\n> Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>\n> Reviewed-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>\n> ---\n\nThis doesn't appear to apply clean to the tip of Intel Wired LAN\ndev-queue, nor to net-next/main...\n\n>  drivers/net/ethernet/intel/ice/ice_common.c  | 18 ++++--\n>  drivers/net/ethernet/intel/ice/ice_ptp_hw.c  | 64 ++++++++++++--------\n>  drivers/net/ethernet/intel/ice/ice_sbq_cmd.h |  5 +-\n>  3 files changed, 53 insertions(+), 34 deletions(-)\n> \n> diff --git a/drivers/net/ethernet/intel/ice/ice_common.c b/drivers/net/ethernet/intel/ice/ice_common.c\n> index f84990996530..2cd3d6d450a9 100644\n> --- a/drivers/net/ethernet/intel/ice/ice_common.c\n> +++ b/drivers/net/ethernet/intel/ice/ice_common.c\n> @@ -1777,23 +1777,29 @@ int ice_sbq_rw_reg(struct ice_hw *hw, struct ice_sbq_msg_input *in, u16 flags)\n>  \tmsg.msg_addr_low = cpu_to_le16(in->msg_addr_low);\n>  \tmsg.msg_addr_high = cpu_to_le32(in->msg_addr_high);\n>  \n> -\tif (in->opcode)\n> +\tswitch (in->opcode) {\n> +\tcase ice_sbq_msg_wr_p:\n> +\tcase ice_sbq_msg_wr_np:\n>  \t\tmsg.data = cpu_to_le32(in->data);\n> -\telse\n> +\t\tbreak;\n> +\tcase ice_sbq_msg_rd:\n>  \t\t/* data read comes back in completion, so shorten the struct by\n>  \t\t * sizeof(msg.data)\n>  \t\t */\n>  \t\tmsg_len -= sizeof(msg.data);\n> +\t\tbreak;\n> +\tdefault:\n> +\t\treturn -EINVAL;\n> +\t}\n>  \n> -\tif (in->opcode == ice_sbq_msg_wr)\n> -\t\tcd.posted = 1;\n\nIt looks like this code in the upstream version doesn't have the cd\nstructure on this function.\n\n> +\tcd.posted = in->opcode == ice_sbq_msg_wr_p;\n> \n\nIt looks like this is based on top of \"ice: fix posted write support for\nsideband queue operations\"? That was dropped from the queue because of\nour discussion that you would re-submit a fixed version.\n\nSince that didn't get applied, this won't apply clean either. Do you\nstill want the part that fixes E830 to go to net? Or do you just want to\nimplement posted writes all together in one patch?\n\nEither way, could you please re-submit the work either as 2 patches or\nas a single combined patch?\n\nThanks,\nJake","headers":{"Return-Path":"<intel-wired-lan-bounces@osuosl.org>","X-Original-To":["incoming@patchwork.ozlabs.org","intel-wired-lan@lists.osuosl.org"],"Delivered-To":["patchwork-incoming@legolas.ozlabs.org","intel-wired-lan@lists.osuosl.org"],"Authentication-Results":["legolas.ozlabs.org;\n\tdkim=pass (2048-bit key;\n unprotected) header.d=osuosl.org header.i=@osuosl.org header.a=rsa-sha256\n header.s=default header.b=gL1h1Uff;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=osuosl.org\n (client-ip=2605:bc80:3010::136; helo=smtp3.osuosl.org;\n envelope-from=intel-wired-lan-bounces@osuosl.org;\n receiver=patchwork.ozlabs.org)"],"Received":["from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4g8dTR2yKsz1yJ0\n\tfor <incoming@patchwork.ozlabs.org>; Tue, 05 May 2026 09:41:47 +1000 (AEST)","from localhost (localhost [127.0.0.1])\n\tby smtp3.osuosl.org (Postfix) with ESMTP id 08EEC606EE;\n\tMon,  4 May 2026 23:41:45 +0000 (UTC)","from smtp3.osuosl.org ([127.0.0.1])\n by localhost (smtp3.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP\n id mlo58Bpe2Avj; Mon,  4 May 2026 23:41:44 +0000 (UTC)","from lists1.osuosl.org (lists1.osuosl.org [140.211.166.142])\n\tby smtp3.osuosl.org (Postfix) with ESMTP id 4457D606EA;\n\tMon,  4 May 2026 23:41:44 +0000 (UTC)","from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136])\n by lists1.osuosl.org (Postfix) with ESMTP id CF100280\n for <intel-wired-lan@lists.osuosl.org>; Mon,  4 May 2026 23:41:43 +0000 (UTC)","from localhost (localhost [127.0.0.1])\n by smtp3.osuosl.org (Postfix) with ESMTP id B21FF606EA\n for <intel-wired-lan@lists.osuosl.org>; Mon,  4 May 2026 23:41:43 +0000 (UTC)","from smtp3.osuosl.org ([127.0.0.1])\n by localhost (smtp3.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP\n id 6evIQJLZ1ZLP for <intel-wired-lan@lists.osuosl.org>;\n Mon,  4 May 2026 23:41:43 +0000 (UTC)","from mgamail.intel.com (mgamail.intel.com [192.198.163.15])\n by smtp3.osuosl.org (Postfix) with ESMTPS id 7F198606E9\n for <intel-wired-lan@lists.osuosl.org>; Mon,  4 May 2026 23:41:42 +0000 (UTC)","from orviesa008.jf.intel.com ([10.64.159.148])\n by fmvoesa109.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 04 May 2026 16:41:37 -0700","from fmsmsx903.amr.corp.intel.com ([10.18.126.92])\n by orviesa008.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 04 May 2026 16:41:37 -0700","from FMSMSX901.amr.corp.intel.com (10.18.126.90) by\n fmsmsx903.amr.corp.intel.com (10.18.126.92) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id\n 15.2.2562.37; Mon, 4 May 2026 16:41:36 -0700","from fmsedg901.ED.cps.intel.com (10.1.192.143) by\n FMSMSX901.amr.corp.intel.com (10.18.126.90) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id\n 15.2.2562.37 via Frontend Transport; Mon, 4 May 2026 16:41:36 -0700","from BN1PR04CU002.outbound.protection.outlook.com (52.101.56.13) by\n edgegateway.intel.com (192.55.55.81) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id\n 15.2.2562.37; Mon, 4 May 2026 16:41:36 -0700","from SN7PR11MB7592.namprd11.prod.outlook.com (2603:10b6:806:343::16)\n by MW4PR11MB8267.namprd11.prod.outlook.com (2603:10b6:303:1e2::13)\n with Microsoft SMTP Server (version=TLS1_2,\n cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.9870.25; Mon, 4 May\n 2026 23:41:34 +0000","from SN7PR11MB7592.namprd11.prod.outlook.com\n ([fe80::3e09:8700:df72:37b6]) by SN7PR11MB7592.namprd11.prod.outlook.com\n ([fe80::3e09:8700:df72:37b6%6]) with mapi id 15.20.9870.022; Mon, 4 May 2026\n 23:41:33 +0000"],"X-Virus-Scanned":["amavis at osuosl.org","amavis at osuosl.org"],"X-Comment":"SPF check N/A for local connections - client-ip=140.211.166.142;\n helo=lists1.osuosl.org; envelope-from=intel-wired-lan-bounces@osuosl.org;\n receiver=<UNKNOWN> ","DKIM-Filter":["OpenDKIM Filter v2.11.0 smtp3.osuosl.org 4457D606EA","OpenDKIM Filter v2.11.0 smtp3.osuosl.org 7F198606E9"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=osuosl.org;\n\ts=default; t=1777938104;\n\tbh=jC9aFb5KxLxPKWUean7lzkSNbK5JVDc68IbkGk+3Alg=;\n\th=Date:To:CC:References:From:In-Reply-To:Subject:List-Id:\n\t List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe:\n\t From;\n\tb=gL1h1UffTwlkl6ljBjWUEk+As3Qd58gBfzxCXBFD8KwrQR/UihJNTPqrZDPrnLm9O\n\t 5akmdP8rJJhxQPkSC1OKDf/g2IFVEAjsLXWvI34YQEOwnGXb0u7NXggu4vuQNjd7A9\n\t soAMfcUZZh/gyUsgWFFRNkoYQT5KCxl7sbU8nKOoE8qFVkxWNpSAfhrv322KDi5CcW\n\t t0FmxSi99Z07op0V0Z0BtzTS4rPReLyBmlPUEmbGqnpGCftIZkVpMt6cHmpcqqGwLz\n\t zzE4QWrrpkaNI2zgSZzBWedNAKfZcPwmD0rcGenYSLYxxqpx1H+ngB1agXmu6KC1D/\n\t FVdAtRqkftymw==","Received-SPF":"Pass (mailfrom) identity=mailfrom; client-ip=192.198.163.15;\n helo=mgamail.intel.com; envelope-from=jacob.e.keller@intel.com;\n receiver=<UNKNOWN>","DMARC-Filter":"OpenDMARC Filter v1.4.2 smtp3.osuosl.org 7F198606E9","X-CSE-ConnectionGUID":["A5lWlzcnQ2iNE6vf4QuFqg==","iigNFcouTcSY6NRLXxRXxg=="],"X-CSE-MsgGUID":["fXXy4A0AQ3OcSm6CNZitWQ==","rY7RTQktREybR2YHOzGdig=="],"X-IronPort-AV":["E=McAfee;i=\"6800,10657,11776\"; a=\"78903685\"","E=Sophos;i=\"6.23,216,1770624000\"; d=\"scan'208\";a=\"78903685\"","E=Sophos;i=\"6.23,216,1770624000\"; d=\"scan'208\";a=\"235523868\""],"X-ExtLoop1":"1","ARC-Seal":"i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none;\n b=c2Ww8nfdz80sgcJsTgadmHmaIxtSgpkCHl1QLXo/JwPOiJbOj1YSsozuSnadvkq623rvw/hEidEDw42O/DFeRUAsIFFhqv0n6B1Kq4dL9qhdO431BV/S91Og7xiNF2eyR3CmD1SqvcQPtpP/oY9DSm7kNfio/qRMQOAOQamiKz6pyh06SahRV1+/y6Y/bpfw2wiXKrTXQmGAWHFKRAk01M83Yds6MWvM4Fj5w56Ai9AkUFUXGhIShMDsMe1ssBiGSVTKgMm+a+b2tEO9JUy0fKeXDYzfbe92aouqOovMeUzt13R+btVZaeyxCQhEQwM9BajbBwEOxVNqQelndwf+FQ==","ARC-Message-Signature":"i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;\n s=arcselector10001;\n h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1;\n bh=jC9aFb5KxLxPKWUean7lzkSNbK5JVDc68IbkGk+3Alg=;\n b=TKs/i5ma2VgKMGST2NuwgPOHTjRP7YdcD/o0x7i7vAZwCP8WGWUOXivbNm+Vr7F41XZgx4Th8fuXymkxF9eBcTpOJ+3V7IMa8SuYhrwUuViv2uIjIZmSl5q2axakrt8W1Gjg4Ke0ypJXxLUWEKQvmeYhtiXbDqAYnGum66xC/4LU88nYaX140Y1uAiPjJ7BYdlJg+fLFEnOwih3+iWq72ewsnLT0VxwLaoIpkVABrOB35Mv+Y3CQ1YlQpE1lvgHEEo+fSKFuMuaauowLQH11f/YrCyZYNtkb53r+RrVoHyDFW3hHLhOOj9gk7NDRUCzEbfzAVJ9BSKccPF6P2eQ1dg==","ARC-Authentication-Results":"i=1; mx.microsoft.com 1; spf=pass\n smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com;\n dkim=pass header.d=intel.com; arc=none","Message-ID":"<85ec6953-3a52-4ea6-9c74-d798bf5ecce3@intel.com>","Date":"Mon, 4 May 2026 16:41:30 -0700","User-Agent":"Mozilla Thunderbird","To":"Przemyslaw Korba <przemyslaw.korba@intel.com>,\n <intel-wired-lan@lists.osuosl.org>","CC":"<netdev@vger.kernel.org>, <anthony.l.nguyen@intel.com>,\n <przemyslaw.kitszel@intel.com>, Aleksandr Loktionov\n <aleksandr.loktionov@intel.com>, Arkadiusz Kubalewski\n <arkadiusz.kubalewski@intel.com>","References":"<20260415112706.1562382-2-przemyslaw.korba@intel.com>","Content-Language":"en-US","From":"Jacob Keller <jacob.e.keller@intel.com>","In-Reply-To":"<20260415112706.1562382-2-przemyslaw.korba@intel.com>","Content-Type":"text/plain; charset=\"UTF-8\"","Content-Transfer-Encoding":"8bit","X-ClientProxiedBy":"MW4PR03CA0116.namprd03.prod.outlook.com\n (2603:10b6:303:b7::31) To SN7PR11MB7592.namprd11.prod.outlook.com\n (2603:10b6:806:343::16)","MIME-Version":"1.0","X-MS-PublicTrafficType":"Email","X-MS-TrafficTypeDiagnostic":"SN7PR11MB7592:EE_|MW4PR11MB8267:EE_","X-MS-Office365-Filtering-Correlation-Id":"6651e552-f3ef-4ea9-584c-08deaa36aca2","X-MS-Exchange-SenderADCheck":"1","X-MS-Exchange-AntiSpam-Relay":"0","X-Microsoft-Antispam":"BCL:0;\n ARA:13230040|366016|1800799024|376014|22082099003|56012099003|18002099003;","X-Microsoft-Antispam-Message-Info":"\n bDr61J5soBA6fJGZHCsK1NbtZXSy7e0QVHzEuL3QAc6dnnxxyoBOtMgrc1ZzL3xYLWSbq48kt0yX7uXVNKQcgxLKXAdCbVK6UqyDk5O7O5F2cNzJIznhjPdmk42jQgpvvTdI04fu0xPno4T7q2Cg0UtXj79BIcUKpxskVGt0cQB6Pegz89T/URGEIEWz+cBqQhKn3FSDvFr3FmpkiY84+4qnISpSUfQ3GG5h8PZ9woyb0ibqhUool5U+CAcLsZk4r9x8mIuYP92i+ENp5s3J6KYo5V1juVhZW8M/2wnNWAoB/3f9cU6r1ttbQqTxUuLy6uAVKAKRqybmhdd+SfKqhmGJT1PzelKW0Ke0BVpQ+3H0rZcRhycQmaoVJni7f+DdCHNWFvUiZf4cf9pTz37fD/l9ueOOdQ2kW6ePlGAWO+cMz2xrwpV/r9KRB6L2/vclxv/ODKFx8CV/NkGId3rRIZcJ8/jp7Y3nMwnFbZXjxkdEaVSYq2x5TvTAddjPVZqzngHItARTI7G3IbRtBY9VFs8oCU1ICfZRlW9nI9Ob6pgJ+BFfjNIrHRu+UAOv2mwj3ZuN+puZTp6Dj9FWAt9ql02auoKXN2BHfrSzuvArxV49XkfcBEHLaWNDYRRntDI9B+75XD/etAXwqRLKgCdWakOeS5rCHklrQ1H7kg+VKXZRkIQW8VUtw5JLt9rtYU3v","X-Forefront-Antispam-Report":"CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:;\n IPV:NLI; SFV:NSPM; H:SN7PR11MB7592.namprd11.prod.outlook.com; PTR:; CAT:NONE;\n SFS:(13230040)(366016)(1800799024)(376014)(22082099003)(56012099003)(18002099003);\n DIR:OUT; SFP:1101;","X-MS-Exchange-AntiSpam-MessageData-ChunkCount":"1","X-MS-Exchange-AntiSpam-MessageData-0":"=?utf-8?q?3xnZIV+7cwMqJ+9cEMGb7LhcYia4?=\n\t=?utf-8?q?TLphqrnpbuGZkxLhi+Fde/YvVVIkS8B2ucAUw+y5RvTKfenWIfl85gGlDPWY2TGEz?=\n\t=?utf-8?q?O5E2+e5JMrPDd/oCunMVybgIUjKw5wT+ILB+nNbPWgeJb+ylSEuWoeWAhk+VWnkX+?=\n\t=?utf-8?q?zbzj+4/Ihc7vn7Li2EBCIvlQugn62+sQHc02OJcmKwU8G6J3wynDOV0+DAIawD0np?=\n\t=?utf-8?q?ASdBE2pxNqDESQUXgn/r6Hu92lYZiZlvbi113F3r0PLu6db3/HNcksUAw5JcpFwlU?=\n\t=?utf-8?q?XoLwKcAQ+o0qeJ+iFTaqugWxPytQ0aaYjgmSsNnV9AJgPmF30sOc98hyFd0y4icL5?=\n\t=?utf-8?q?et4UQMZP3ifk2lTq7clrq2M9KlW2Sfk3o9OaiolihIby9SXVaqhutZkN6AdRCD8J9?=\n\t=?utf-8?q?DDNs6iTEFNxhAbl6edFbfDQjBsC2C/FFwtFp17DMT8DcA4LBJsff6iEHIda8147MS?=\n\t=?utf-8?q?r8GMe2Ch7NZPU41G5RUWNpcH3Fa1wi2/1dpQgWaWn/2gXGz2cFR99ExIVtGhi/qx4?=\n\t=?utf-8?q?zjLTyfw6jM9RhYpN4hn7oQkBasno5eS4I8XFqj8+AfQyX6dFxa48w20fm5ZDo/AMU?=\n\t=?utf-8?q?FxR/5HSZSMu2WxdtSLS3Hdhvo7rdIXOJPWLElxe8pp5tWyy+yEUCSyS5dseyc9r7S?=\n\t=?utf-8?q?Id898w8ld2UqI0vXZdV4CZuPjVCaKdjzXklRM/iqonYKsIlrgDWNZQ6N+iZf/uDEz?=\n\t=?utf-8?q?ITGQnI4xtHdZbpVMo4pyQa5n67r2qBxzMczL8S6IiA/pMNAz//w+o4P7u2MTU+qC2?=\n\t=?utf-8?q?guNXkIl18W7rprOhCrmmSUTkgsnREXWgMDm22dvMMEoVLPb/RY3ytwt4qaZnQdPMv?=\n\t=?utf-8?q?Bl9747mpg6I6GqHuvQMpHE/lP/zfoHn+ai7EKzYdYblFr7Wtb9PQ6NWrSI2c/N7yL?=\n\t=?utf-8?q?Htcc20PiJ/Wz5SuKSxOb92s0kxw6pNMuFvbRGSAwNgvIjioznoXRr5PiAvjOcACNq?=\n\t=?utf-8?q?mzccWvvigUxlEmHO2JEmyivzutATA6a0WlNg1uThko6GEGSADn4MGiT2lvQrl6U0k?=\n\t=?utf-8?q?rFjaxXr41uKgiFPvjPc70YQACFOe0eQzXGrBCT1MsYmz8fYECG8UWGY5/LOS3hUli?=\n\t=?utf-8?q?qTobuBlMVogh9384JHyikXX88815h9pY5d3eCrCzpjZVX+KomoDA1WqznkCnVQWjK?=\n\t=?utf-8?q?QyjsREHQKKpF5doyw+WhXTq3dkg1bXwwrFZCNqqXN27CmcQ8Fu+l+spP3AbRw0JcC?=\n\t=?utf-8?q?mJd4Ruxu0uDhM4IBz/OIHP8pa+JdlVFJ/SMoNSISQ6XPAd8mozB0s18tc4N1YmXva?=\n\t=?utf-8?q?kzbKFBqpHmpbATKN6huRS3kphxEdZ9shJwrGC9DIf/PBX8ozZgvschScrguMTINyS?=\n\t=?utf-8?q?64C1qfavLd0pMMQY76PHfgZVGcjQHIkC8UuXM8gl5IiAhYLf6rTrOuqhDmMndT8S9?=\n\t=?utf-8?q?NAenev5n0Ae10fEoXuu7eYtR3D6puECfYhaShDzyBkuRSxAPIZYOtMVD/S4C6u95X?=\n\t=?utf-8?q?KswtWIvqv7Ulon7y9f2Rk2IyiYCjlyWwfCcCBleGZRdkAjDyL9YDa+sOSSIGtP553?=\n\t=?utf-8?q?afqDGh6ApOUjS87GQR1L6gnwxAHtfaLlOrKunxKld0801xtEa5MgZhVkuSU0E73Q4?=\n\t=?utf-8?q?4H9FehBibGkuqOIdyj5Prt2M3IWLTISXXrng93OjMbMJOntO5nimrWZ9mhcpY4snH?=\n\t=?utf-8?q?/0LVn3jYZRB1a0U+vEBe7gY0r/P/+GIg=3D=3D?=","X-Exchange-RoutingPolicyChecked":"\n Eq6zaUnDIwLCfQ56dyPPEkby66lsxkhBD7J0h3TOsGlB2l6gM3iNehHr+piZJr4TqSZZiYb//Pv9TC3twOARDNzGwXyh+GmoUPqlWBwTqF6WPkrr9TSguvj0EFymRz/h7QVpadwJamnSOIT4qaxzjTdUa21HsQBDWtwxCy1wrBHxI4mQaSwAbqwcMmkQXS2n7osEf1UvTh24AOjd7Gu+V5WrDDc4eXE/eg6TjJCN6LDn+Wju1ssHRU3PNkbaM9++6pUstL0iVFsNcqIMyCpq50/1HvrnEMKAl9dqTo+nV9h9rQF93BNqtoNFiqEwSKFFA14hB0a5fUNBCAD5V6Blkg==","X-MS-Exchange-CrossTenant-Network-Message-Id":"\n 6651e552-f3ef-4ea9-584c-08deaa36aca2","X-MS-Exchange-CrossTenant-AuthSource":"SN7PR11MB7592.namprd11.prod.outlook.com","X-MS-Exchange-CrossTenant-AuthAs":"Internal","X-MS-Exchange-CrossTenant-OriginalArrivalTime":"04 May 2026 23:41:33.6898 (UTC)","X-MS-Exchange-CrossTenant-FromEntityHeader":"Hosted","X-MS-Exchange-CrossTenant-Id":"46c98d88-e344-4ed4-8496-4ed7712e255d","X-MS-Exchange-CrossTenant-MailboxType":"HOSTED","X-MS-Exchange-CrossTenant-UserPrincipalName":"\n GbpBVo7pMkyRqmAGzRUHohuzSE2tLTAolub0Db6yznGiJqMnBCqMcRIh7ecJydUR3ZIk2i4proM/YU1jchYM1lv4GKrRPG/S6XomHHiWTfw=","X-MS-Exchange-Transport-CrossTenantHeadersStamped":"MW4PR11MB8267","X-OriginatorOrg":"intel.com","X-Mailman-Original-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple;\n d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n t=1777938102; x=1809474102;\n h=message-id:date:subject:to:cc:references:from:\n in-reply-to:content-transfer-encoding:mime-version;\n bh=pF1pog98pgFYdynWaI0bcuLySctTpv5GSZRFlYLCoRE=;\n b=fangWAu85kbizaJMsUI1JZoiTYSdyC6WwME5luWZqriw1GdZjqO7M4g9\n Zj/in3xTqELGQUGrIsT6rWWLHk9WQHdU5QPMyB/CidGVhtnLwuxYBUQ8V\n MRo1Q+ZiGalQTPDkGuFEKpctveMOTChhiTa18mZSakXjUJi16rJh+uPTD\n A/SeSFrFr4HBsAj8NtIRqCPVf/C/AZFZStYMQu6Tu9F1UywJFPSU2Rhuk\n DDFC0hrQnr2/VZEbH+lB7XMpf5yZOwXvfpb+5/xL4VGlReDbuXWHaRDbU\n Z32bfQSRLZxn8TqC0oqqG3j3Al8ZkYdNvG1Psd+LEuTUKgOA5j/ygaret\n A==;","X-Mailman-Original-Authentication-Results":["smtp3.osuosl.org;\n dmarc=pass (p=none dis=none)\n header.from=intel.com","smtp3.osuosl.org;\n dkim=pass (2048-bit key,\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=fangWAu8","dkim=none (message not signed)\n header.d=none;dmarc=none action=none header.from=intel.com;"],"Subject":"Re: [Intel-wired-lan] [PATCH iwl-next] ice: add SBQ posted writes\n with non-posted support for CGU","X-BeenThere":"intel-wired-lan@osuosl.org","X-Mailman-Version":"2.1.30","Precedence":"list","List-Id":"Intel Wired Ethernet Linux Kernel Driver Development\n <intel-wired-lan.osuosl.org>","List-Unsubscribe":"<https://lists.osuosl.org/mailman/options/intel-wired-lan>,\n <mailto:intel-wired-lan-request@osuosl.org?subject=unsubscribe>","List-Archive":"<http://lists.osuosl.org/pipermail/intel-wired-lan/>","List-Post":"<mailto:intel-wired-lan@osuosl.org>","List-Help":"<mailto:intel-wired-lan-request@osuosl.org?subject=help>","List-Subscribe":"<https://lists.osuosl.org/mailman/listinfo/intel-wired-lan>,\n <mailto:intel-wired-lan-request@osuosl.org?subject=subscribe>","Errors-To":"intel-wired-lan-bounces@osuosl.org","Sender":"\"Intel-wired-lan\" <intel-wired-lan-bounces@osuosl.org>"}}]