Re: [vpp-dev] Build failing on Fedora

2018-11-26 Thread Burt Silverman
Possibly "29" is the only Fedora release that has issues? At the very least, "make install-dep" was coughing there. Burt -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11421): https://lists.fd.io/g/vpp-dev/message/11421 Mute This Topic: https://lis

Re: [vpp-dev] About in-band telnet/ssh support of VPP

2018-11-26 Thread Xuekun
Dave, can you estimate when the sshd work to be done? We really like this feature. Thanks. From: vpp-dev@lists.fd.io On Behalf Of Dave Barach via Lists.Fd.Io Sent: Monday, November 26, 2018 8:42 PM To: tianye@sina ; vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] About in-ban

Re: [E] Re: [vpp-dev] question related to VPP statistics

2018-11-26 Thread Kevin Yan
Thanks very much , I will check the new stat mechanism! -Original Message- From: Ole Troan [mailto:otr...@employees.org] Sent: Tuesday, November 27, 2018 12:45 AM To: Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) Cc: Kevin Yan ; vpp-dev@lists.fd.io Subject: [E] Re: [vpp-dev]

Re: [vpp-dev] Build failing on Fedora

2018-11-26 Thread Thomas F Herbert
I just verified with top of master that vpp builds fine on Fedora 28. As for the current Centos release 7.5, you must install epel as below which is not explicitly in build dependencies. yum install epel-release On 11/26/2018 01:57 PM, Jim Thompson wrote: On Nov 26, 2018, at 12:05 PM, Bu

Re: [vpp-dev] Build failing on Fedora

2018-11-26 Thread Thomas F Herbert
It is set to cmake3 cmake isn't available in Centos but cmake3 is. We should patch Makefile so Fedora dep is cmake but Centos/RHEL is cmake3. I will work on a fix. --Tom On 11/26/2018 01:57 PM, Jim Thompson wrote: On Nov 26, 2018, at 12:05 PM, Burt Silverman > wrot

Re: [vpp-dev] Build failing on Fedora

2018-11-26 Thread Jim Thompson
> On Nov 26, 2018, at 12:05 PM, Burt Silverman wrote: > > Hi Ed, > > Thank you for looking at my change, and I apologize for some laziness -- I > should have made it more clear that I was only doing part of the job -- not > adding the needed ifeq's so that this Fedora stuff would be isolated

Re: [vpp-dev] Build failing on Fedora

2018-11-26 Thread Burt Silverman
Hi Ed, Thank you for looking at my change, and I apologize for some laziness -- I should have made it more clear that I was only doing part of the job -- not adding the needed ifeq's so that this Fedora stuff would be isolated from other platforms. I leave it to somebody else to finish the job. O

Re: [vpp-dev] Build failing on Fedora

2018-11-26 Thread Ed Kern via Lists.Fd.Io
Burt, Just an fyi and a comment… fyi on the build containers we install cmake (this predated cmakeY being in the Makefile) cmake version 2.8.12.2 cmake3 is installed as part of install dep cmake3 version 3.12.2 My build will fail (centos) without cmake3 CMake Error at CMakeLists.txt:14 (cmak

Re: [vpp-dev] Build failing on AArch64

2018-11-26 Thread Sirshak Das
I tried it the second time it worked. Will keep track of the steps to reproduce next time. Thanks all for the help. -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Sirshak Das Sent: Monday, November 26, 2018 11:19 AM To: vpp-dev@lists.fd.io; Honnappa Nagarahalli ; Juraj Linkeš

Re: [vpp-dev] question related to VPP statistics

2018-11-26 Thread Ole Troan
> There is "stat segment" [0] way of publishing counters. > But it was added somewhat recently, > so ipsec code probably does not support it (yet). Right, and if ipsec uses interfaces, then the counters are already there in the stat segment. Available either through the C, Python or Go interfaces

Re: [vpp-dev] question related to VPP statistics

2018-11-26 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
There is "stat segment" [0] way of publishing counters. But it was added somewhat recently, so ipsec code probably does not support it (yet). Vratko. [0] https://github.com/FDio/vpp/blob/master/src/vpp/stats/stats.md From: vpp-dev@lists.fd.io On Behalf Of Kevin Yan Sent: Friday, 2018-November-0

Re: [vpp-dev] Regarding page table address NULL in dpdk_pool_create

2018-11-26 Thread Alok Makhariya
Hi, Today, I got the following errors on my VPP 18.01 after a restart from a core - Nov 26 07:55:14 fe01-oam vnet[5990]: clib_sysfs_prealloc_hugepages:239: pre-allocating 212 additional 2048K hugepages on numa node 0 Nov 26 07:55:14 fe01-oam vnet[5990]: unix_physmem_region_alloc:231: physmem pa

Re: [vpp-dev] About in-band telnet/ssh support of VPP

2018-11-26 Thread Dave Barach via Lists.Fd.Io
Please do not use the vpp host stack to listen to port 23 (telnet) on a network-facing interface. You could do that, but please don't do that. All you would need to add is a well-known default password, and you would have created a super-trivial attack surface for your product. Florin and I are

[vpp-dev] About in-band telnet/ssh support of VPP

2018-11-26 Thread tianye@sina
Hello Everyone: As we all knows, the latest VPP version 18.10 support telnet. We can set the conf file like this to monitor the remote telnet request: unix { cli-listen localhost 5002 or cli-listen 192.168. 5002 ... But actually the IP/Port pair we are listening is the "in-band"

答复: 答复: 答复: 答复: [vpp-dev] about sctp

2018-11-26 Thread 刘道林
Hi Marco, Thanks for your detail explanation. 1. I just saw the function ip4_sctp_compute_checksum(). The comment /* Initialize checksum with ip header. */ seems that you include the IP header to calculate the checksum. And also in this function, you call ip_incremental_checksum(), so it seems

Re: [vpp-dev] dpdk socket-mem and dpdk_pool_create

2018-11-26 Thread Kingwel Xie
thanks. then those pools can be moved to dpdk socket-mem, I guess. I'll submit a patch soon. 原始邮件 主题: Re: [vpp-dev] dpdk socket-mem and dpdk_pool_create 来自: Damjan Marion 发至: 2018年11月25日 下午8:06 抄送: Kingwel Xie > On 25 Nov 2018, at 05:23, Kingwel Xie wrote: > > Hi Damjan an

Re: [vpp-dev] Build failing on AArch64

2018-11-26 Thread Gorka Garcia
Hi Sirshak, Seems OK for me with master right now. Gorka -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Sirshak Das Sent: Monday, November 26, 2018 6:49 AM To: vpp-dev@lists.fd.io; Honnappa Nagarahalli ; Juraj Linkeš ; Lijian Zhang (Arm Technology China) Subject: [vpp-dev]

Re: [vpp-dev] Build failing on AArch64

2018-11-26 Thread Ole Troan
Sirshak, Can you touch one of the .api files and rebuild with V=2 and show the output of that? It might be that vppapigen fails for some reason (or try to run it manually and see). Ole > On 26 Nov 2018, at 06:48, Sirshak Das wrote: > > Hi all, > > I am currently facing these build failures

Re: [vpp-dev] fails to startup vpp on master branch.

2018-11-26 Thread Zhiyong Yang
Hi Damjan, I’m aware that this issue has been fixed not long ago by the following patch. You can ignore my previous email now. commit 1e1c0f55dba1adc2ddf78fa39e390f88962f3f7b Author: Paul Vinciguerra mailto:pvi...@vinciconsulting.com>> Date: Sat Nov 24 21:19:38 2018 -0800

Re: [vpp-dev] Request: please add "real" pcap ability #vpp

2018-11-26 Thread Jerome Tollet via Lists.Fd.Io
Thanks for the update. Feel free to contribute to the documentation or wiki on that point 😉 Jerome De : au nom de Brian Dickson Date : dimanche 25 novembre 2018 à 19:36 À : Jerome Tollet Cc : "vpp-dev@lists.fd.io" Objet : Re: [vpp-dev] Request: please add "real" pcap ability #vpp Hi, Jerome