[vpp-dev] Any equivalent of "ip tcp adjust-mss" command in VPP

2019-10-11 Thread milanvpp
Hello, Does VPP (19.04/19.08). presently support anything similar to "ip tcp adjust-mss" seen in Cisco routers for example..   As in, modifying the MSS for transiting TCP syn packets, to account for any overlay encapsulations like vxlan. Is it planned for any future release? Thanks, Milan -=-

[vpp-dev] Regarding "set interface state down"

2019-09-14 Thread milanvpp
Hello, For a physical interface , say 1 Gig or 10 Gig, it looks like the command  "set interface state  TenGig0/x down",  does not bring down the physical link as well, apart from the interface admin-state, so  the remote peer does not actually sense a link down. This is for IXGBE driver, and b

[vpp-dev] About l2_to_bvi inline in src/vnet/l2/l2_bvi.h

2019-03-18 Thread milanvpp
Hello experts, There appears to be a small nit in this function, though it upsets some calculations in my plugin which follows ip_input  in the case of BDs. static_always_inline u32  38 l2_to_bvi (vlib_main_t * vlib_main,  39    vnet_main_t * vnet_main,  40    vlib_buffer_t * b0,

[vpp-dev] Crash in C API starting from vl_client_connect_to_vlib

2019-02-26 Thread milanvpp
Hello experts, I was moving some prototyping work done in python for API programming, back to C, for performance reasons. Unfortunately I am stuck with a crash at this place  , tracing from vl_client_connect_to_vlib() thru vl_map_shmem.  I am following the instructions here.  ( https://wiki.fd.