diff options
author | Damjan Marion <damarion@cisco.com> | 2019-01-07 20:56:04 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-01-07 21:57:17 +0000 |
commit | d2bfb78f4f8fbfae204424467a4106530b89e608 (patch) | |
tree | ef7f5c75f313c973eed5b441646d6898c717198a /src/plugins/avf/avf.h | |
parent | 7c03ed47d5acfa39820f9553999caa01cf47dba4 (diff) |
avf: allocate descriptor memory from local numa
Change-Id: Ic56ee4ce83b282a5f0f5aed500721fe639b941b3
Signed-off-by: Damjan Marion <damarion@cisco.com>
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 60d49e7ce18..518c7d8329a 100644 --- a/src/plugins/avf/avf.h +++ b/src/plugins/avf/avf.h @@ -127,6 +127,7 @@ typedef struct u32 sw_if_index; u32 hw_if_index; vlib_pci_dev_handle_t pci_dev_handle; + u32 numa_node; void *bar0; u8 *name; |