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] [thread-next>] [day] [month] [year] [list]
Date: Wed, 8 May 2024 13:41:47 +0000
From: <Woojung.Huh@...rochip.com>
To: <o.rempel@...gutronix.de>, <davem@...emloft.net>, <andrew@...n.ch>,
	<edumazet@...gle.com>, <f.fainelli@...il.com>, <kuba@...nel.org>,
	<pabeni@...hat.com>, <olteanv@...il.com>, <Arun.Ramadoss@...rochip.com>
CC: <kernel@...gutronix.de>, <linux-kernel@...r.kernel.org>,
	<netdev@...r.kernel.org>, <UNGLinuxDriver@...rochip.com>,
	<dsahern@...nel.org>, <horms@...nel.org>, <willemb@...gle.com>, <san@...v.dk>
Subject: RE: [PATCH net-next v1 2/3] net: dsa: microchip: dcb: rename IPV to
 IPM

Hi Oleksij,

Thanks for change.

> @@ -2726,20 +2726,20 @@ static int
> ksz9477_set_default_prio_queue_mapping(struct ksz_device *dev,
>                                                   int port)
>  {
>         u32 queue_map = 0;
> -       int ipv;
> +       int ipm;
> 
> -       for (ipv = 0; ipv < dev->info->num_ipvs; ipv++) {
> +       for (ipm = 0; ipm < dev->info->num_ipms; ipm++) {
>                 int queue;
> 
>                 /* Traffic Type (TT) is corresponding to the Internal
> Priority
> -                * Value (IPV) in the switch. Traffic Class (TC) is
> +                * Value (IPM) in the switch. Traffic Class (TC) is

Change "Value (IPM)..." to "Map (IPM)..."

After this change,

Reviewed-by: Woojung Huh <woojung.huh@...rochip.com>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ