]> git.droids-corp.org - dpdk.git/commit
eal/x86: drop export of internal alignment macro
authorDavid Marchand <david.marchand@redhat.com>
Tue, 21 Jun 2022 14:13:25 +0000 (16:13 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 22 Jun 2022 09:32:35 +0000 (11:32 +0200)
commit11f61ea2f6fcdd88df2a81b82235ddb7033c3e5d
treef6cf4a4d20b629663f3e06157ec93f9c84c0d32a
parent45a192b2b400aa1fcf9ff0ffdb041cd106854b98
eal/x86: drop export of internal alignment macro

ALIGNMENT_MASK is only used internally.
Besides it lacks a DPDK-related prefix.
Hide it from external eyes.

Fixes: f5472703c0bd ("eal: optimize aligned memcpy on x86")
Cc: stable@dpdk.org
Reported-by: Morten Brørup <mb@smartsharesystems.com>
Signed-off-by: David Marchand <david.marchand@redhat.com>
lib/eal/x86/include/rte_memcpy.h