From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [RFC PATCH 0/6] General tunneling APIs Date: Wed, 23 Dec 2015 10:31:22 -0800 Message-ID: <20151223103122.783b6de8@xeon-e3> References: <1450860592-12673-1-git-send-email-jijiang.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Jijiang Liu Return-path: Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by dpdk.org (Postfix) with ESMTP id 9EEE45A9D for ; Wed, 23 Dec 2015 19:31:14 +0100 (CET) Received: by mail-pa0-f41.google.com with SMTP id uo6so31627477pac.1 for ; Wed, 23 Dec 2015 10:31:14 -0800 (PST) In-Reply-To: <1450860592-12673-1-git-send-email-jijiang.liu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 23 Dec 2015 16:49:46 +0800 Jijiang Liu 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.