[vpp-dev] Vlib Buffer Size

2019-06-13 Thread Esin Erenoğlu
Hi everyone, I am trying to send packet an interface with ping and curl command. After just a few packet arrive to interface, my plugin code broke down. Is that about my plugin code? I think, it is about buffer size. Am I right? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[vpp-dev] IPv4 packet is dropped

2019-06-12 Thread Esin Erenoğlu
Hi everyone, I try to send pcap file to host-interface in vpp with tcpreplay . When I try to send pcap file, ipv4 packets dropped. When I try to ping host-interface, It doens't drop. Why ipv4 packets drop in vpp? How can I fix this? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to t

[vpp-dev] IPv6 packet total length

2019-06-10 Thread Esin Erenoğlu
Hi everyone, I need total length of ipv6 packet. In ip6_header_t struct, there is only payload length. I added 40 bytes to payload but it failed. How can I reach total length of ipv6? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13243): https://l

[vpp-dev] Get time when packet comes to Nic

2019-05-13 Thread Esin Erenoğlu
Hi everyone, While I was processing packet, I need time information about packet. How can I get time when packet comes to the NIC? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13002): https://lists.fd.io/g/vpp-dev/message/13002 Mute This Topic: h

[vpp-dev] Include external library : Undefined symbol error

2019-05-09 Thread Esin Erenoğlu
Hi everyone, I use a library in vpp. I have some problem when I try to make build. I use api of library but vpp can not found function where use in external library. How can I fix this error? Should I add something to CMakeLists.txt of plugin? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

[vpp-dev] Adding library into CMakeLists.txt

2019-05-06 Thread Esin Erenoğlu
Hi everyone, I will use a library in vpp. I try to add library path into Cmakelists.txt. I put the library in vpp/src/ directory. How can i add api file of library with using find path or something else? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[vpp-dev] Read Pcap file and parsing

2019-05-03 Thread Esin Erenoğlu
Hello everyone, I try to get pcap file as input on cli interface. I want to read Pcap file and parse it. Is there some examples about that? Please, help me. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12920): https://lists.fd.io/g/vpp-dev/messag

[vpp-dev] IDE for Coding

2019-03-30 Thread Esin Erenoğlu
Hello everyone, I try to use Netbeans IDE version 8.2 for Vpp coding but I get segmentation fault when I try to make run with Netbeans. However, when I try to make run in terminal, everything is okey. So, how can i fix this or which IDE is the best for Vpp coding? -=-=-=-=-=-=-=-=-=-=-=- Links: Yo

[vpp-dev] Vpp Sample Plugin

2019-03-29 Thread Esin Erenoğlu
Hello everyone, I try to add plugin in Vpp. While I was running /extras/emacs/make-plugin.sh file, I get "setq:not found" and "syntax error: Word unexpected (expecting") ") errors. How can I fix these errors? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply O