From a3d5986a35743a3ca1020155bed8267b5246d155 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Sat, 10 Nov 2018 10:23:00 +0100 Subject: vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) Typically we have scalar_size == 0, so it doesn't matter but vlib_frame_args was providing pointer to scalar frame data, not vector data. To avoid future confusion function is renamed to vlib_frame_scalar_args(...) Change-Id: I48b75523b46d487feea24f3f3cb10c528dde516f Signed-off-by: Damjan Marion --- src/vnet/ip/punt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/ip/punt.c') diff --git a/src/vnet/ip/punt.c b/src/vnet/ip/punt.c index 538a1ac610e..a6d6c08818b 100644 --- a/src/vnet/ip/punt.c +++ b/src/vnet/ip/punt.c @@ -312,7 +312,7 @@ udp46_punt_socket_inline (vlib_main_t * vm, vlib_node_runtime_t * node, vlib_frame_t * frame, bool is_ip4) { - u32 *buffers = vlib_frame_args (frame); + u32 *buffers = vlib_frame_vector_args (frame); uword n_packets = frame->n_vectors; struct iovec *iovecs = 0; punt_main_t *pm = &punt_main; -- cgit 1.2.3-korg ='this.form.submit();'> Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
blob: a43be43ad9a28d4aed690fefd1a0f20be3665423 (plain)
1
2
3
4
5
6
7
8
9
10
11
CSIT-2001
=========

.. toctree::
    :numbered:

    introduction/index
    vpp_performance_tests/index
    dpdk_performance_tests/index
    vpp_device_tests/index
    csit_framework_documentation/index