Re: [vpp-dev] dpdk/vpp and cross-version migration for vhost

2016-11-17 Thread Yuanhan Liu
On Thu, Nov 17, 2016 at 09:47:09AM +0100, Maxime Coquelin wrote: > > > On 11/17/2016 09:29 AM, Yuanhan Liu wrote: > >As usaual, sorry for late response :/ > > > >On Thu, Oct 13, 2016 at 08:50:52PM +0300, Michael S. Tsirkin wrote: > >>Hi! > >>So it looks like we face a problem with cross-version

Re: [vpp-dev] dpdk/vpp and cross-version migration for vhost

2016-11-17 Thread Yuanhan Liu
As usaual, sorry for late response :/ On Thu, Oct 13, 2016 at 08:50:52PM +0300, Michael S. Tsirkin wrote: > Hi! > So it looks like we face a problem with cross-version > migration when using vhost. It's not new but became more > acute with the advent of vhost user. > > For users to be able to

[vpp-dev] Punting UDP packets to Kernel

2016-11-17 Thread Prerit Jain
I want to send UDP packets with port 4500 to Kernel. For that I send UDP packets from external interface (70.1.1.58:port 5000) to VPP host (70.1.1.51: 4500) and did below configuration. Set up the punt environment- * set punt udp 4500* Created the tap interface - * tap connect tap-0* *In