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

2017-07-08 Thread Thomas Monjalon
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: A

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

2017-07-06 Thread 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 --- Gaetan, sorry for taki