Is there a way to instruct NIC/DPDK which RXQ to deliver a packet to not RSS?

fwefew 4t4tg 7532yahoo at gmail.com
Fri Dec 23 16:30:11 CET 2022


>RSS should be implemented in hardware. So it shouldn't be causing added
>latency. What device are you using.
My error; aggregate performance is the same. H/W RSS is fine.

>Packet direction to queue in HW is done with rte_flow (if your NIC
supports it)
>https://doc.dpdk.org/guides/prog_guide/rte_flow.html
Thank you! That was not on my radar for some reason. Much appreciated.


On Sun, Dec 18, 2022 at 5:14 PM Stephen Hemminger <
stephen at networkplumber.org> wrote:

> On Sun, 18 Dec 2022 16:41:13 -0500
> fwefew 4t4tg <7532yahoo at gmail.com> wrote:
>
> > I am aware of RSS; I coded it and have gotten it to work between
> machines.
> >
> > However, the elapsed time per packet increases from <100ns/packet RSS-OFF
> > to 700-800ns RSS-ON in my test setup.
> >
> > In my scenario I have hardcoded routing between TXQs on client machines
> and
> > RXQs on the server machines.
>
> Packet direction to queue in HW is done with rte_flow (if your NIC
> supports it)
> https://doc.dpdk.org/guides/prog_guide/rte_flow.html
>
> RSS should be implemented in hardware. So it shouldn't be causing added
> latency. What device are you using.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/users/attachments/20221223/b7c55d59/attachment.htm>


More information about the users mailing list