Re: [vpp-dev] Use libvcl_ldpreload with gdb #vpp

2018-06-07 Thread DucTM
Does anyone have any idea about this? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9567): https://lists.fd.io/g/vpp-dev/message/9567 Mute This Topic: https://lists.fd.io/mt/20809352/21656 Mute #vpp: https://lists.fd.io/mk?hashtag=vpp=1480452

Re: [vpp-dev] How to trigger perf test and compare the results

2018-06-07 Thread Zhiyong Yang
Dear Maciek, I40e driver can support X710 and XL710, better for both if possible, X710 is preferred. feature set are expected as following: 1. Support jumbo frame by default. disable no-tx-checksum-offload and no-multi-seg in the makefile 2. Enable faster vector

Re: [vpp-dev] Enabling DPDK OCTEONTx mempool ops in VPP

2018-06-07 Thread Nitin Saxena
Hi Damjan, Thanks for the response. We are able to get pass few hurdles in enabling OCTEONTx mempool ops, I may have follow up questions on this after further testing. Appreciate your help Regards, Nitin > On 07-Jun-2018, at 20:03, Damjan Marion wrote: > > > Dear Nitin, > > VPP expect

Re: [vpp-dev] Enabling DPDK OCTEONTx mempool ops in VPP

2018-06-07 Thread Damjan Marion
Dear Nitin, VPP expect that buffer memory is in contiguous shareable VA space represented by single mmap()-able file descriptor and VPP needs to know that file descriptor. Regards, Damjan > On 6 Jun 2018, at 11:04, Nitin Saxena wrote: > > Hi Damjan, > > I want separate email-thread for

[vpp-dev] Volunteering for Release Manager Roll for 18.07

2018-06-07 Thread Edward Warnicke
Guys, I think its come around to be my turn to look after Release Management details for VPP. VPP committers, are you OK with me taking up that mantle? Is there someone else who wants to? Also, I've been poking at the VPP 18.07 Release Plan and have a draft here:

Re: [vpp-dev] How to trigger perf test and compare the results

2018-06-07 Thread Maciek Konstantynowicz (mkonstan) via Lists.Fd.Io
Hi Zhiyong, We’re in the process of adding gerrit triggers to provide more complete coverage of MRR tests per vpp patch. What (NIC,featureset) combination(s) are you after? -Maciek On 31 May 2018, at 10:55, Damjan Marion mailto:dmarion.li...@gmail.com>> wrote: Dear Zhiyong, csit-dev is

Re: [vpp-dev] SIGABRT when create two host interface in the vat

2018-06-07 Thread Damjan Marion
> > On 7 Jun 2018, at 13:38, xyxue wrote: > > > Hi guys, > > When I create two host interface in vat. two minutes later the SIGABRT appear > . The 'fill_free_list' was called about 56 times. > > VPP# /home/vpp/build-data/../src/vlib/buffer.c:615 (alloc_from_free_list) > assertion `len >=

[vpp-dev] SIGABRT when create two host interface in the vat

2018-06-07 Thread xyxue
Hi guys, When I create two host interface in vat. two minutes later the SIGABRT appear . The 'fill_free_list' was called about 56 times. VPP# /home/vpp/build-data/../src/vlib/buffer.c:615 (alloc_from_free_list) assertion `len >= n_alloc_buffers' fails Program received signal SIGABRT,

[vpp-dev] SIGSEGV after del a host interface

2018-06-07 Thread xyxue
Hi guys, When I create a host interface and then del it, the SIGSEGV will appear. This don't appear every time. Program received signal SIGSEGV, Segmentation fault. 0x76ca931e in vnet_get_sup_sw_interface (vnm=0x77627400 , sw_if_index=1) at