diff options
author | Damjan Marion <damarion@cisco.com> | 2019-02-02 00:15:27 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-02-02 00:45:09 +0000 |
commit | 652d2e139443cea073da9b7bef8ee21e41a14111 (patch) | |
tree | dc477b1151b19b636e01bfc207258e0555dc9b2f /src/vnet/ethernet | |
parent | 9bb20b310280a3c9604f9dd24fbb6757d7f9ca65 (diff) |
Deprecate old mutliarch code, phase 1
It is causing compilation sloness with gcc-7 so removing it
before it was originally planned.
So far macros are left in the tree so we can know which nodes to
convert to new multiarch code.
Change-Id: Idb14622ca61fdce1eba59723b20d98715b7971e6
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vnet/ethernet')
-rw-r--r-- | src/vnet/ethernet/interface.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vnet/ethernet/interface.c b/src/vnet/ethernet/interface.c index 408b0eb0dc4..1c13c405a61 100644 --- a/src/vnet/ethernet/interface.c +++ b/src/vnet/ethernet/interface.c @@ -659,9 +659,6 @@ VNET_DEVICE_CLASS (ethernet_simulated_device_class) = { }; /* *INDENT-ON* */ -VLIB_DEVICE_TX_FUNCTION_MULTIARCH (ethernet_simulated_device_class, - simulated_ethernet_interface_tx); - /* * Maintain a bitmap of allocated loopback instance numbers. */ |