X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Finterface.h;h=c32311c86acaa141ca5cb8d604ec7fe756f2a9c1;hb=e8915fc707a03260c05624425f9548d796c089fb;hp=ec76057478f971b40dd5a046ae8497da5e2de0f5;hpb=8f215b4a03a98bf94931a09b23ab0fbd8ccd1ab9;p=vpp.git diff --git a/src/vnet/interface.h b/src/vnet/interface.h index ec76057478f..c32311c86ac 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 @@ -764,7 +761,7 @@ typedef enum _(RX_MULTICAST, rx-multicast, if) \ _(RX_BROADCAST, rx-broadcast, if) \ _(TX, tx, if) \ - _(TX_UNICAST, tx-unicast-miss, if) \ + _(TX_UNICAST, tx-unicast, if) \ _(TX_MULTICAST, tx-multicast, if) \ _(TX_BROADCAST, tx-broadcast, if)