Re: [vpp-dev] Interface Mib II counters

2018-07-18 Thread Ray Kinsella
Hi Ole, This looks like something that really deserves to be documented, _particularly_ the stats api & client? Has anyone written anything here that we can use? Ray K On 16/07/2018 03:46, Ole Troan wrote: Hi Rubina, I wanna extract stats of vpp interfaces (specially information about

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Nitin Saxena
Hi Stanislav, My best guess that dpdk package is already installed in the system and that's why VPP is not compiling internal dpdk Please uninstall dpdk installed package and re-run compilation. The dpdk/custom-config file is must In case you want to use external dpdk please set

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Stanislav Chlebec
Ad 1 No such file exists Ad 2 stanislav@contivvpp:~/work/vpp/build-root/build-vpp_debug-native/dpdk$ cat /home/stanislav/work/vpp/build-root/build-vpp_debug-native/vpp/vppinfra/config.h /** Autogenerated by Autotools **/ #ifndef included_clib_config_h #define included_clib_config_h #ifndef

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Nitin Saxena
Ideally this static assert shouldn't have happened on master branch unless you are using external dpdk. can you please check 1) what is the value of CONFIG_RTE_CACHE_LINE_SIZE in file /home/stanislav/work/vpp/build-root/build-vpp_debug-native/dpdk/custom-config 2) can you paste content of

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Stanislav Chlebec
stanislav@contivvpp:~/work/vpp$ gcc --version gcc (Ubuntu/Linaro 5.5.0-12ubuntu1~16.04) 5.5.0 20171010 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR

[vpp-dev] Sample plugin doest not show up with vpp 18.07

2018-07-18 Thread abdul . malik
Hello All, I am trying to build vpp STABLE/1807 with sample plugin enabled on UBUNTU 16.04.2 using following guide. https://docs.fd.io/vpp/18.07/sample_plugin_doc.html Build process goes without any error and then I make .DEB packages and install these packages on a different host (ubuntu

Re: [EXTERNAL] Re: [vpp-dev] 18.07 RC1: stable/1807 branch pulled, master reopened

2018-07-18 Thread Edward Warnicke
Apologies, I miscalculated. Will fix. Ed On July 18, 2018 at 7:29:23 AM, Luke, Chris (chris_l...@comcast.com) wrote: I do not recall a discussion about this. *From:* vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] *On Behalf Of *Damjan Marion via Lists.Fd.Io *Sent:* Wednesday, July 18,

Re: [EXTERNAL] Re: [vpp-dev] 18.07 RC1: stable/1807 branch pulled, master reopened

2018-07-18 Thread Chris Luke
I do not recall a discussion about this. From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Damjan Marion via Lists.Fd.Io Sent: Wednesday, July 18, 2018 7:19 AM To: Edward Warnicke Cc: vpp-dev@lists.fd.io Subject: [EXTERNAL] Re: [vpp-dev] 18.07 RC1: stable/1807 branch pulled,

Re: [EXTERNAL] Re: [vpp-dev] (nten-vedge-ml 357) Re: [vpp] VXLAN arp response packet is dropped

2018-07-18 Thread Chris Luke
Satomi, Please consider using services like pastebin or gist for posting text files. Attachments like zip files, and especially password protected ones, don't really belong on mailing lists. Not least because my security people get excited and delete such messages on sight (antivirus can't

Re: [vpp-dev] (nten-vedge-ml 357) Re: [vpp] VXLAN arp response packet is dropped

2018-07-18 Thread 井上里美
The password is here. E!(k,g On 2018/07/18 17:58, 井上里美 wrote: Hi, neale san, Thank you for your reply. Sure! Satomi On 2018/07/18 17:27, Neale Ranns (nranns) wrote: Can I see the packet trace? /neale -Original Message- From: 井上里美 Date: Wednesday, 18 July 2018 at 09:54 To: "Neale

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Nitin Saxena
Hi Stanislav, Unfortunately I do not have access to ThunderX but my ThunderX2 compilation works on master branch. Also I observed that following gerrit job running on Cavium's ThunderX compiles src/vnet/ethernet/interface.c successfully.

Re: [vpp-dev] [WARNING : MESSAGE ENCRYPTED] Re: [vpp] VXLAN arp response packet is dropped

2018-07-18 Thread Neale Ranns via Lists.Fd.Io
Hi Satomi, That’s a big trace. Can you point to an example of a packet drop that is causing you problems. Thanks neale -Original Message- From: 井上里美 Date: Wednesday, 18 July 2018 at 10:58 To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io" Cc: "Norimasa Asai (noasai)" ,

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Stanislav Chlebec
I got /home/stanislav/work/vpp/build-data/../src/vnet/ethernet/interface.c:529:785: error: self-comparison always evaluates to true [-Werror=tautological-compare]     vlib_validate_buffer_enqueue_x4 (vm, node, next_index,

Re: [vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Nitin Saxena
Hi Stan, I prefer you should use master branch and not v1804 for ThunderX. Also "make bootstrap" is not required anymore. From the logs look like problem with Autoconf tools. Thanks, Nitin On Wednesday 18 July 2018 02:24 PM, Stanislav Chlebec wrote: External Email Hello I am trying

[vpp-dev] #vpp Cavium ThunderX (ARM64) Build error: config.status: error: cannot find input file: `vlib/config.h.in'

2018-07-18 Thread Stanislav Chlebec
Hello I am trying to build VPP on Cavium ThunderX git clone https://gerrit.fd.io/r/vpp cd vpp/ git checkout v18.04 stanislav@contivvpp:~/work/vpp$ git status HEAD detached at v18.04 nothing to commit, working directory clean make install-dep make bootstrap make build   then I got this error

回复: [vpp-dev] [vpp] VXLAN arp response packet is dropped

2018-07-18 Thread blankspot
在2018年7月18日 16:27,Neale Ranns via Lists.Fd.Io 写道: Can I see the packet trace? /neale -Original Message- From: 井上里美 Date: Wednesday, 18 July 2018 at 09:54 To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io" Cc: "Norimasa Asai (noasai)" , エッジ仮想化hcoML , 小柳達也様 , N転P_西岡孟朗様 Subject:

Re: [vpp-dev] [vpp] VXLAN arp response packet is dropped

2018-07-18 Thread Neale Ranns via Lists.Fd.Io
Can I see the packet trace? /neale -Original Message- From: 井上里美 Date: Wednesday, 18 July 2018 at 09:54 To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io" Cc: "Norimasa Asai (noasai)" , エッジ仮想化hcoML , 小柳達也様 , N転P_西岡孟朗様 Subject: [vpp] VXLAN arp response packet is dropped Hi