On 5/24/2023 8:12 AM, Chaoyong He wrote: > From: Long Wu <long...@corigine.com> > > DPDK bonding PMD mixing use 'bonded' and 'bonding' currently, this > patch replaces the usage of the word 'bonded' with more appropriate > word 'bonding' in bonding PMD and ethdev library as well as in > their docs. Also the test app and testpmd were modified to use the > new wording. > > In addition to grammar requirements, we should still use bonded, > and in other cases, we should use bonding. > > Signed-off-by: Long Wu <long...@corigine.com> > --- > Depends-on: patch-1531512 ("[v4] net/bonding: replace master/slave to") >
'Depends-on' should have patchwork patch/patchset number, above number is part of message id, so it is not useful to find referenced patch, it should be: Depends-on: patch-126979 (https://dpdk.org/patch/126979) The dependent patch is deferred to next release, v23.11, so need to defer this patch too. Or if there is a target/reason to have this patch in this release, you can make a new version on top of current next-net head and send a new version, up to you. For now I am assuming we will continue with this patch and I defer it.