[vpp-dev] NAT handoff mechanism

2018-12-28 Thread david . leitch . vpp
Hi ...   I know that we need handoff mechanism when running multithread because traffic for specific inside network user must be processed always on same thread in both directions and We can not remove handoff node from NAT nodes ,because handoff is faster than locking mechanism.   So the

Re: [vpp-dev] Simple Rate Limit and QoS #vpp

2018-12-28 Thread carlito nueno
I am looking for rate limiting (bandwidth/traffic shaping) as well. Vakili, Did you figure it out? Thanks. On Sat, Sep 8, 2018 at 12:16 AM wrote: > Simple Rate Limit and QoS > Hi dears. Three questions please: > 1: How can I configure an interface to let pass limited rate (Bandwidth >

Re: [vpp-dev] found some issue in pci vfio

2018-12-28 Thread Yu, Ping
I submitted a patch to fix it. https://gerrit.fd.io/r/16640 Ping From: Yu, Ping Sent: Saturday, December 29, 2018 10:43 AM To: vpp-dev@lists.fd.io Cc: Yu, Ping Subject: found some issue in pci vfio Hello, all Recently I met some issue in vfio, and below is some root cause: Before running

[vpp-dev] found some issue in pci vfio

2018-12-28 Thread Yu, Ping
Hello, all Recently I met some issue in vfio, and below is some root cause: Before running vpp, I will use "dpdk-devbind.py" to bind the NIC to vfio-pci, and then use "uio-driver auto" configure, and it once worked well, but it has problem recently, so I took a look at this to resolve the

Re: [vpp-dev] Question regarding captive portal

2018-12-28 Thread carlito nueno
NAT might be the right way to achieve this. This is the command I used with iptables: iptables -t nat -A eth0 -p tcp --dport 80 -j DNAT --to-destination 192.168.1.2 What is a similar command on VPP-NAT when I am trying to send port 80 traffic from main interface to tap-device: main interface:

Re: [vpp-dev] VPP Failing (all?) Verify Jobs

2018-12-28 Thread Jon Loeliger
On Fri, Dec 28, 2018 at 9:25 AM Paul Vinciguerra wrote: > Hi Jon, > > I opened a ticket (#66166) with the helpdesk on 12/25. > Ah, excellent. Thanks! > "Starting Dec. 14, 2018 through Jan. 1, 2019 the Linux Foundation will be > operating with reduced staff in observance of our office

Re: [vpp-dev] VPP Failing (all?) Verify Jobs

2018-12-28 Thread Paul Vinciguerra
Hi Jon, I opened a ticket (#66166) with the helpdesk on 12/25. "Starting Dec. 14, 2018 through Jan. 1, 2019 the Linux Foundation will be operating with reduced staff in observance of our office closure. Responses to inbound support requests will be delayed, or otherwise addressed after Jan. 2,

[vpp-dev] Question about duplicate nodes in the graph

2018-12-28 Thread Jon Loeliger
Folks, Is there a valid use for duplicate nodes in the node graph? Specifically, if I type this command three times: vpp# set interface ip vxlan-bypass TenGigabitEthernet6/0/0 vpp# set interface ip vxlan-bypass TenGigabitEthernet6/0/0 vpp# set interface ip vxlan-bypass

Re: [vpp-dev] VPP Failing (all?) Verify Jobs

2018-12-28 Thread Jon Loeliger
On Thu, Dec 27, 2018 at 1:11 PM Florin Coras wrote: > Paul came up with a better fix [1]. Rebasing of the patches should solve > the verify problems now. > > Florin > Hi Florin, While that worked enough to verify my patch, it seems like a temporary solution. Is there a proper longer term fix