DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Use custom rss hash field for gtp-u detunneling
@ 2019-10-10  0:45 Hyun Yoo
  0 siblings, 0 replies; only message in thread
From: Hyun Yoo @ 2019-10-10  0:45 UTC (permalink / raw)
  To: users

I'm implementing gtp-u detunneling software.
  1. input traffic is 40g, so distribute with RSS into 4/8 cores.
  2. some input is ip-fragmented, so use ip_reassembly lib.
  3. gtp-u header deletion is straightforward.

Problem is distribution : outer-ip is not varied, and udp port is all 2152.
I think instead of 5-tuple, src_ip/dst_ip/IP_IDENTIFICATION would do the job.
because ip_identification is well distributed, and is same for all
fragmented ip packet.

Is it possible wth dpdk and x710 or x722 or any other nic?

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

only message in thread, other threads:[~2019-10-10  0:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10  0:45 [dpdk-users] Use custom rss hash field for gtp-u detunneling Hyun Yoo

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