Hi, 2016-03-01 16:41, Xutao Sun: > --- a/doc/guides/rel_notes/release_16_04.rst > +++ b/doc/guides/rel_notes/release_16_04.rst > @@ -123,6 +123,8 @@ ABI Changes > the previous releases and made in this release. Use fixed width quotes for > ``rte_function_names`` or ``rte_struct_names``. Use the past tense. > > +* The fields of outer_mac and inner_mac were changed from pointer > + to struct in order to keep the code's readability.
It is an API change. Proof: you changed the testpmd code.