10/01/2018 03:01, Beilei Xing: > --- a/doc/guides/rel_notes/release_18_02.rst > +++ b/doc/guides/rel_notes/release_18_02.rst > +* **Updated i40e driver to support MPLSoUDP/MPLSoGRE.** > + > + Updated i40e PMD to support MPLSoUDP/MPLSoGRE with MPLSoUDP/MPLSoGRE > + supporting profiles which can be programmed by dynamic device > + personalization (DDP) process: > + > + * Support cloud filer of MPLSoUDP/MPLSoGRE flow based on MPLS label. > + > + This feature was implemented in release_17_05. > + > +* **Updated i40e driver to support GTP-C/GTP-U.** > + > + Updated i40e PMD to support GTP-C/GTP-U with GTP-C/GTP-U supporting > + profiles which can be programmed by dynamic device personalization (DDP) > + process: > + > + * Support RSS of GTP-C/GTP-U flow. > + * Support flow director of GTP-C/GTP-U flow based on TEID. > + * Support cloud filer of GTP-C/GTP-U flow based on TEID. > + > + This feature was implemented in release_17_11, and only GTPv1 is supported. > + > +* **Updated i40e driver to support PPPoE/PPPoL2TP.** > + > + Updated i40e PMD to support PPPoE/PPPoL2TP with PPPoE/PPPoL2TP supporting > + profiles which can be programmed by dynamic device personalization (DDP) > + process: > + > + * Support RSS of PPPoE/PPPoL2TP flow based on user defined input set. > + * Support FDIR of PPPoE/PPPoL2TP flow based on user defined input set.
It is mixing features implemented in 17.11 and 17.05. They should be added in their respective release notes if still relevant. This part of the patch is removed when pulling next-net in master.