From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: save VLAN filter setting Date: Mon, 10 Jul 2017 00:43:36 +0200 Message-ID: <11554606.AsYolMGT0T@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 30BC32BBE for ; Mon, 10 Jul 2017 00:43:38 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/07/2017 03:44, Gaetan Rivet: > In order to be able to replicate a configuration onto a second port, > device configuration should be fully described and available. > Other configuration items (i.e. MAC addresses) are stored within > rte_eth_dev_data, but not this one. > > Signed-off-by: Gaetan Rivet > --- > > I'm removing this patch from the fail-safe series, as it stands on its own. This patch was waiting for long as part of the failsafe series. Applied, thanks