ibumad_user.c (cdd38c5f1ce4398ec58fec95904b75824daab7b5) | ibumad_user.c (4ce7d68beb9e63d0a0a427cc2b89ec0c68f24b3d) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB 2 | 1// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB 2 |
3/** | 3/* |
4 * ibumad BPF sample user side 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of version 2 of the GNU General Public 8 * License as published by the Free Software Foundation. 9 * 10 * Copyright(c) 2018 Ira Weiny, Intel Corporation 11 */ --- 148 unchanged lines hidden --- | 4 * ibumad BPF sample user side 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of version 2 of the GNU General Public 8 * License as published by the Free Software Foundation. 9 * 10 * Copyright(c) 2018 Ira Weiny, Intel Corporation 11 */ --- 148 unchanged lines hidden --- |