From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AC88220979; Sun, 9 Jul 2017 18:43:37 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 09 Jul 2017 18:43:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=ax4jwLZRULYk+4o KWnhOYynj6piBAlLnkctwu8XinvU=; b=AmuMmpLtQ9DYs9GdL9n92NBHeKxJAx5 1olhXQJoTuO8KHAfe0E+JWqlZBNZDzqoWmbqZ4f98llTFMaSwtzFu6/cpb7XH7nf 1qUO7K/boZRlf2uDKlrmeXV8eoJ0TrzletYaCl2OCYU8OwmBVOdNVXYRlmSaSZDj XLsaxGDU3AVU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=ax4jwLZRULYk+4oKWnhOYynj6piBAlLnkctwu8XinvU=; b=O5hGCZeZ yCqFv0gUzPZCt2Dasz/HftQuBLnZu32n+fdp98jTfWQUVIr8hgBXqX3Eu5MFIfGK SqcluFGP3ABu4d1GNL3/qmKdGxUoa2laLcZfS0yltzWPN/VflhPPLtx0QMWkTnHB MzV6/KGUityA+EJbwG4yQLAvjRcxcjTC+ZQ5GER4cKPdIBQVhj9sij7VwJNBVI7g 5vzagyM9labWcAgy1YVuVktOlTa0BwiQy+ycbOWbaI5wP7cwjgUpZYCQB3P/Tol5 UbaUSy+hG4PtuV75+oDiOlGN3LF1u7JelgXQTDPfrisvRBqewwRw4empXN8bpwaK HPLBxzK8zFa31Q== X-ME-Sender: X-Sasl-enc: crf+0r4ady5P84gKcaCGCHIgLqeGQrQW5HSVZllFGibF 1499640217 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 66F5B24620; Sun, 9 Jul 2017 18:43:37 -0400 (EDT) From: Thomas Monjalon To: Gaetan Rivet Cc: dev@dpdk.org Date: Mon, 10 Jul 2017 00:43:36 +0200 Message-ID: <11554606.AsYolMGT0T@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ethdev: save VLAN filter setting X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2017 22:43:38 -0000 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