DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v4 0/2] example/l3fwd: relax l3fwd rx RSS/Offload if needed
@ 2023-11-13 16:02 Trevor Tao
  2023-11-13 16:02 ` [PATCH v4 1/2] examples/l3fwd: relax RSS requirement with option Trevor Tao
  2023-11-13 16:02 ` [PATCH v4 2/2] examples/l3fwd: relax RX Offload " Trevor Tao
  0 siblings, 2 replies; 6+ messages in thread
From: Trevor Tao @ 2023-11-13 16:02 UTC (permalink / raw)
  To: dev; +Cc: Trevor Tao

This series try to relax l3fwd rx RSS/Offload mode requirement if they
are not supported by underlying hw or virtual devices, there is an
option named relax_rx_mode added to enable this option.

Trevor Tao (2):
  examples/l3fwd: relax RSS requirement with option
  examples/l3fwd: relax RX Offload with option

 examples/l3fwd/l3fwd.h     | 12 ++++++++++--
 examples/l3fwd/l3fwd_em.h  |  2 +-
 examples/l3fwd/l3fwd_lpm.h |  2 +-
 examples/l3fwd/main.c      | 35 ++++++++++++++++++++++++++++++++++-
 4 files changed, 46 insertions(+), 5 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-11-13 20:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-13 16:02 [PATCH v4 0/2] example/l3fwd: relax l3fwd rx RSS/Offload if needed Trevor Tao
2023-11-13 16:02 ` [PATCH v4 1/2] examples/l3fwd: relax RSS requirement with option Trevor Tao
2023-11-13 16:34   ` Stephen Hemminger
2023-11-13 17:53     ` Stephen Hemminger
2023-11-13 20:01       ` Konstantin Ananyev
2023-11-13 16:02 ` [PATCH v4 2/2] examples/l3fwd: relax RX Offload " Trevor Tao

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