diff options
author | Jakub Grajciar <jgrajcia@cisco.com> | 2018-06-26 12:58:22 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-06-27 16:16:28 +0000 |
commit | 6c9b9644450b5ee5672b1e0f66257b0e09fb0734 (patch) | |
tree | 4073aeed75b0f022ec6a174e6ed40a7d58a9cff0 /src/plugins/avf/virtchnl.h | |
parent | 99d7a72cbcad959e805e8e8b5efb112e9def69c2 (diff) |
avf: binary API and configurable RX/TX queue size
Change-Id: Ibd3a8d28d8f1df2bc14c42e48498f6ac26081192
Signed-off-by: Jakub Grajciar <jgrajcia@cisco.com>
Diffstat (limited to 'src/plugins/avf/virtchnl.h')
-rw-r--r-- | src/plugins/avf/virtchnl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/avf/virtchnl.h b/src/plugins/avf/virtchnl.h index 3b85b0ebd62..f016110b53e 100644 --- a/src/plugins/avf/virtchnl.h +++ b/src/plugins/avf/virtchnl.h @@ -15,6 +15,9 @@ *------------------------------------------------------------------ */ +#ifndef _AVF_VIRTCHNL_H_ +#define _AVF_VIRTCHNL_H_ + #define VIRTCHNL_VERSION_MAJOR 1 #define VIRTCHNL_VERSION_MINOR 1 @@ -352,6 +355,8 @@ typedef struct STATIC_ASSERT_SIZEOF (virtchnl_rss_lut_t, 6); +#endif /* AVF_VIRTCHNL_H */ + /* * fd.io coding-style-patch-verification: ON * |