[dpdk-dev] [RFC][PATCH 0/3] example/vhost: Introduce Vswitch Framework

2016-08-27 Thread Pankaj Chauhan
Introduce generic vswitch framework in vhost-switch application. Following are the goals/aim of the framework: 1. Make vhost-switch application generic so that it can support devices which don't support VMDQ. 2. Provide a framework so that any switching logic (generic in software or vendor spece

[dpdk-dev] [RFC][PATCH 0/3] example/vhost: Introduce Vswitch Framework

2016-08-26 Thread Maxime Coquelin
On 08/27/2016 06:26 PM, Pankaj Chauhan wrote: > Introduce generic vswitch framework in vhost-switch application. Following > are the goals/aim of the framework: > > 1. Make vhost-switch application generic so that it can support devices > which don't support VMDQ. > > 2. Provide a framework so th