On 8/18/2023 3:44 AM, Stephen Hemminger wrote: > Missed in previous patch > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > --- > app/test/test_link_bonding.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/app/test/test_link_bonding.c b/app/test/test_link_bonding.c > index 8dceb14ed0c3..779b24ce6022 100644 > --- a/app/test/test_link_bonding.c > +++ b/app/test/test_link_bonding.c > @@ -4301,7 +4301,7 @@ test_tlb_tx_burst(void) > burst_size); > TEST_ASSERT_EQUAL(nb_tx, 0, " bad number of packet in burst"); > > - /* Clean ugit checkout masterp and remove members from bonded device */ > + /* Clean up check and remove members from bonded device */ > return remove_members_and_stop_bonded_device(); > } > > > Acked-by: Tyler Retzlaff <roret...@linux.microsoft.com> >
Fixes: 0c8396e6d786 ("bond: unit tests for mode 5") Cc: sta...@dpdk.org 'git checkout master' seems slip in, updated comment as following (on top of latest head): /* Clean up and remove members from bonding device */ Applied to dpdk-next-net/main, thanks.