DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Using different criteria for flow classification
@ 2020-02-27 20:11 Bev SCHWARTZ
  0 siblings, 0 replies; only message in thread
From: Bev SCHWARTZ @ 2020-02-27 20:11 UTC (permalink / raw)
  To: users

Instead of just pattern matching for flow classification, I want to be able to run my own function over a set of fields to determine which queue I want to put my packet on.  I'd like to specify which fields I'm interested in, and then have a callback function called in which I am provided those bytes.  My callback function would return an answer (yes or no), and if the answer is yes, then the actions provided will be followed.


Is there a way to do this?


-Bev

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-27 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-27 20:11 [dpdk-users] Using different criteria for flow classification Bev SCHWARTZ

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).