Hi, Ferruh Yigit
On 2019/10/15 16:46, Ferruh Yigit wrote: > On 10/9/2019 3:16 PM, Wei Hu (Xavier) wrote: >> This series adds some updates for hns3 ethernet pmd driver. >> >> The No.1 patch modifies the statistics information for sending >> and receiving packets. >> The No.2 patch changes the return value of firmware processing >> timeout from -EBADE to -ETIME. >> The No.3 patch adds commands between driver and firmware. >> The No.4 patch restores bus_master_en and msix_enable during >> PF FLR reset. >> >> Chunsong Feng (1): >> net/hns3: restores bus_master_en and msix_enable during PF FLR reset >> >> Hao Chen (1): >> net/hns3: modify the statistics for sending and receiving messages >> >> Hongbo Zheng (1): >> net/hns3: change the return value of firmware processing timeout from >> -EBADE to -ETIME >> >> humin (1): >> net/hns3: Renew command and desc structure >> > Hi Xavier, > > 'check-git-log.sh' is giving some errors, can you please check them? > > $ /devtools/check-git-log.sh -4 > Wrong headline format: > net/hns3: restores bus_master_en and msix_enable during PF FLR reset > Wrong headline uppercase: > net/hns3: Renew command and desc structure > Headline too long: > net/hns3: modify the statistics for sending and receiving messages > net/hns3: change the return value of firmware processing timeout from > -EBADE to -ETIME > net/hns3: restores bus_master_en and msix_enable during PF FLR reset > We will fix it and send Patch V2. Thanks for your comments. Regards Xavier