aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/transport.c
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2018-05-10 13:20:47 -0700
committerDave Barach <openvpp@barachs.net>2018-05-13 13:20:36 +0000
commitf08f26d1cfc470edcb25a2c9c714858b0978ed34 (patch)
tree1dc653e1a598830d3c801d23ec657f10f861b1dc /src/vnet/session/transport.c
parent257d8d4f0fc5019b6d62682d61b07fe02ab4f24a (diff)
session: alloc one frame per output node dispatch
Change-Id: I1f7877af61f3726cfb7b93ce7893f6df23e866a6 Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/session/transport.c')
-rw-r--r--src/vnet/session/transport.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vnet/session/transport.c b/src/vnet/session/transport.c
index 20b912929b4..b3d42d0f7da 100644
--- a/src/vnet/session/transport.c
+++ b/src/vnet/session/transport.c
@@ -201,6 +201,12 @@ transport_protocol_service_type (transport_proto_t tp)
return tp_vfts[tp].service_type;
}
+transport_tx_fn_type_t
+transport_protocol_tx_fn_type (transport_proto_t tp)
+{
+ return tp_vfts[tp].tx_type;
+}
+
#define PORT_MASK ((1 << 16)- 1)
void