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 D42051E502; Tue, 31 Oct 2023 15:20:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hv1wKYy8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4B6C6C433CA; Tue, 31 Oct 2023 15:20:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698765625; bh=+pUsleWzGMzecEeUZif7UWECC6Mweiv0OQf1A394Bkw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hv1wKYy8+OLbQMgqnshEK/330tGcnyimFW7fLtgJoOlKTlpSMbSPtkyluGUhUgIJU QK1lqkPvF1cDZwwmBaTj23GXuQpCjTTEfjUkHgVFDpeJiIAdk7ClovoD9ZxGT2we+t VdytgADwcsNRUK/Qjuy2zJ9ugwHUrDGKrYjFRFaOMbkhbXOakCnyU7vM2y6tB/k2G9 kE69nuGxdA/PS/VGx8Eh2mnwAGzQIfAfimNSgeaPvztPu0DpS1uWnu+V9d96pLC/e0 ByP8lErAY/VNo3yfVM88/ZLelTfyZ6KfyAd2RwD4V3zNet+LBUiAis6hGaQKW8WfYd EtNtZDJG+Ifow== Date: Tue, 31 Oct 2023 08:20:23 -0700 From: Jakub Kicinski To: Gal Pressman Cc: Ahmed Zaki , "Alexander H Duyck" , , , , Wojciech Drewek , , , , , , , , , Jacob Keller , , , Subject: Re: [Intel-wired-lan] [PATCH net-next v4 1/6] net: ethtool: allow symmetric-xor RSS hash for any flow type Message-ID: <20231031082023.3fd4761b@kernel.org> In-Reply-To: References: <20231016154937.41224-1-ahmed.zaki@intel.com> <20231017131727.78e96449@kernel.org> <20231017173448.3f1c35aa@kernel.org> <20231018165020.55cc4a79@kernel.org> <45c6ab9f-50f6-4e9e-a035-060a4491bded@intel.com> <20231020153316.1c152c80@kernel.org> <20231020164917.69d5cd44@kernel.org> <89e63967-46c4-49fe-87bc-331c7c2f6aab@nvidia.com> <70132b6f-542f-4fe6-971f-ab9ea80acbe4@nvidia.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-Transfer-Encoding: 7bit On Tue, 31 Oct 2023 09:14:58 -0600 Ahmed Zaki wrote: > Do you mean add vendor-specific implementation details to common docs? > Not sure if I have seen this before. Any examples? > > Or, we can add a note in ethtool doc that each vendor's implementation > is different and "Refer to your vendor's specifications for more info". Gal, can you shed any more detail on who your implementation differs? It will help the discussion, and also - I'm not sure how you can do xor differently..