Re: [dpdk-dev] [PATCH v3] ethdev: add flow API rule copy function

2017-07-06 Thread Gaƫtan Rivet
Hi Adrien, On Thu, Jul 06, 2017 at 06:56:54PM +0200, Adrien Mazarguil wrote: > From: 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 pro

[dpdk-dev] [PATCH v3] ethdev: add flow API rule copy function

2017-07-06 Thread Adrien Mazarguil
From: 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 ---