Re: [vpp-dev] marvell pp2

2019-04-03 Thread saint_sun via Lists . Fd . Io
Damjan,thanks for your quick reply!So I don’t need to set any dpdk parameters in the startup.conf, am I right? I will read the document soon. 可用于iOS的myMail发送 2019年4月3日 星期三 +0800 20:11 发件人 dmarion=me@lists.fd.io : > > >> On 3 Apr 2019, at 13:25, saint_sun 孙 via Lists.Fd.Io < >>

[vpp-dev] marvell pp2

2019-04-03 Thread saint_sun via Lists . Fd . Io
Hi all, I want to run vpp on marvell SOC board, anyone know how to set the startup.conf? I have insmod the musdk_cma and mv_pp_uio.ko. thanks saint_sun-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12692):

Re: [vpp-dev] ipsec AH+ESP

2019-02-14 Thread saint_sun via Lists . Fd . Io
thanks for your reply! expecting for your patch~ best regards, saint_sun From: Neale Ranns via Lists.Fd.Io Date: 2019-02-14 16:28 To: saint_...@aliyun.com; vpp-dev CC: vpp-dev Subject: Re: [vpp-dev] ipsec AH+ESP Hi Sun, It is my understanding that it is not possible to configure both AH

[vpp-dev] ipsec AH+ESP

2019-02-12 Thread saint_sun via Lists . Fd . Io
hi all, how can I configure ipsec to support AH+ESP mode? I used "ipsec_sa_add_del_command_fn" command to configure one AH sa and one ESP sa, then I used "ipsec_policy_add_del_command_fn" command to apply the sa, but I only saw the AH-encapsulated packet that passing through the device.

Re: [vpp-dev] nat44:twice nat

2019-01-15 Thread saint_sun via Lists . Fd . Io
thanks very much! Any plan to support this feature? saint_sun From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco) via Lists.Fd.Io Date: 2019-01-15 18:00 To: saint_...@aliyun.com; vpp-dev CC: vpp-dev Subject: Re: [vpp-dev] nat44:twice nat Hi, twice NAT is currently supported only

[vpp-dev] nat44:twice nat

2019-01-15 Thread saint_sun via Lists . Fd . Io
hi all, I want to use twice-nat,but when I send an icmp packet through the device, the packet can not be translated, otherwise udp packet can. anyone who knows why? the corresponding information is in the attachment. Any reply will be appreciated! best regards, saint_sun twice-nat.txt

Re: [vpp-dev] regarding cross compiling

2018-12-21 Thread saint_sun via Lists . Fd . Io
Hi, I modified several positions, then the make can be done successfully with some minor problems, the details list below: one is in the vpp.mk user@vpp-compiler:~/vpp1810$ git diff diff --git

Re: [vpp-dev] regarding cross compiling

2018-12-19 Thread saint_sun via Lists . Fd . Io
Thanks to all who have helped, I am trying, will resend the result later. saint_...@aliyun.com From: Dave Barach via Lists.Fd.Io Date: 2018-12-20 00:29 To: Andrew Pinski; dmar...@me.com CC: vpp-dev Subject: Re: [vpp-dev] regarding cross compiling Please give the instructions at

[vpp-dev] regarding cross compiling

2018-12-19 Thread saint_sun via Lists . Fd . Io
Hi all, I was confused with cross compiling, when I built vpp with the new version(18.10) using arm build tools. The compiling environment is listed below: - vpp 18.10 host : ubuntu 16.04 , x86-64 cpu target

Re: [vpp-dev] inet raw socket

2018-11-20 Thread saint_sun via Lists . Fd . Io
Hi Ole, thanks for your advice, I have done something about option 3, So that other applications can not sense the changes of the socket. saint_...@aliyun.com From: Ole Troan Date: 2018-11-13 15:47 To: saint_sun CC: vpp-dev Subject: Re: [vpp-dev] inet raw socket Hi again, > yes, we

Re: [vpp-dev] inet raw socket

2018-11-12 Thread saint_sun via Lists . Fd . Io
hello Ole, yes, we have a control plane, and the protocols I mentioned below run in the control plane. when these protocols want to send packets, they organize their own protocol data then call inet raw socket to set the IP header and link header. when received a packet from the interface,

Re: [vpp-dev] inet raw socket

2018-11-08 Thread saint_sun via Lists . Fd . Io
hello Ole, yes, we have a control plane, and the protocols I mentioned below run in the control plane. when these protocols want to send packets, they organize their own protocol data then call inet raw socket to set the IP header and link header. when received a packet from the interface,

Re: [vpp-dev] inet raw socket

2018-11-07 Thread saint_sun via Lists . Fd . Io
Some protocols or functions need inet raw socket to transmit and receive packets such as ping/vrrp/pim, and I want to debug these functions. 可用于iOS的myMail发送 2018年11月7日 星期三 +0800 19:40 发件人 Ole Troan : >> I am confused, your suggestion is that I can use >> The API interface? > >No. What I

Re: [vpp-dev] inet raw socket

2018-11-07 Thread saint_sun via Lists . Fd . Io
I am confused, your suggestion is that I can use  The API interface? 可用于iOS的myMail发送 2018年11月7日 星期三 +0800 15:49 发件人 Ole Troan : >> <81.gif>thanks very much! And I have another question: does VPP support >> INET RAW socket, I find the UDP and TCP socket except the raw socket. > >No, but

Re: [vpp-dev] inet raw socket

2018-11-05 Thread saint_sun via Lists . Fd . Io
thanks very much! And I have another question: does VPP support INET RAW socket, I find the UDP and TCP socket except the raw socket. saint_...@aliyun.com From: Ole Troan Date: 2018-11-05 13:03 To: saint_sun CC: vpp-dev Subject: Re: [vpp-dev] Where is the definition of IP_PROTOCOL_ICMP Hi

[vpp-dev] Where is the definition of IP_PROTOCOL_ICMP

2018-11-04 Thread saint_sun via Lists . Fd . Io
Hello everyone,     Does someone know where is the definition of IP_PROTOCOL_ICMP? I searched all the directories in VPP, but could not find it. Appreciated for your help! 可用于iOS的myMail发送 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11091):

Re: [vpp-dev]ping local address

2018-10-31 Thread saint_sun via Lists . Fd . Io
OK , it is better, I will try, thanks! saint_...@aliyun.com From: Neale Ranns (nranns) Date: 2018-10-31 17:01 To: saint_...@aliyun.com CC: vpp-dev Subject: Re: [vpp-dev]ping local address Hi Saint, With this change an attacker could send a packet with both the source and destination both

Re: [vpp-dev] Problem switching a bonded interface from L2 to L3 mode

2018-10-25 Thread saint_sun via Lists . Fd . Io
sorry for my unclear expression!  The explanation for the trace below is not completely, what I want to say is when I switches the bonding interface back to l3 mode from l2(first l3->l2 then l2->l3),  the packet can’t be sent to bond-input again.  I have tested the modifications what you

[vpp-dev]ping local address

2018-10-25 Thread saint_sun via Lists . Fd . Io
Hello all: An basic features: ping myself. when I configure an IP address for an interface, then I ping the address from VPP, it's failed, why?should I do other more settings? DBGvpp# ping 10.0.0.1

Re: [vpp-dev] Problem switching a bonded interface from L2 to L3 mode

2018-10-25 Thread saint_sun via Lists . Fd . Io
Hello steven, I used the native memif to be the member of bonding interface, below is my configuration: DBGvpp# create bond mode active-backup DBGvpp# bond add BondEthernet1 line2 DBGvpp# show bond details BondEthernet0 mode: active-backup load balance: l23 number of active slaves: 0

Re: [vpp-dev] Problem switching a bonded interface from L2 to L3 mode

2018-10-24 Thread saint_sun via Lists . Fd . Io
Ok, I forgot to click the reply-all. who is familiar with the problem I mentioned below please tell me,thanks! 2018年10月25日 星期四 +0800 10:32 发件人 John Lo (loj) : >Please include vpp-dev alias on any questions about VPP, instead of unicast an >individual only. Then whoever is familiar with

Re: [vpp-dev]vlan interface support?

2018-10-15 Thread saint_sun via Lists . Fd . Io
I am very grateful to you for your advice! I have tested it,But there is something wrong. when I receive an arp or ICMP packet from a l2 subif  that joins to bd 200 and encapsulates vlan 200,the reply packet that send from the subif does not have the vlan tag 200. Any more other configurations

[vpp-dev]vlan interface support?

2018-10-12 Thread saint_sun via Lists . Fd . Io
I have a question: Does vpp has the function like the configuration example: interface f0/1 switchport access vlan 10 Interface vlan 10 ip address 10.0.0.1 255.255.255.0 If vpp has the function, where can I find the command and the source code? Another question, does vpp support superVLAN?