[PATCH] net/gve: add ptype parsing to DQ format
Ferruh Yigit
ferruh.yigit at amd.com
Sun Sep 22 04:00:26 CEST 2024
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 <joshwash at google.com>
> Reviewed-by: Rushil Gupta <rushilg at google.com>
>
Applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list