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

2018-10-11 Thread Shahaf Shuler
Monday, October 8, 2018 9:56 PM, Yongseok Koh: > Subject: Re: [PATCH v2] net/mlx5: allow flow rule with attribute egress > > On Sun, Oct 07, 2018 at 05:01:05PM +0300, Dekel Peled wrote: > > This patch complements [1], adding to MLX5 PMD the option to set flow > > rule for egress traffic. > > > > [

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

2018-10-08 Thread Yongseok Koh
On Sun, Oct 07, 2018 at 05:01:05PM +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 > > Signed

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

2018-10-07 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 --- V2: * Rebase on tip. * Apply code review comments