DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Work with IP variable headers
@ 2017-04-04 20:29 Fu, Qiaobin
  0 siblings, 0 replies; only message in thread
From: Fu, Qiaobin @ 2017-04-04 20:29 UTC (permalink / raw)
  To: users

Hi,

Currently, I am working on a module that classifies packets based on the L3/L4 headers, like the destination address, port number, etc. However, due to options, we need to deal with IP variable headers: e.g., the options for IPv4, and extension headers for IPv6.

For the ntuple filters, I found that they can direct packets with variable IPv4/IPv6 headers to the corresponding queues as specified by the filters.

However, after receiving the IP packets with variable headers from the NIC, we cannot use ACL rules to classify them. This is because only packets with fixed IPv4/ IPv6 header are supported by ACL rules in the current implementation. So, I am wondering does DPDK have some functions to help to deal with such packets?

Any suggestions are appreciated!

Best,
Qiaobin

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

only message in thread, other threads:[~2017-04-04 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-04 20:29 [dpdk-users] Work with IP variable headers Fu, Qiaobin

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).