Re: [dpdk-dev] [PATCH v2] net/mlx5: skip table zero to improve insertion rate

2019-09-11 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Dekel Peled > Sent: Wednesday, September 11, 2019 2:04 PM > To: Matan Azrad ; Slava Ovsiienko > ; Shahaf Shuler > Cc: Ori Kam ; dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] net/mlx5: skip table zero to improve &g

[dpdk-dev] [PATCH v2] net/mlx5: skip table zero to improve insertion rate

2019-09-11 Thread Dekel Peled
E-switch tables one and above provide higher insertion rate than table zero, as well as enhanced functionality. This patch adds a mechanism to utilize these advantages, by creating a default rule on port start, which directs all packets from e-switch table zero to table one. Other flow rules, requ