hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/samples/bpf/xdpsock.h
....@@ -1,11 +1,11 @@
1
-/* SPDX-License-Identifier: GPL-2.0 */
1
+/* SPDX-License-Identifier: GPL-2.0
2
+ *
3
+ * Copyright(c) 2019 Intel Corporation.
4
+ */
5
+
26 #ifndef XDPSOCK_H_
37 #define XDPSOCK_H_
48
5
-/* Power-of-2 number of sockets */
69 #define MAX_SOCKS 4
710
8
-/* Round-robin receive */
9
-#define RR_LB 0
10
-
11
-#endif /* XDPSOCK_H_ */
11
+#endif /* XDPSOCK_H */