10/04/2021 16:23, Xueming Li: > --- a/doc/guides/rel_notes/release_21_05.rst > +++ b/doc/guides/rel_notes/release_21_05.rst > @@ -131,6 +131,12 @@ New Features > * Added command to display Rx queue used descriptor count. > ``show port (port_id) rxq (queue_id) desc used count`` > > +* **Enabled new devargs parser.** > + > + * Unified devargs storage buffer usage.
I think this one can be skipped, it is internal handling. > + * Added new bus driver api to allow bus driver contribute to devargs > parsing. > + * Try new devargs syntax parser first, fallback to legacy syntax parser. Rewording: " * Enabled devargs syntax ``bus=X,paramX=x/class=Y,paramY=y/driver=Z,paramZ=z`` * Added bus-level parsing of the devargs syntax. * Kept compatibility with the legacy syntax as parsing fallback. " Please move this block at the beginning of the release notes.