[vpp-dev] pmalloc: clib_pmalloc_create_shared_arena

2018-11-09 Thread Kingwel Xie
Hi dear Damjan, I'm looking at the DPDK IPSec code, and occasionally I got a strange behavior of the memory pools created by dpdk_pool_create. After some time hard debugging, I think there might be a potential overrun issue in clib_pmalloc_create_shared_arena. This is the modified code:

Re: [vpp-dev] New Committer Nomination: Andrew Yourtchenko

2018-11-09 Thread Ole Troan
+1 of course. Cheers Ole > On 8 Nov 2018, at 16:01, John Lo (loj) via Lists.Fd.Io > wrote: > > +1 > > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Dave Barach via > Lists.Fd.Io > Sent: Thursday, November 08, 2018 7:14 AM > To: vpp-dev@lists.fd.io > Cc:

Re: [vpp-dev] [tsc] Project Proposal for Sweetcomb

2018-11-09 Thread Edward Warnicke
Congratulations! Ed On Thu, Nov 8, 2018 at 9:32 PM Ni, Hongjun wrote: > Hi all, > > > > Sweetcomb project has been approved by FD.io TSC. > > And project creation has been completed. > > Thank you all for your great help to make this happen! > > > > Below is the project resource: > > > >

Re: [vpp-dev] fragment error in ip4_input.h

2018-11-09 Thread blankspot
That makes sense. Thank you for your reply. Best regards yongong | blanks...@163.com | On 11/9/2018 17:10,Ole Troan wrote: On 9 Nov 2018, at 15:42, blankspot wrote: hi, vpp dev I am doing some fragment test using vpp 18.07. IP4 Packet with offset 8 is dropped with trace error:

Re: [vpp-dev] fragment error in ip4_input.h

2018-11-09 Thread Ole Troan
> On 9 Nov 2018, at 15:42, blankspot wrote: > > hi, vpp dev > > I am doing some fragment test using vpp 18.07. IP4 Packet with offset 8 is > dropped with trace error: > > 00:20:04:661292: error-drop > ip4-input: ip4 fragment offset == 1 > > I find the comment in ip4_input.h: /* Drop

Re: [vpp-dev] #vpp sctp echo test crash

2018-11-09 Thread Marco Varlese
Florin, Your patch addresses the TCP issue.Now back to SCTP... ;( Cheers,Marco On Thu, 2018-11-08 at 14:02 -0800, Florin Coras wrote: > Hm, I suspect in case of TCP it may be an overlap between unit tests and the > throughput test. I’ve separated them here. Can you try it out with 500M > locally?

[vpp-dev] fragment error in ip4_input.h

2018-11-09 Thread blankspot
hi, vpp dev I am doing some fragment test using vpp 18.07. IP4 Packet with offset 8 is dropped with trace error: 00:20:04:661292: error-drop ip4-input: ip4 fragment offset == 1 I find the comment in ip4_input.h: /* Drop fragmentation offset 1 packets. */ Does someone know why? Best

Re: [vpp-dev] PPPoE plugin documentation/support

2018-11-09 Thread alp . arslan
Yes, that seems to be the problem. The control plane interface is dropping the replies with error "L3 MAC MISMATCH". How do I set the interface to l2? Using the command " set interface l2 bridge 1" is not working, as it starts to drop the PADI packets also. After using the above mentioned