Re: [PATCH net-next v3] ibmvnic: Enable TSO support

2017-05-26 Thread David Miller
From: Thomas Falcon Date: Fri, 26 May 2017 11:15:46 -0500 > Enable TSO in the ibmvnic driver. Scatter-gather is also enabled, > though there currently is no support for scatter-gather in > vNIC-compatible hardware, resulting in forced linearization > of all fragmented SKB's. Though not ideal, giv

[PATCH net-next v3] ibmvnic: Enable TSO support

2017-05-26 Thread Thomas Falcon
Enable TSO in the ibmvnic driver. Scatter-gather is also enabled, though there currently is no support for scatter-gather in vNIC-compatible hardware, resulting in forced linearization of all fragmented SKB's. Though not ideal, given the throughput improvement gained by enabling TSO, it has been de