Re: [dpdk-dev] [PATCH] net/mlx5: allow flow rule with attribute egress

2018-10-03 Thread Dekel Peled
Thanks, PSB. > -Original Message- > From: Yongseok Koh > Sent: Wednesday, October 3, 2018 10:28 AM > To: Dekel Peled > Cc: dev@dpdk.org; Shahaf Shuler ; Ori Kam > > Subject: Re: [PATCH] net/mlx5: allow flow rule with attribute egress > > On Tue, Oct 02, 2018 at 11:06:07PM -0700, Dekel P

Re: [dpdk-dev] [PATCH] net/mlx5: allow flow rule with attribute egress

2018-10-03 Thread Yongseok Koh
On Tue, Oct 02, 2018 at 11:06:07PM -0700, Dekel Peled wrote: > Thanks, PSB. > > > -Original Message- > > From: Yongseok Koh > > Sent: Saturday, September 29, 2018 12:24 PM > > To: Dekel Peled > > Cc: dev@dpdk.org; Shahaf Shuler ; Ori Kam > > > > Subject: Re: [PATCH] net/mlx5: allow flow

Re: [dpdk-dev] [PATCH] net/mlx5: allow flow rule with attribute egress

2018-10-02 Thread Dekel Peled
Thanks, PSB. > -Original Message- > From: Yongseok Koh > Sent: Saturday, September 29, 2018 12:24 PM > To: Dekel Peled > Cc: dev@dpdk.org; Shahaf Shuler ; Ori Kam > > Subject: Re: [PATCH] net/mlx5: allow flow rule with attribute egress > > On Thu, Sep 27, 2018 at 05:25:30PM +0300, Dekel

Re: [dpdk-dev] [PATCH] net/mlx5: allow flow rule with attribute egress

2018-09-29 Thread Yongseok Koh
On Thu, Sep 27, 2018 at 05:25:30PM +0300, Dekel Peled wrote: > This patch complements [1], adding to MLX5 PMD the option to set > flow rule for egress traffic. > > [1] "net/mlx5: support metadata as flow rule criteria" > http://mails.dpdk.org/archives/dev/2018-September/113275.html > >

[dpdk-dev] [PATCH] net/mlx5: allow flow rule with attribute egress

2018-09-27 Thread Dekel Peled
This patch complements [1], adding to MLX5 PMD the option to set flow rule for egress traffic. [1] "net/mlx5: support metadata as flow rule criteria" http://mails.dpdk.org/archives/dev/2018-September/113275.html Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5_flow.c | 54