| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2013 Google Inc. |
|---|
| 3 | 4 | * Author: Willem de Bruijn (willemb@google.com) |
|---|
| .. | .. |
|---|
| 24 | 25 | * |
|---|
| 25 | 26 | * Todo: |
|---|
| 26 | 27 | * - functionality: PACKET_FANOUT_FLAG_DEFRAG |
|---|
| 27 | | - * |
|---|
| 28 | | - * License (GPLv2): |
|---|
| 29 | | - * |
|---|
| 30 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 31 | | - * under the terms and conditions of the GNU General Public License, |
|---|
| 32 | | - * version 2, as published by the Free Software Foundation. |
|---|
| 33 | | - * |
|---|
| 34 | | - * This program is distributed in the hope it will be useful, but WITHOUT |
|---|
| 35 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 36 | | - * FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for |
|---|
| 37 | | - * more details. |
|---|
| 38 | | - * |
|---|
| 39 | | - * You should have received a copy of the GNU General Public License along with |
|---|
| 40 | | - * this program; if not, write to the Free Software Foundation, Inc., |
|---|
| 41 | | - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. |
|---|
| 42 | 28 | */ |
|---|
| 43 | 29 | |
|---|
| 44 | 30 | #define _GNU_SOURCE /* for sched_setaffinity */ |
|---|