[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201013232014.26044-1-dwilder@us.ibm.com>
Date: Tue, 13 Oct 2020 16:20:12 -0700
From: David Wilder <dwilder@...ibm.com>
To: netdev@...r.kernel.org
Cc: tlfalcon@...ux.ibm.com, cris.forno@....com,
pradeeps@...ux.vnet.ibm.com, wilder@...ibm.com,
willemdebruijn.kernel@...il.com, kuba@...nel.org
Subject: [ PATCH v2 0/2] ibmveth gso fix.
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.
This patch-set corrects this issue.
V2:
- Added fix tags.
- Byteswap the constant at compilation time.
- Updated the commit message to clarify what frame validation is performed
by the hypervisor.
Signed-off-by: David Wilder <dwilder@...ibm.com>
Reviewed-by: Thomas Falcon <tlfalcon@...ux.ibm.com>
Reviewed-by: Cristobal Forno <cris.forno@....com>
Reviewed-by: Pradeep Satyanarayana <pradeeps@...ux.vnet.ibm.com>
David Wilder (2):
ibmveth: Switch order of ibmveth_helper calls.
ibmveth: Identify ingress large send packets.
drivers/net/ethernet/ibm/ibmveth.c | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
--
1.8.3.1
Powered by blists - more mailing lists