[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <DM3PR07MB21382E9EA153F2C3FE1BC41881B80@DM3PR07MB2138.namprd07.prod.outlook.com>
Date: Thu, 10 Nov 2016 17:44:50 +0000
From: "Vatsavayi, Raghu" <Raghu.Vatsavayi@...ium.com>
To: David Miller <davem@...emloft.net>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"Chickles, Derek" <Derek.Chickles@...ium.com>,
"Burla, Satananda" <Satananda.Burla@...ium.com>,
"Manlunas, Felix" <Felix.Manlunas@...ium.com>
Subject: RE: [PATCH net-next V5 3/9] liquidio CN23XX: Mailbox support
Thanks. Will you please let me know if any more changes that you need, I will include all those in next version.
If this the only change then please do confirm, so that I can mail you next patch soon with this change.
Regards
Raghu.
> -----Original Message-----
> From: David Miller [mailto:davem@...emloft.net]
> Sent: Thursday, November 10, 2016 9:19 AM
> To: Vatsavayi, Raghu
> Cc: netdev@...r.kernel.org; Vatsavayi, Raghu; Chickles, Derek; Burla,
> Satananda; Manlunas, Felix
> Subject: Re: [PATCH net-next V5 3/9] liquidio CN23XX: Mailbox support
>
> From: Raghu Vatsavayi <rvatsavayi@...iumnetworks.com>
> Date: Wed, 9 Nov 2016 15:13:46 -0800
>
> > + dev_info(&oct->pci_dev->dev,
> > + "PF changed VF's MAC address to
> %02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx\n",
> > + mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]);
>
> We have a standard mechanism to print network addresses, including MAC
> ones, via the %pXXX format specifier. In this case you should use "%pM" or
> "%pm" depending upon whether you want the address printed with colon
> separators or not.
Powered by blists - more mailing lists