you can use vppctl show log to display more startup meesage.
VMXNET3 need load vmxnet3_plugin.so.
zhangguangm...@baicells.com
From: sunil kumar
Date: 2023-02-17 21:46
To: vpp-dev
Subject: [vpp-dev] VPP Hardware Interface Output show Carrier Down
Hi,
We are observing the state of the vpp
s->tunnel.t_src.ip.ip4;
tuple->raddr = s->tunnel.t_dst.ip.ip4;
}
}
}
else
tuple->spi = INDEX_INVALID;
Guangming
zhangguangm...@baicells.com
From: Bronowski, PiotrX
Date: 2023-02-13 05:13
To: zhang, Guangming; vpp-dev
Subject: RE: One question abou
icy into fpd table shoud use ipsec tunnel src and dst address not use
traffic selector address .
Guangming
zhangguangm...@baicells.com
From: Bronowski, PiotrX
Date: 2023-02-13 05:13
To: zhang, Guangming; vpp-dev
Subject: Re: [vpp-dev] One question about fast path ipv4 inbound
Hi Guangming
I am n
address( tunne out header address). Is this
is bug or you have some speical code that i did not find
Thansk
Guangming
zhangguangm...@baicells.com
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22578): https://lists.fd.io/g/vpp-dev/message/22578
Hi , Stanislav Zaikin
May be memroy overwrite issue, especial vlib buffer. Becasue VPP use vector
packet processing, not scalar packet processing, so you can see
a unexpected nodes even if not a stack corrupted .
You can use debug version with CLIB_DEBUG>0 to location the root cause.
Hi
I used interface tap v2 as chanel between vpp and linux kernel. On some
unkown conditions, I found one tx ring dose not work.
The cause is the tx vring buff is full, desc_in_use is equal to qsz . I do
not know the trigger, maybe the kick message was missed or the other
errror .
not find how to rebuild dpdk
static lib with symbol in VPP project.
Thanks
Guangming
zhangguangm...@baicells.com
From: Gabor LENCSE
Date: 2022-11-29 09:28
To: vpp-dev
Subject: Re: [vpp-dev] VPP - 'No debugging symbols found in /usr/lib/vpp
plugins/dpdk plugin.so'
Hi Guangming,
Do y
)
Thanks
Guangming
zhangguangm...@baicells.com
From: Benoit Ganne (bganne) via lists.fd.io
Date: 2022-11-28 21:18
To: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] VPP - 'No debugging symbols found in /usr/lib/vpp
plugins/dpdk plugin.so'
Did you installed vpp from packages? If so, you'
Hi Mohsin
I have find the root cause of this issue. VPP send a huge malform packet
to linux kernel,
the memcpy in VNET_DEVICE_CLASS_TX_FN (af_packet_device_class)
overwrite the tx_ring
Thanks
Guangming
zhangguangm...@baicells.com
From: Mohsin Kazmi via lists.fd.io
Date
I got the same issue when use cli "ipsec sa del id" delete sa that was
used by esp encrypt/decrypt
zhangguangm...@baicells.com
From: jiangxiaoming
Date: 2022-11-18 19:13
To: vpp-dev
Subject: Re: [vpp-dev] There is bug in esp decrypt
Hi neale,
The function ipsec_sa_get call in es
Thanks neale
Guangming
zhangguangm...@baicells.com
From: Neale Ranns
Date: 2022-11-18 09:32
To: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] There is bug in esp decrypt
Hi,
I’ll push a patch with UT shortly.
Many thanks,
neale
From: vpp-dev@lists.fd.io on behalf of jiangxiaoming via
Thanks ,Xiaoming
Can you give me a guide that how to push a patch to community?
zhangguangm...@baicells.com
From: jiangxiaoming
Date: 2022-11-18 08:58
To: vpp-dev
Subject: Re: [vpp-dev] There is bug in esp decrypt
Hi Guangming,
You are right, you can push a patch to https
op, sa0, payload, len,
cpd.icv_sz, cpd.iv_sz, pd, pd2, b[0], sync_next, b - bufs);
/* next */
the right code:
esp_decrypt_prepare_sync_op (
vm, node, ptd, &crypto_ops, &integ_ops, op, sa0, payload, len,
cpd.icv_sz, cpd.iv_sz, pd, pd2, b[0], sync_next, n_sync);
/* ne
host-vpp1out
Link speed: unknown
RX Queues:
queue thread mode
0 vpp_wk_0 (1) interrupt
Ethernet address 02:fe:06:f0:ef:d6
Linux PACKET socket interface
block:10485760 frame:10240
next frame:867
available:0 request:0 sending:0 wrong:1024 total:1024
Thanks
t
ben
> -Original Message-
> From: vpp-dev@lists.fd.io On Behalf Of Guangming
> Sent: Friday, October 14, 2022 8:37
> To: neale ; radu.nicolau ;
> roy.fan.zhang
> Cc: vpp-dev
> Subject: [vpp-dev] A question about last used timestamp in ipsec sa
>
>
>
> Hi,Neal
fit to both
sync node and async mode.
Use a new timestamp counter or add timestamp in old couter ipsec_sa_counters ?
struct xfrm_lifetime_cur {
__u64 bytes;
__u64 packets;
__u64 add_time;
__u64 use_time;
};
Thanks
Guangming
zhangguangm...@baicells.com
?
Thanks
Guangming
zhangguangm...@baicells.com
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21981): https://lists.fd.io/g/vpp-dev/message/21981
Mute This Topic: https://lists.fd.io/mt/94231354/21656
Group Owner: vpp-dev+ow...@lists.fd.io
, many client attach and detach is
usaual beviour.
Thanks
Guangming
zhangguangm...@baicells.com
From: Benoit Ganne (bganne) via lists.fd.io
Date: 2022-09-28 16:22
To: vpp-dev@lists.fd.io
CC: Zhang, Roy Fan; Bronowski, PiotrX; Lijian Zhang; Honnappa Nagarahalli
Subject: Re: [vpp-dev] There
2147483647 action bypass type ip4-inbound-bypass protocol UDP
local addr range 0.0.0.0 - 255.255.255.255 port range 4500 - 4500
remote addr range 0.0.0.0 - 255.255.255.255 port range 0 - 65535
packets 0 bytes 0
Thanks
Guangming
zhangguangm...@baicells.com
move this node position?
Thanks
Guangming
zhangguangm...@baicells.com
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21642): https://lists.fd.io/g/vpp-dev/message/21642
Mute This Topic: https://lists.fd.io/mt/92328476/21656
Group Owner: v
Hi,
I have compiled VPP v22.02 on Centos 8.4. I was able to compile it. But when I
installed it and modified /etc/vpp/startup.conf, vpp service is not able to
come up. I added below sections in /etc/vpp/startup.conf:-
dpdk {
socket-mem 1024 dev :00:08.0 dev :00:09.0 dev :00:0a.0 dev
o reply, id 2107, seq 2180, length 64
zhangguangm...@baicells.com
From: Matthew Smith via lists.fd.io
Date: 2022-01-11 01:22
To: Guangming
CC: vpp-dev
Subject: Re: [vpp-dev] how to config vrrp unicast mode
Hi Guangming,
I merged https://gerrit.fd.io/r/c/vpp/+/34768. It allows the virtual address
1 01:22
To: Guangming
CC: vpp-dev
Subject: Re: [vpp-dev] how to config vrrp unicast mode
Hi Guangming,
I merged https://gerrit.fd.io/r/c/vpp/+/34768. It allows the virtual address to
be added when accept mode is enabled on a VR which sends unicast advertisements.
Thanks,
-Matt
On Mon, Jan 3, 2022 a
same that master device used when it handle the
send and recieve packet. One is virtual MAC , the other is real MAC. I think
both are virtual mac is more
friendly to peer device.
Thanks
Guangming
zhangguangm...@baicells.com
From: Matthew Smith
Date: 2022-01-04 03:02
To: zhangguangm
Thanks
Guangming
zhangguangm...@baicells.com
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20670): https://lists.fd.io/g/vpp-dev/message/20670
Mute This Topic: https://lists.fd.io/mt/87993023/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Hi, ALL
I need a Java APIs for VPP to configure the interface an route. My Vpp
version is 2106
I found the JVPP was not update since three years ago. I think JVPP not
support the new VPP version Does anyone know the right method.
Thanks Guangming
-=-=-=-=-=-=-=-=-=-=-=-
Links: You
rsion:
> bus-info: :02:0d.0
> supports-statistics: yes
> supports-test: yes
> supports-eeprom-access: no
> supports-register-dump: yes
> supports-priv-flags: no
>
>
> Guangming
>
> Thanks
>
>
>
> zhangguangm...@
:0d.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no
Guangming
Thanks
zhangguangm...@baicells.com
From: Benoit Ganne (bganne)
Date: 2021-11-05 01:12
To: zhangguangm...@baicells.com
CC: vpp-dev
Subject: RE: Is there a b
28 matches
Mail list logo