Re: [vpp-dev] nat: specify a pool for an outgoing interface

2019-01-07 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco) via Lists.Fd.Io
Address and port allocation function example https://gerrit.fd.io/r/#/c/14643/ Matus From: khers Sent: Monday, January 7, 2019 4:13 PM To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) Cc: vpp-dev Subject: Re: [vpp-dev] nat: specify a pool for an outgoing interface Dear

Re: [vpp-dev] ethernet-input on master branch

2019-01-07 Thread Kingwel Xie
Many thanks for the sharing. Yes, as you pointed out, it might not worthwhile to do offload for vlan. Regards, Kingwel From: Damjan Marion Sent: Monday, January 07, 2019 9:18 PM To: Kingwel Xie Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] ethernet-input on master branch On 7 Jan 2019,

Re: [vpp-dev] :: GRE tunnel dropping MPLS packets

2019-01-07 Thread Paul Vinciguerra
Hi Omer. Would you be willing to help us out and provide a unit test that simulates this failure? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11859): https://lists.fd.io/g/vpp-dev/message/11859 Mute This Topic:

[vpp-dev] :: GRE tunnel dropping MPLS packets

2019-01-07 Thread Omer Majeed
Hi, I'm running VPP on Centos 7 machine (say machine A), and running an application on other centos 7 machine (say machine B). I've made a GRE tunnel between those 2 machines. vpp# show gre tunnel [0] instance 0 src 192.168.17.10 dst 192.168.17.6 fib-idx 0 sw-if-idx 8 payload L3 Made that gre0

[vpp-dev] An 'ip route' question

2019-01-07 Thread Jon Loeliger
Neale, I have a question about the API field 'next_hop_table_id' within the API call ip_add_del_route. (There isn't a doc string for this field in the API file, so guessing a bit.) Is this field the same field for both the CLI options 'next-hop-table' and 'ip4-lookup-in-table'? Is there a

Re: [vpp-dev] Reminder: VPP Release 19.01 F0 date is this Wednesday 9th January 2019

2019-01-07 Thread Dave Barach via Lists.Fd.Io
+1. Please bear in mind that patches submitted after the F0 date must be low-risk, or they'll have to wait until master reopens after the 19.01 release throttle branch pull. -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Andrew Yourtchenko Sent: Monday, January 7, 2019

[vpp-dev] Reminder: VPP Release 19.01 F0 date is this Wednesday 9th January 2019

2019-01-07 Thread Andrew Yourtchenko
Dear all, Just a reminder that the API Freeze (F0) date is this Wednesday, the 9th of January, as per release plan at https://wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_19.01 Please ensure that if you have the patches with the API changes, you merge them before this deadline.

Re: [vpp-dev] nat: specify a pool for an outgoing interface

2019-01-07 Thread emma sdi
Dear Matue, Ole OK, Is there any example to write address and port allocation function? Do you have any plan to implement 'multiple outside interface' and 'support ACL before NAT'? Regards, Khers On Mon, Jan 7, 2019 at 8:53 AM Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) wrote:

[vpp-dev] wwan0 intarface - vpp

2019-01-07 Thread amitmulayoff
Hello all , im new to vpp and just started to reseach about it i was wandering regarding an issue , i want that the vpp will recognaize in his port list a wwan0 intarface (wifi) that i have in the linux device. it has its own pci address ,i can see it under sudo lshw -class network -businfo

Re: [vpp-dev] ethernet-input on master branch

2019-01-07 Thread Damjan Marion via Lists.Fd.Io
> On 7 Jan 2019, at 12:38, Kingwel Xie wrote: > > thanks, Damjan, that is very clear. I checked the device-input and > ethernet-input code, and yes I totally understand your point. > > Two more questions, I can see you spend some time on avf plugin, do you think > it will eventually become

Re: [vpp-dev] ethernet-input on master branch

2019-01-07 Thread Kingwel Xie
thanks, Damjan, that is very clear. I checked the device-input and ethernet-input code, and yes I totally understand your point. Two more questions, I can see you spend some time on avf plugin, do you think it will eventually become the main stream and replace the dpdk drivers some day? For

Re: [vpp-dev] ethernet-input on master branch

2019-01-07 Thread Damjan Marion via Lists.Fd.Io
> On 5 Jan 2019, at 04:55, Kingwel Xie wrote: > > Hi Damjan, > > I noticed you removed the quick path from dpdk-input to ip-input/mpls-input, > after you merged the patch of ethernet-input optimization. Therefore, all > packets now have to go through ethernet-input. It would take a few