]> git.droids-corp.org - dpdk.git/blobdiff - lib/efd/rte_efd.c
efd: allow more CPU sockets in table creation
[dpdk.git] / lib / efd / rte_efd.c
index 5bf517fee9886090d9286432ed024dc312f1b766..86ef46863ca60bef421d4642cd92242bc4ed2a22 100644 (file)
@@ -495,7 +495,7 @@ efd_search_hash(struct rte_efd_table * const table,
 
 struct rte_efd_table *
 rte_efd_create(const char *name, uint32_t max_num_rules, uint32_t key_len,
-               uint8_t online_cpu_socket_bitmask, uint8_t offline_cpu_socket)
+               uint64_t online_cpu_socket_bitmask, uint8_t offline_cpu_socket)
 {
        struct rte_efd_table *table = NULL;
        uint8_t *key_array = NULL;