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

2019-03-19 Thread John Lo (loj) via Lists.Fd.Io
could have been through tunnel enacp/decap prior getting to the IP forwarding path. Regards, John From: vpp-dev@lists.fd.io On Behalf Of milan...@gmail.com Sent: Tuesday, March 19, 2019 12:57 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] About l2_to_bvi inline in src/vnet/l2/l2_bvi.h Hello

[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,