On 6/1/2023 7:44 AM, Guo, Junfeng wrote: > > >> -----Original Message----- >> From: Rushil Gupta <[email protected]> >> Sent: Thursday, June 1, 2023 12:50 >> To: Zhang, Qi Z <[email protected]>; [email protected] >> Cc: Guo, Junfeng <[email protected]>; [email protected]; Rushil Gupta >> <[email protected]> >> Subject: [PATCH] net/gve: fix bug in verify driver compatibility >> >> gVNIC requires physical address to be passed in the adminq command. >> This was initially rightly pointed by ferruh.yigit@. >> Fixed by passing 'driver_info_mem->iova'. > > For bug fixing, it is required to reference the id of the commit which > introduced the bug. > You can generate the required lines using the following git alias: > ''' git config alias.fixline "log -1 --abbrev=12 --format='Fixes: %h > (\"%s\")%nCc: %ae'" ''' > and then put the output of ''' git fixline <SHA> ''' into the commit message. > > And also be CCed to the [email protected] mailing list. Thanks! > > Regards, > Junfeng >
Hi Junfeng, You are right, but for this case patch is not pulled to main repo yet, and change is trivial, so I will fix it in next-net.

