Re: [PATCH v2] app/testpmd: fix GTP header parsing in csum FWD engine

2022-03-14 Thread Thomas Monjalon
13/03/2022 10:01, Gregory Etelson: > GTP header can be followed by an optional 32 bits extension. > GTP notifies about the extension presence through the E, S or PN > header bits. > > Csum GTP header parser did not check the extension bits value. > > The patch updates GTP header length if at-leas

[PATCH v2] app/testpmd: fix GTP header parsing in csum FWD engine

2022-03-13 Thread Gregory Etelson
GTP header can be followed by an optional 32 bits extension. GTP notifies about the extension presence through the E, S or PN header bits. Csum GTP header parser did not check the extension bits value. The patch updates GTP header length if at-least one of the extension bits is set. Cc: sta...@d