[vpp-dev] Is able to span a tunnel interface?

2021-07-18 Thread
packets send/recv from a tunnel interface do not go through device-input/interface-output node,    Is there a way to span tunnel interface. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19826): https://lists.fd.io/g/vpp-dev/message/19826 Mute T

Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-03-17 Thread
...@wangsu.com>>, vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> <mailto:vpp-dev@lists.fd.io>> *From: *vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> mailto:vpp-dev@lists.fd.io>> on behalf of 叶东岗via lists.fd.io <http://lists.fd.io> <mailto:wangsu@lis

Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-03-17 Thread
angsu.com> <mailto:y...@wangsu.com>>, vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> <mailto:vpp-dev@lists.fd.io>> *From: *vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> mailto:vpp-dev@lists.fd.io>> on behalf of 叶东岗via lists.fd.io <http://lists.fd.io>

Re: [vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-02-22 Thread
After explicitly add a route: DBGvpp# ip route add 3.3.3.3 via gre1 DBGvpp# show ip fib 3.3.3.3/32 ipv4-VRF:0, fib_index:0, flow hash:[src dst sport dport proto flowlabel ] epoch:0 flags:none locks:[adjacency:2, recursive-resolution:1, default-route:1, ] 3.3.3.3/32 fib:0 index:16 locks:5   CL

[vpp-dev] mgre interface get UNRESOLVED fib entry.

2021-02-22 Thread
Hi:     I try to config a mgre interface fellow those steps, then i get an UNRESOLVED fib entry,  is it right? I think it should be unicast-ip4-chain?     any examples of mgre config?  Thinks. create memif socket id 1 filename /work/memif1 create interface memif socket-id 1 master set interf

Re: [vpp-dev] why tunnel interfaces do not support device-input feature?

2020-11-19 Thread
/18 下午6:15, Neale Ranns (nranns) 写道: Hi Ye, Some comments inline... On 17/11/2020 02:34, "vpp-dev@lists.fd.io on behalf of 叶东岗" wrote: Hi all: why tunnel interfaces do not support device-input feature? No one has asked for/contributed such support. If you're volun

[vpp-dev] why tunnel interfaces do not support device-input feature?

2020-11-16 Thread
Hi all: why tunnel interfaces do not support device-input feature? why  esp packets  do not go through ipsec interface's "interface-output" node? I think it's no bad idea to keep some features consistency of all interface in spite of an little performance degradation? Best regards, Ye Don

[vpp-dev] dpdk interface don't support adaptive rx-mode

2020-11-10 Thread
Hi all: Why dpdk interface don't support adaptive rx-mode? How to support it? Thinks. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17973): https://lists.fd.io/g/vpp-dev/message/17973 Mute This Topic: https://lists.fd.io/mt/78156132/21656 Group

Re: [vpp-dev] vpp19.08.2 crypto_ia32 do not support aes-gcm icv_size 8/12 crypto

2020-08-10 Thread
hat is this? it will return 0, when tag_len equals 12 return 0; } -原始邮件- 发件人:"叶东岗" 发送时间:2020-08-07 10:37:24 (星期五) 收件人: damar...@cisco.com 抄送: vpp-dev@lists.fd.io 主题: [vpp-dev] vpp19.08.2 crypto_ia32 do not support aes-gcm icv_size 8/12 crypto VPP19.08.2 crypto_ia32 do

[vpp-dev] vpp19.08.2 crypto_ia32 do not support aes-gcm icv_size 8/12 crypto

2020-08-06 Thread
VPP19.08.2 crypto_ia32 do not support aes-gcm icv_size 8/12 crypto, any ideas? static_always_inline int aes_gcm (const u8 * in, u8 * out, const u8 * addt, const u8 * iv, u8 * tag, u32 data_bytes, u32 aad_bytes, u8 tag_len, aes_gcm_key_data_t * kd, int aes_rounds, int is_encrypt) { int i;

[vpp-dev] assert when set ip addr at an interface and delete it at another interface

2020-05-13 Thread
root@ac15b50ac370:/# /usr/local/vpp20/bin/vppctl _____ _ ___ __/ __/ _ \ (_)__| | / / _ \/ _ \ _/ _// // / / / _ \ | |/ / ___/ ___/ /_/ /(_)_/\___/ |___/_/ /_/ DBGvpp# create tap tap0 DBGvpp# create tap tap1 DBGvpp# set interface ip addr tap0 1.