On Tue, Aug 1, 2023 at 10:09 AM 曹文博 <caowe...@mucse.com> wrote: > Thanks for your advice, as you can see this is first time that send the patch > :(.
No problem, everyone had to learn how to do this in the past. There is an issue with threading the patches together. You should read the contributors guide and check your git send-email configuration. https://doc.dpdk.org/guides/contributing/patches.html Especially: https://doc.dpdk.org/guides/contributing/patches.html#sending-patches > For nic feature/cap, what is the right thing that i need to do ? > Describe on the cover letter or that on the doc/guides/nics/features/rnp.ini. For the cover letter content, git format-patch provided you an empty 0000-XXX file that you must fill with a title and a summary of what this series does. In your case here, I am just requesting a description of what this nic is (like its name and a list of supported hardwares if you have many) and what the driver added with this series support (like rx / tx, stats ...). Maybe Ferruh has more requests, but it is a good start. -- David Marchand