[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BL0PR11MB291304A2A9E43E7B7A533EE4E7E52@BL0PR11MB2913.namprd11.prod.outlook.com>
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