From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] ethdev: add flow API rule copy function Date: Sat, 08 Jul 2017 17:56:11 +0200 Message-ID: <3893665.Ou6q2scfzx@xps> References: <4695f0b4603308f6e27a0f2518945172989165fd.1499360068.git.adrien.mazarguil@6wind.com> <731f7b914a5b43dbd63939098abbadfd89c4d891.1499385156.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Adrien Mazarguil To: Gaetan Rivet Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 35D6E20F for ; Sat, 8 Jul 2017 17:56:14 +0200 (CEST) In-Reply-To: <731f7b914a5b43dbd63939098abbadfd89c4d891.1499385156.git.gaetan.rivet@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 07/07/2017 02:08, Gaetan Rivet: > This allows PMDs and applications to save flow rules in their generic > format for later processing. This is useful when rules cannot be applied > immediately, such as when the device is not properly initialized. > > Signed-off-by: Gaetan Rivet > Signed-off-by: Adrien Mazarguil Applied, thanks