lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Z7hamnWPXmsD24P-@archie.me>
Date: Fri, 21 Feb 2025 17:51:06 +0700
From: Bagas Sanjaya <bagasdotme@...il.com>
To: Gal Pressman <gal@...dia.com>, "David S. Miller" <davem@...emloft.net>,
	Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org, Eric Dumazet <edumazet@...gle.com>,
	Paolo Abeni <pabeni@...hat.com>, Simon Horman <horms@...nel.org>,
	Jonathan Corbet <corbet@....net>,
	Tony Nguyen <anthony.l.nguyen@...el.com>,
	Przemek Kitszel <przemyslaw.kitszel@...el.com>,
	Andrew Lunn <andrew+netdev@...n.ch>,
	Tariq Toukan <tariqt@...dia.com>,
	Edward Cree <ecree.xilinx@...il.com>,
	Ahmed Zaki <ahmed.zaki@...el.com>, linux-doc@...r.kernel.org,
	Cosmin Ratiu <cratiu@...dia.com>
Subject: Re: [PATCH net-next v4 1/5] ethtool: Symmetric OR-XOR RSS hash

On Thu, Feb 20, 2025 at 01:34:31PM +0200, Gal Pressman wrote:
> +Specifically, the "Symmetric-XOR" algorithm XORs the input
                                               or transforms?
>  as follows::
>  
>      # (SRC_IP ^ DST_IP, SRC_IP ^ DST_IP, SRC_PORT ^ DST_PORT, SRC_PORT ^ DST_PORT)
>  
> +The "Symmetric-OR-XOR" algorithm transforms the input as follows::
                              "..., on the other hand, transforms the input ..."
> +
> +    # (SRC_IP | DST_IP, SRC_IP ^ DST_IP, SRC_PORT | DST_PORT, SRC_PORT ^ DST_PORT)
> +

Thanks.

-- 
An old man doll... just what I always wanted! - Clara

Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ