Re: [PATCH] net/gve: add ptype parsing to DQ format

2024-09-21 Thread Ferruh Yigit
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 val

[PATCH] net/gve: add ptype parsing to DQ format

2024-09-18 Thread Joshua Washington
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 pty