Re: [dpdk-dev] [PATCH RFC V2 0/2] TCP flow classification using 4-tuple and flags

2023-06-12 Thread Stephen Hemminger
On Mon, 13 Jan 2020 18:05:28 + Sowmini Varadhan wrote: > V2 updates: checkpatch fixes, revert accidently spelling error > introduced in V1; > > The problem space of TCP flow tracking and classification > based on TCP state requires the ability to classify TCP > flows on more packet propertie

[dpdk-dev] [PATCH RFC V2 0/2] TCP flow classification using 4-tuple and flags

2020-01-13 Thread Sowmini Varadhan
V2 updates: checkpatch fixes, revert accidently spelling error introduced in V1; The problem space of TCP flow tracking and classification based on TCP state requires the ability to classify TCP flows on more packet properties than just the 4-tuple, e.g., TCP flags. This patch-set investigates the