Revision 94710cac0ef4ee177a63b5227664b38c95bbf703 authored by Linus Torvalds on 12 August 2018, 20:41:04 UTC, committed by Linus Torvalds on 12 August 2018, 20:41:04 UTC
1 parent 921195d
Raw File
xdpsock.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef XDPSOCK_H_
#define XDPSOCK_H_

/* Power-of-2 number of sockets */
#define MAX_SOCKS 4

/* Round-robin receive */
#define RR_LB 0

#endif /* XDPSOCK_H_ */
back to top