On 10/12/2024 3:40 AM, Chaoyong He wrote: > This patch series refactor some logic of NFP PMD to make it more > clear, also fix some bugs. > > --- > v2: > * Following the reviewer's request, change a little logic of patch 10/10. > * Add 'Acked-by' tag from reviewer. > --- > > Chaoyong He (10): > net/nfp: use strlcpy for copying string > net/nfp: fix malloc name problem in secondary process > net/nfp: simplify some function parameters > net/nfp: improve the logic readability > net/nfp: fix problem caused by configure function > net/nfp: add check logic for port up/down function > net/nfp: fix problem caused by commit end function > net/nfp: fix problem caused by FEC set > net/nfp: modify the comment of some control messages > net/nfp: fix memory leak in VF initialization logic >
Except 2/10, Series applied to dpdk-next-net/main, thanks. The change in the 2/10 looks harmless, also I can see similar logic already exist in the driver, but keeping it open to since discussion is going on. Patch can be merged iteratively later if required.