[vpp-dev] vppctl -s option?

2017-10-23 Thread John Wei
I was reading the VPP tutorial below: https://wiki.fd.io/view/VPP/Progressive_VPP_Tutorial#Exercise:_vpp_basics In the example, "vppctl -s /run/vpp/cli-vpp1.sock" was used. But, my vppctl does not support "-s" option. I have version v17.07.01. Do I need to get newer version to get support of "-s"

Re: [vpp-dev] 17.10 draft release notes

2017-10-23 Thread Ed Warnicke
A few question, possibly not for inclusion in the Release Notes, but for use in explaining them in the coming PR about the release: Florin, TCP performance/congestion improvements: Do we have any numbers we can conveniently point to to illustrate the point? Keith/Wallace, Anything part

Re: [vpp-dev] compilation issue on master branch latest

2017-10-23 Thread Burt Silverman
This is triggered primarily by a bad line in build-root/Makefile export LD_LIBRARY_PATH=$(TOOL_INSTALL_DIR)/lib64:$(TOOL_INSTALL_DIR)/lib ; I am hoping the build folks get some extra minutes in their schedule so I can discuss it with them if necessary. In the meantime, the extra cleaning Damj

Re: [vpp-dev] memif container test crash

2017-10-23 Thread Damjan Marion
> On 23 Oct 2017, at 14:57, Fabien Thomas wrote: > > Hi Damjan, > > I’m back on my testing environment. > > >> Can you try to comment out section in src/plugins/dpdk/device/init.c >> which starts with following comment: >> >> /* set custom ring memory allocator */ >> >> Lines 1250:1264. >

Re: [vpp-dev] compilation issue on master branch latest

2017-10-23 Thread Damjan Marion
You need to cleanup your workspace and re-bootstrap... > On 23 Oct 2017, at 09:53, Shachar Beiser wrote: > > Hi, > > I have a compilation issue on latest master branch. > >-Shachar Beiser > > > make[4]: Entering directory > '/home/ubuntu/vpp.shacharbe/build-root/build-

Re: [vpp-dev] vpp configure.ac ibv_fork_init

2017-10-23 Thread Damjan Marion
yes, that autodetect presence of libibverbs shared library and if library is there then we link against it. This likely needs to be removed or modified if you need to link statically... > On 23 Oct 2017, at 09:10, Shachar Beiser wrote: > > I see in the vpp/src/configure , that is generated by

Re: [vpp-dev] SEGSEGV in acl using 2 core configuration

2017-10-23 Thread Andrew 👽 Yourtchenko
Hi, could you share the exact TRex and VPP config files, so I could recreate it locally to investigate further ? Thanks a lot! --a On 10/23/17, khers wrote: > Dear folks > > I have bridged two interfaces and set permit+reflect acl on the input of > interface one and deny rule on output of same

Re: [vpp-dev] GRE error on vpp 17.04

2017-10-23 Thread Neale Ranns (nranns)
Hi Ewan, Are you adding an overlapping sub-net? Can we see please: sh int addr regards, neale From: on behalf of "yug...@telincn.com" Date: Monday, 23 October 2017 at 10:20 To: vpp-dev Subject: [vpp-dev] GRE error on vpp 17.04 Hi all, I've encountered one error when I try GRE function,

Re: [vpp-dev] 17.10 draft release notes

2017-10-23 Thread Florin Coras
Hi Ole, Those are changes discovered with the API message table inspection utility Dave built. Ultimately, it just compares the crc API tables, so commit strings are not included. If you could write the script, and add it to say “extras”, it would be great! Thanks, Florin > On Oct 23, 2017

[vpp-dev] SEGSEGV in acl using 2 core configuration

2017-10-23 Thread khers
Dear folks I have bridged two interfaces and set permit+reflect acl on the input of interface one and deny rule on output of same interface as follow: acl_add_replace permit+reflect acl_add_replace deny acl_interface_add_del sw_if_index 1 add input acl 0 acl_interface_add_del sw_if_index 1 add o

Re: [vpp-dev] 17.10 draft release notes

2017-10-23 Thread Ole Troan
Hi Florin, > You can find a draft of VPP 17.10 release notes here [1]. Feel free to add > comments, reply to this message or send me private messages if something is > missing. That's quite a lot of API changes. Assuming all those "definition changed" changes are justified. Would it be possibl

Re: [vpp-dev] memif container test crash

2017-10-23 Thread Fabien Thomas
Hi Damjan, I’m back on my testing environment. Can you try to comment out section in src/plugins/dpdk/device/init.c which starts with following comment: /* set custom ring memory allocator */ Lines 1250:1264. This line is not on my codebase. I’ve not put the information in my initial report

[vpp-dev] 17.10 draft release notes

2017-10-23 Thread Florin Coras
Dear all, You can find a draft of VPP 17.10 release notes here [1]. Feel free to add comments, reply to this message or send me private messages if something is missing. Regards, Florin [1] https://gerrit.fd.io/r/#/c/8953/ __

[vpp-dev] GRE error on vpp 17.04

2017-10-23 Thread yug...@telincn.com
Hi all, I've encountered one error when I try GRE function, here are details, any idea? root@test:~# vppctl show int Name Idx State Counter Count GigabitEthernet0/19/0 1 up GigabitEthernet2/0/0 2

Re: [vpp-dev] compilation issue on branch origin/stable/1710

2017-10-23 Thread Florin Coras
Hi Shachar, Did you try cleaning the workspace? If not, from build-root try: make distclean ./bootstrap.sh and build again. HTH, Florin > On Oct 22, 2017, at 11:58 PM, Shachar Beiser wrote: > > Hi , > > I see a compilation issue while working on origin/stable/1710 . >

[vpp-dev] compilation issue on master branch latest

2017-10-23 Thread Shachar Beiser
Hi, I have a compilation issue on latest master branch. -Shachar Beiser make[4]: Entering directory '/home/ubuntu/vpp.shacharbe/build-root/build-vpp-native/vp p' CC vnet/tcp/builtin_client.lo CC vpp/vnet/bin_vpp-main.o CC vpp/app/bin_vpp-version.o

Re: [vpp-dev] vpp configure.ac ibv_fork_init

2017-10-23 Thread Shachar Beiser
I see in the vpp/src/configure , that is generated by the vpp/src/congiure.ac , the following code : #ifdef __cplusplus extern "C" #endif char ibv_fork_init (); int main () { return ibv_fork_init (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_ibverbs_ibv_fork_init=