RE: [PATCH net-next v1 2/3] net: dsa: microchip: dcb: rename IPV to IPM
From: Woojung.Huh
Date: Wed May 08 2024 - 09:43:46 EST
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@xxxxxxxxxxxxx>