On Sun, Dec 10, 2023 at 9:56 AM Stephen Hemminger wrote: > > On Sat, 9 Dec 2023 17:24:44 -0800 > Ajit Khaparde wrote: > > > + PMD_DRV_LOG(INFO, "Number of Mcast MACs added (%d) exceeded Max supported (%d)\n", > > + nb_mc_addr, BNXT_MAX_MC_ADDRS); > > Use %u for unsigned variables. Ok. Sure. We will update it in v3. > > > > + PMD_DRV_LOG(INFO, "Turning on Mcast promiscuous mode\n"); > > Do you really need two log lines. For the dev team, even one is enough. The field team thinks two is more clear.