Re: [dpdk-dev] [PATCH 1/2] Hooks to allow the setting of filters on tcp flags

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; > sovar...@linux.microsoft.com > Cc: tho...@monjalon.net > Subject: [PATCH 1/2] Hooks to allow the setting of filters on tcp

[dpdk-dev] [PATCH 1/2] Hooks to allow the setting of filters on tcp flags

2021-08-13 Thread Sowmini Varadhan
The rte_eth_ntuple_filter allows tcp_flags which can check for things like #define RTE_TCP_CWR_FLAG 0x80 /**< Congestion Window Reduced */ #define RTE_TCP_ECE_FLAG 0x40 /**< ECN-Echo */ #define RTE_TCP_URG_FLAG 0x20 /**< Urgent Pointer field significant */ #define RTE_TCP_ACK_FLAG 0