Re: [ PATCH v2 0/2] ibmveth gso fix.

2020-10-14 Thread Jakub Kicinski
On Tue, 13 Oct 2020 16:20:12 -0700 David Wilder wrote: > The ibmveth driver is a virtual Ethernet driver used on IBM pSeries systems. > Gso packets can be sent between LPARS (virtual hosts) without segmentation, > by flagging gso packets using one of two methods depending on the firmware > version.

[ PATCH v2 0/2] ibmveth gso fix.

2020-10-13 Thread David Wilder
The ibmveth driver is a virtual Ethernet driver used on IBM pSeries systems. Gso packets can be sent between LPARS (virtual hosts) without segmentation, by flagging gso packets using one of two methods depending on the firmware version. Some gso packet were not correctly identified by the receiver.