Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-12-04 Thread Prabhjot Singh Sethi
quot; <nra...@cisco.com> To: "Prabhjot Singh Sethi" <prabh...@techtrueup.com> Cc: "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io>, "Omer Majeed" <omer.maj...@rwth-aachen.de> Sent: Mon, 4 Dec 2017 12:14:54 + Subject: Re: [vpp-dev] Fwd: :: Settin

Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-12-04 Thread Prabhjot Singh Sethi
Hi Neale, we have the traffic working however the packets looks like  source 1.1.1.3 (02:00:00:00:00:01) dest 2.2.2.3 (02:00:00:00:00:02) however for reverse traffic source 2.2.2.3 (02:fe:c9:7a:70:00) dest 1.1.1.3 (02:00:00:00:00:01) use of BVI for this purpose is ruled out as this use case

Re: [vpp-dev] vhost-user stable implementation?: VPP native or DPDK

2017-10-18 Thread Prabhjot Singh Sethi
sure, thanks i will give it a try Regards, Prabhjot - Original Message - From: "Steven Luong (sluong)" <slu...@cisco.com> To: "Prabhjot Singh Sethi" <prabh...@techtrueup.com>, "Saxena Nitin" <nitin.sax...@cavium.com>, "Guo Ruijing&quo

Re: [vpp-dev] vhost-user stable implementation?: VPP native or DPDK

2017-10-17 Thread Prabhjot Singh Sethi
Hi Steven, we are also looking at using dpdk based virtualethernet interface, so looking back at this thread i was wondering what is the problem with dpdk based solution. 1. you mentioned dpdk based interface can be created via vdev in dpdk clause of startup file, can you share some example

Re: [vpp-dev] vlan sub interfaces

2017-09-29 Thread Prabhjot Singh Sethi
>: > > > > > See https://gerrit.fd.io/r/#/c/8590. The patch cherry-picked easily > > > to stable/1707. > > > > > > Assuming that the cherry-pick patch validates - and that it solves > > > your problem - it will be up to Neale [as the 17.07 release m

Re: [vpp-dev] vlan sub interfaces

2017-09-28 Thread Prabhjot Singh Sethi
yes it works perfectly fine with this patch.i hope this will be pushed to 17.07 branch as well. Thanks for the help :) Regards, Prabhjot - Original Message - From: "Akshaya Nadahalli" <aksh...@rtbrick.com> To: "Prabhjot Singh Sethi" <prabh...@techtrue

[vpp-dev] vlan sub interfaces

2017-09-28 Thread Prabhjot Singh Sethi
trying again with more appropriate subject Can some one please help if i am missing any thing over here ? As mentioned earlier, i have interface host-eth10 and sub interface host-eth10.10 (create sub host-eth10 10) host-eth10 is associated to bridge domain 2 and sub interface is associated to

Re: [vpp-dev] Trunk ports with VPP

2017-09-26 Thread Prabhjot Singh Sethi
n it stays on the main interface and is not supplied to sub interface. Can someone please help if there is something not supported here? i am using VPP 17.07 with ubuntu 14.04 and using host interfaces for testing as of now Regards, Prabhjot - Original Message - From: "Prabhjot Sing

[vpp-dev] Trunk ports with VPP

2017-09-25 Thread Prabhjot Singh Sethi
Hi,     i am trying to achieve trunck ports with VPP using following documentation https://wiki.fd.io/view/VPP/Interconnecting_vRouters_with_VPP#Create_TRUNK_ports only difference is that i am trying this with host interfaces connected to netns instance. However packet egressing on this trunk

Re: [vpp-dev] Issue forwarding TCP packets

2017-08-30 Thread Prabhjot Singh Sethi
...@gmail.com> To: "Prabhjot Singh Sethi" <prabh...@techtrueup.com>. Cc: <vpp-dev@lists.fd.io> Sent: Tue, 29 Aug 2017 11:13:14 -0700 Subject: Re: [vpp-dev] Issue forwarding TCP packets Hi Prabhjot, In your setup, VPP just switches packets from one interface to the ot

[vpp-dev] Regarding C API

2017-08-15 Thread Prabhjot Singh Sethi
We are looking forward to use C APIs to configure VPP and are looking at https://wiki.fd.io/view/VPP/How_To_Use_The_C_API as a reference. However following steps mentioned there, we do see a compilation failure "failed to find library" for  VPP_LIBS += -lvat_pliugin where it looks like a typo so