On Wed, 23 Dec 2015 16:49:46 +0800 Jijiang Liu <jijiang.liu at intel.com> wrote:
> 1)at config phase > > dev_config(port, ...); > tunnel_config(port,...); > ... > dev_start(port); > ... > rx_burst(port, rxq,... ); > tx_burst(port, txq,...); What about dynamically adding and deleting multiple tunnels after device has started? This would be the more common case in a real world environment.