Re: [vpp-dev] Compiling NSH_SFC 17.01 plugin for VPP

2017-07-06 Thread ni_hongjun6
Hi Srikanth, Yes,NSH_SFC has implemented NSH-proxy. You could use that. Please refer to NSH_SFC wiki/design for details. -Hongjun Send from iPhone > 在 2017年7月6日,16:54,Srikanth Lingala 写道: > > Thanks Hongjun, for your reply. I will ask in the community. > > But, before that I have a doubt. >

Re: [vpp-dev] Compiling NSH_SFC 17.01 plugin for VPP

2017-07-06 Thread Srikanth Lingala
Thanks Hongjun, for your reply. I will ask in the community. But, before that I have a doubt. Actually, I want to use VPP NSH SFC plugin in the NSH unaware VM to replace vxlan_tool.py. Because, vxlan_tool.py is only used when VM has normal NICs. In the case of DPDK VM, which does have only DPDK

Re: [vpp-dev] Compiling NSH_SFC 17.01 plugin for VPP

2017-07-04 Thread Ni, Hongjun
Hi Srikanth, Please use VPP 17.04 release and NSH 17.04 release, which contains majority NSH features and new building system. For building NSH_SFC 17.04, using below commands: cd $Path/nsh_sfc/nsh-plugin/ rm -fr build ./build.sh I just compiled them and it worked well. Regards, Hongjun From