]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_vmxnet3/vmxnet3_ethdev.c
add prefix to cache line macros
[dpdk.git] / lib / librte_pmd_vmxnet3 / vmxnet3_ethdev.c
index 64789ac21261eb8677e14c3c10e2a7ba753d1f39..963a8a56a2110dc9f0b5daad0fdb555bcef207a6 100644 (file)
@@ -347,7 +347,7 @@ vmxnet3_dev_configure(struct rte_eth_dev *dev)
 
                /* Allocate memory structure for UPT1_RSSConf and configure */
                mz = gpa_zone_reserve(dev, sizeof(struct VMXNET3_RSSConf), "rss_conf",
-                                     rte_socket_id(), CACHE_LINE_SIZE);
+                                     rte_socket_id(), RTE_CACHE_LINE_SIZE);
                if (mz == NULL) {
                        PMD_INIT_LOG(ERR,
                                     "ERROR: Creating rss_conf structure zone");