[dpdk-dev] [RFC PATCH 0/6] General tunneling APIs

Stephen Hemminger stephen at networkplumber.org
Wed Dec 23 19:31:22 CET 2015


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.


More information about the dev mailing list