diff options
author | Benoît Ganne <bganne@cisco.com> | 2020-06-12 08:47:34 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-08-31 17:16:56 +0000 |
commit | 4a76d6f6da035220917097bc047b08bc58254803 (patch) | |
tree | 10399485df66c0ebeeaa32edbb7a1022b8baa9b3 /src/plugins/af_xdp/FEATURE.yaml | |
parent | bfed7c047d2807f835cd7b9ef0330d314ac0ebc5 (diff) |
af_xdp: AF_XDP input plugin
Type: feature
Change-Id: I85aa4ad6b68c1aa0e51938002dc691a4b11c545c
Signed-off-by: Damjan Marion <damarion@cisco.com>
Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'src/plugins/af_xdp/FEATURE.yaml')
-rw-r--r-- | src/plugins/af_xdp/FEATURE.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/af_xdp/FEATURE.yaml b/src/plugins/af_xdp/FEATURE.yaml new file mode 100644 index 00000000000..80d1f2dd90e --- /dev/null +++ b/src/plugins/af_xdp/FEATURE.yaml @@ -0,0 +1,8 @@ +--- +name: AF_XDP device driver +maintainer: Benoît Ganne <bganne@cisco.com> +features: + - AF_XDP driver for Linux kernel 5.4+ +description: "AF_XDP device driver support" +state: experimental +properties: [CLI, STATS, MULTITHREAD, API] |