mbox series

[v2,0/2] add flow redirect function

Message ID 1585589933-4247-1-git-send-email-beilei.xing@intel.com (mailing list archive)
Headers
Series add flow redirect function |

Message

Xing, Beilei March 30, 2020, 5:38 p.m. UTC
  This patchset adds flow redirect function, also supports
flow ops thread safe

V2 changes:
 - Rework commit log.
 - Make a patchset.

Beilei Xing (2):
  net/ice: support flow redirect function
  net/ice: support flow ops thread safe

 drivers/net/ice/ice_ethdev.h       |  1 +
 drivers/net/ice/ice_generic_flow.c | 57 ++++++++++++++++++++++++++++++++------
 drivers/net/ice/ice_generic_flow.h | 21 ++++++++++++++
 3 files changed, 71 insertions(+), 8 deletions(-)
  

Comments

Xiaolong Ye March 31, 2020, 2:46 a.m. UTC | #1
On 03/31, Beilei Xing wrote:
>This patchset adds flow redirect function, also supports
>flow ops thread safe
>
>V2 changes:
> - Rework commit log.
> - Make a patchset.
>
>Beilei Xing (2):
>  net/ice: support flow redirect function
>  net/ice: support flow ops thread safe
>
> drivers/net/ice/ice_ethdev.h       |  1 +
> drivers/net/ice/ice_generic_flow.c | 57 ++++++++++++++++++++++++++++++++------
> drivers/net/ice/ice_generic_flow.h | 21 ++++++++++++++
> 3 files changed, 71 insertions(+), 8 deletions(-)
>
>-- 
>2.7.4
>
>Acked-by: Qiming Yang <qiming.yang@intel.com>

Applied to dpdk-next-net-intel, Thanks.