Re: [dpdk-dev] [PATCH 2/2] Allow the flow_classify example to add an ACL table for tcp.

2021-08-17 Thread Iremonger, Bernard
Hi Sowmini, > -Original Message- > From: Sowmini Varadhan > Sent: Thursday, August 12, 2021 9:18 PM > To: sowmin...@gmail.com; Iremonger, Bernard > ; dev@dpdk.org; sowmi...@gmail.com; > sovar...@linux.microsoft.com > Cc: tho...@monjalon.net > Subject: [PATCH 2/2] Allow the flow_classify e

[dpdk-dev] [PATCH 2/2] Allow the flow_classify example to add an ACL table for tcp.

2021-08-13 Thread Sowmini Varadhan
The struct rte_flow_classifier can have upto RTE_FLOW_CLASSIFY_TABLE_MAX (32) classifier tables, but the existing flow_classify examples only adds a single table for the L4 5-tuple. When dealing with tcp flows, we frequently want to add add ACLs and filters to filter based on the state of the TCP