aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-03-17 20:12:40 -0400
committerDavid S. Miller <davem@davemloft.net>2018-03-17 20:12:40 -0400
commitfe2d55d295cf70d5b1f1f1217cfa771bf5eb3f7f (patch)
tree27afd538319a4363508819efeb17ccb05ae26029 /tools/testing/selftests/net
parentsctp: use proc_remove_subtree() (diff)
parentibmvnic: Remove unused TSO resources in TX pool structure (diff)
downloadwireguard-linux-fe2d55d295cf70d5b1f1f1217cfa771bf5eb3f7f.tar.xz
wireguard-linux-fe2d55d295cf70d5b1f1f1217cfa771bf5eb3f7f.zip
Merge branch 'ibmvnic-Update-TX-pool-and-TX-routines'
Thomas Falcon says: ==================== ibmvnic: Update TX pool and TX routines This patch restructures the TX pool data structure and provides a separate TX pool array for TSO transmissions. This is already used in some way due to our unique DMA situation, namely that we cannot use single DMA mappings for packet data. Previously, both buffer arrays used the same pool entry. This restructuring allows for some additional cleanup in the driver code, especially in some places in the device transmit routine. In addition, it allows us to more easily track the consumer and producer indexes of a particular pool. This has been further improved by better tracking of in-use buffers to prevent possible data corruption in case an invalid buffer entry is used. v5: Fix bisectability mistake in the first patch. Removed TSO-specific data in a later patch when it is no longer used. v4: Fix error in 7th patch that causes an oops by using the older fixed value for number of buffers instead of the respective field in the tx pool data structure v3: Forgot to update TX pool cleaning function to handle new data structures. Included 7th patch for that. v2: Fix typo in 3/6 commit subject line ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net')
0 files changed, 0 insertions, 0 deletions