diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2019-03-13 05:50:44 -0700 |
---|---|---|
committer | Filip Tehlar <ftehlar@cisco.com> | 2019-03-13 05:50:59 -0700 |
commit | aee73648cf524f2627a8680ca26a68d6a2c8e164 (patch) | |
tree | e2ad1f18593a6a606924b1735bb7200662d5eb3a /src/vnet/interface.h | |
parent | 69becfcd5eaab90c99b63ca7f3de7ccad9fffc0a (diff) |
deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCH
Change-Id: I8819bcb9e228e7a432f4a7b67b6107f984927cd4
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'src/vnet/interface.h')
-rw-r--r-- | src/vnet/interface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vnet/interface.h b/src/vnet/interface.h index ec76057478f..f1d03871ed8 100644 --- a/src/vnet/interface.h +++ b/src/vnet/interface.h @@ -302,9 +302,6 @@ CLIB_MARCH_SFX (devclass##_tx_fn_multiarch_register) (void) \ } \ uword CLIB_CPU_OPTIMIZED CLIB_MARCH_SFX (devclass##_tx_fn) -/* FIXME to be removed */ -#define VLIB_DEVICE_TX_FUNCTION_MULTIARCH(dev, fn) - /** * Link Type: A description of the protocol of packets on the link. * On an ethernet link this maps directly into the ethertype. On a GRE tunnel |