diff options
| author | Eric Biggers <ebiggers@google.com> | 2019-07-15 10:45:40 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-07-16 10:08:43 +0200 |
| commit | 84d08cdf2d65976799e858fd6add094cd462b506 (patch) | |
| tree | 95917d02ecb228c7e677dee08820f81590ab0eeb /sys/linux/dev_infiniband_rdma_386.const | |
| parent | 6732e2c0330c7389c92c4f7ddd307bf13dab7714 (diff) | |
sys/linux: update for v5.3 again
Update descriptions to be compatible with latest linux-next
(next-20190715), which in theory will match v5.3-rc1 when the merge
window closes.
- KEYCTL_GRANT_PERMISSION was reverted. So remove its description.
- CRYPTO_ALG_TYPE_DIGEST was removed. So remove its description.
- IB_QP_CREATE_SIGNATURE_EN was renamed to IB_QP_CREATE_INTEGRITY_EN.
Also remove the sys/linux/rdma_*.const files which were incorrectly
checked into git. The real copies of those files are in
sys/linux/dev_infiniband_rdma_*.const.
For now I did *not* check for other new APIs that need to be described.
Diffstat (limited to 'sys/linux/dev_infiniband_rdma_386.const')
| -rw-r--r-- | sys/linux/dev_infiniband_rdma_386.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/dev_infiniband_rdma_386.const b/sys/linux/dev_infiniband_rdma_386.const index 75ebb6252..cf4694973 100644 --- a/sys/linux/dev_infiniband_rdma_386.const +++ b/sys/linux/dev_infiniband_rdma_386.const @@ -36,12 +36,12 @@ IB_QPT_XRC_INI = 9 IB_QPT_XRC_TGT = 10 IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK = 2 IB_QP_CREATE_CROSS_CHANNEL = 4 +IB_QP_CREATE_INTEGRITY_EN = 64 IB_QP_CREATE_IPOIB_UD_LSO = 1 IB_QP_CREATE_MANAGED_RECV = 16 IB_QP_CREATE_MANAGED_SEND = 8 IB_QP_CREATE_NETIF_QP = 32 IB_QP_CREATE_SCATTER_FCS = 256 -IB_QP_CREATE_SIGNATURE_EN = 64 IB_SEND_FENCE = 1 IB_SEND_INLINE = 8 IB_SEND_IP_CSUM = 16 |
