DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] RSS distribution of Encapsulated packets
@ 2019-06-10 11:29 sasidhar reddy
  2019-06-11  8:58 ` Chilikin, Andrey
  0 siblings, 1 reply; 2+ messages in thread
From: sasidhar reddy @ 2019-06-10 11:29 UTC (permalink / raw)
  To: users

Hi,
Our application needs to process encapsulated packets(Custom encapsulation,
adding our proprietary header to packets). NIC RSS is not distributing the
packets across all the cores(queues) setup. Packets are always landing in a
single core(default core). We are not looking at software based
distribution due to scalability.

1) Is there any way to use RSS/VMDQ to serve this purpose at NIC?
 2) Can we configure NIC to perform round robin distribution?

Note:
We use XL710 NIC

Regards,
Sashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-users] RSS distribution of Encapsulated packets
  2019-06-10 11:29 [dpdk-users] RSS distribution of Encapsulated packets sasidhar reddy
@ 2019-06-11  8:58 ` Chilikin, Andrey
  0 siblings, 0 replies; 2+ messages in thread
From: Chilikin, Andrey @ 2019-06-11  8:58 UTC (permalink / raw)
  To: sasidhar reddy, users

Hi Sashi,

There could be a few solutions, depending on how your encapsulation is implemented:
* flexible payload to extract up to 16 bytes from the packet for RSS: works for L2/L3/L4 payloads
* special configuration of L2 tags: works for headers with the specific  Ethertypes
* Dynamic Device Personalization (DDP): reprograming parser to understand new L2/L3/L4 protocols

Regards,
Andrey

-----Original Message-----
From: users [mailto:users-bounces@dpdk.org] On Behalf Of sasidhar reddy
Sent: Monday, June 10, 2019 12:29 PM
To: users@dpdk.org
Subject: [dpdk-users] RSS distribution of Encapsulated packets

Hi,
Our application needs to process encapsulated packets(Custom encapsulation,
adding our proprietary header to packets). NIC RSS is not distributing the
packets across all the cores(queues) setup. Packets are always landing in a
single core(default core). We are not looking at software based
distribution due to scalability.

1) Is there any way to use RSS/VMDQ to serve this purpose at NIC?
 2) Can we configure NIC to perform round robin distribution?

Note:
We use XL710 NIC

Regards,
Sashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-11  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10 11:29 [dpdk-users] RSS distribution of Encapsulated packets sasidhar reddy
2019-06-11  8:58 ` Chilikin, Andrey

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