On Tue, Oct 13, 2020 at 7:21 PM David Wilder <dwil...@us.ibm.com> wrote: > > Ingress large send packets are identified by either: > The IBMVETH_RXQ_LRG_PKT flag in the receive buffer > or with a -1 placed in the ip header checksum. > The method used depends on firmware version. Frame > geometry and sufficient header validation is performed by the > hypervisor eliminating the need for further header checks here. > > Fixes: 7b5967389f5a ("ibmveth: set correct gso_size and gso_type") > Signed-off-by: David Wilder <dwil...@us.ibm.com> > Reviewed-by: Thomas Falcon <tlfal...@linux.ibm.com> > Reviewed-by: Cristobal Forno <cris.fo...@ibm.com> > Reviewed-by: Pradeep Satyanarayana <prade...@linux.vnet.ibm.com>
Acked-by: Willem de Bruijn <will...@google.com> Thanks for clarifying the header validation. I clearly had missed that :)