Re: [dpdk-dev] [PATCH 1/4] net/mlx5: add flow action functions to glue

2018-10-02 Thread Dekel Peled
Thanks, PSB. > -Original Message- > From: Yongseok Koh > Sent: Tuesday, October 2, 2018 4:03 AM > To: Dekel Peled > Cc: dev@dpdk.org; Shahaf Shuler ; Ori Kam > > Subject: Re: [PATCH 1/4] net/mlx5: add flow action functions to glue > > On Thu, Sep 27, 2018 at 05:50:42PM +0300, Dekel Pele

Re: [dpdk-dev] [PATCH 1/4] net/mlx5: add flow action functions to glue

2018-10-01 Thread Yongseok Koh
On Thu, Sep 27, 2018 at 05:50:42PM +0300, Dekel Peled wrote: > This patch adds glue functions for operations: > - Create packet reformat (encap/decap) flow action. > - Destroy flow action. > > Signed-off-by: Dekel Peled > --- > drivers/net/mlx5/mlx5_glue.c | 33 +

[dpdk-dev] [PATCH 1/4] net/mlx5: add flow action functions to glue

2018-09-27 Thread Dekel Peled
This patch adds glue functions for operations: - Create packet reformat (encap/decap) flow action. - Destroy flow action. Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5_glue.c | 33 + drivers/net/mlx5/mlx5_glue.h | 7 +++ 2 files changed, 40 insertions(