[dpdk-dev] how to poll a 40G/100G NIC with multiqueues without RSS

Chilikin, Andrey andrey.chilikin at intel.com
Fri Jun 16 18:38:15 CEST 2017


With XL710 NICs you can use flexible payload for RSS for ETH_RSS_L2_PAYLOAD. By default XL710 PMD will extract first 16 bytes of the payload. You can include these 16 bytes for RSS with rte_eth_dev_filter_ctrl(...,RTE_ETH_FILTER_HASH, RTE_ETH_FILTER_SET, ...)

/Andrey

-----Original Message-----
From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Chillance Zen
Sent: Friday, June 9, 2017 7:48 AM
To: dev at dpdk.org
Subject: [dpdk-dev] how to poll a 40G/100G NIC with multiqueues without RSS

Hi, everyone,
since I need to realize my own protocol with which RSS can not be configured.
but we need massive packets to be processed with  multiple cpus(even that one cpu is always polling is not enough)

does anyone know how to distribute traffic to multiple queues

thanks&regards

--
Linc @bjtu


More information about the dev mailing list