1abc7209bb
The second field of metadata is reserved for user data which was using a deprecated mbuf field. It is moved to dynamic fields in order to allow removal of udata64. The use of meta data must be enabled with a compile-time flag RTE_PMD_ARK_{TX,RX}_USERDATA_ENABLE. User data on Tx and Rx paths can be defined and used separately. Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Signed-off-by: Ed Czeck <ed.czeck@atomicrules.com>
11 lines
137 B
Plaintext
11 lines
137 B
Plaintext
DPDK_21 {
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_pmd_ark_tx_userdata_dynfield_offset;
|
|
rte_pmd_ark_rx_userdata_dynfield_offset;
|
|
};
|