On 9/18/2024 9:33 PM, Joshua Washington wrote: > Currently, the packet type is parsed as part of adding the > checksum-related ol_flags for a received packet, but the parsed > information is not added to the mbuf. > > This change adds the parsed ptypes to the mbuf and updates the RX > checksum validation to rely on the mbuf instead of re-capturing the > ptype from the descriptor. This helps with compatibility with programs > which rely on the packet type value stored in the mbuf. > > Signed-off-by: Joshua Washington <joshw...@google.com> > Reviewed-by: Rushil Gupta <rush...@google.com> >
Applied to dpdk-next-net/main, thanks.