18/10/2024 02:39, Morten Brørup: > > From: Robin Jarry [mailto:rja...@redhat.com] > > Sent: Friday, 18 October 2024 00.42 > > > > Add more ICMP message types and codes based on RFC 792. Change the > > namespace prefix from RTE_IP_ICMP_ to RTE_ICMP_ to allow > > differentiation > > between types and codes. > > > > Do not include deprecated message types as described in RFC 6918. > > > > Link: https://www.rfc-editor.org/rfc/rfc792 > > Link: https://www.rfc-editor.org/rfc/rfc6918 > > Signed-off-by: Robin Jarry <rja...@redhat.com> > > Acked-by: Stephen Hemminger <step...@networkplumber.org> > > Acked-by: Ferruh Yigit <ferruh.yi...@amd.com> > > Acked-by: Morten Brørup <m...@smartsharesystems.com>
Highlighted the API changes in the release notes, and applied, thanks.