diff options
author | Jakub Grajciar <jgrajcia@cisco.com> | 2018-07-24 14:00:41 +0200 |
---|---|---|
committer | Jakub Grajciar <jgrajcia@cisco.com> | 2018-07-26 08:37:15 +0000 |
commit | 258a189d181ecc99b004fef070c6ac83178a3250 (patch) | |
tree | 67736d2f19dea729c7f2e0f0c307c42db74213db /src/plugins/avf/avf.h | |
parent | 456ded496f93eb8156dc6e7b5a81d4a3aa604f60 (diff) |
avf: api fix
avf_create_reply returns software index for the new interface
Change-Id: I8a6b1a1985b072efafa24eb258b1f2cb1bea1110
Signed-off-by: Jakub Grajciar <jgrajcia@cisco.com>
(cherry picked from commit 4e6014fc9e8611eef16d9267151f1039ff00c190)
Diffstat (limited to 'src/plugins/avf/avf.h')
-rw-r--r-- | src/plugins/avf/avf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/avf/avf.h b/src/plugins/avf/avf.h index 32bbb46fde4..14d78195f76 100644 --- a/src/plugins/avf/avf.h +++ b/src/plugins/avf/avf.h @@ -204,6 +204,7 @@ typedef struct u16 txq_size; /* return */ int rv; + u32 sw_if_index; clib_error_t *error; } avf_create_if_args_t; |