Re: [dpdk-dev] [PATCH v2 0/2] control rules with identical pattern behavior

2021-07-07 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Jiawei(Jonny) Wang > Sent: Tuesday, July 6, 2021 11:12 AM > To: Matan Azrad ; Ori Kam ; Slava > Ovsiienko ; NBU-Contact-Thomas Monjalon > > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH v2 0/2] control rules with identical pattern behavior > > In

[dpdk-dev] [PATCH v2 0/2] control rules with identical pattern behavior

2021-07-05 Thread Jiawei Wang
In order to allow\disallow configuring rules with identical patterns, the new device argument 'allow_duplicate_pattern' is introduced. If allow, these rules be inserted successfully and only the first rule take affect. If disallow, the first rule will be inserted and other rules be rejected. The d