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

This series tries 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 (3):
  examples/l3fwd: relax RSS requirement with option
  examples/l3fwd: relax the Offload requirement
  doc: add a relax rx mode requirement option

 doc/guides/rel_notes/release_23_11.rst  | 251 +++++++++++++++++++++---
 doc/guides/sample_app_ug/l3_forward.rst |   4 +-
 examples/l3fwd/l3fwd.h                  |  12 +-
 examples/l3fwd/l3fwd_em.h               |   2 +-
 examples/l3fwd/l3fwd_lpm.h              |   2 +-
 examples/l3fwd/main.c                   |  30 +++
 6 files changed, 272 insertions(+), 29 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH v2 0/3] example/l3fwd: relax l3fwd rx RSS/Offload if needed
@ 2023-10-13  3:27 Trevor Tao
  0 siblings, 0 replies; 11+ messages in thread
From: Trevor Tao @ 2023-10-13  3:27 UTC (permalink / raw)
  To: dev; +Cc: Trevor Tao

This series tries 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 (3):
  examples/l3fwd: relax RSS requirement with option
  examples/l3fwd: relax the Offload requirement
  doc: add a relax rx mode requirement option

 doc/guides/rel_notes/release_23_11.rst  |  2 ++
 doc/guides/sample_app_ug/l3_forward.rst |  4 +++-
 examples/l3fwd/l3fwd.h                  | 12 ++++++++--
 examples/l3fwd/l3fwd_em.h               |  2 +-
 examples/l3fwd/l3fwd_lpm.h              |  2 +-
 examples/l3fwd/main.c                   | 30 +++++++++++++++++++++++++
 6 files changed, 47 insertions(+), 5 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH v2 0/3] example/l3fwd: relax l3fwd rx RSS/Offload if needed
@ 2023-10-13  3:08 Trevor Tao
  0 siblings, 0 replies; 11+ messages in thread
From: Trevor Tao @ 2023-10-13  3:08 UTC (permalink / raw)
  To: dev; +Cc: Trevor Tao

This series tries 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 (3):
  examples/l3fwd: relax RSS requirement with option
  examples/l3fwd: relax the Offload requirement
  doc: add a relax rx mode requirement option

 doc/guides/rel_notes/release_23_11.rst  |  2 ++
 doc/guides/sample_app_ug/l3_forward.rst |  4 ++-
 examples/l3fwd/l3fwd.h                  | 12 +++++++--
 examples/l3fwd/l3fwd_em.h               |  2 +-
 examples/l3fwd/l3fwd_lpm.h              |  2 +-
 examples/l3fwd/main.c                   | 33 ++++++++++++++++++++++++-
 6 files changed, 49 insertions(+), 6 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-10-31 20:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-13  4:27 [PATCH v2 0/3] example/l3fwd: relax l3fwd rx RSS/Offload if needed Trevor Tao
2023-10-13  4:27 ` [PATCH v2 1/3] examples/l3fwd: relax RSS requirement with option Trevor Tao
2023-10-17 18:06   ` Konstantin Ananyev
2023-10-13  4:27 ` [PATCH v2 2/3] examples/l3fwd: relax the Offload requirement Trevor Tao
2023-10-17 18:13   ` Konstantin Ananyev
2023-10-13  4:27 ` [PATCH v2 3/3] doc: add a relax rx mode requirement option Trevor Tao
2023-10-31 20:08   ` Stephen Hemminger
2023-10-13  7:07 ` [PATCH v2 0/3] example/l3fwd: relax l3fwd rx RSS/Offload if needed David Marchand
2023-10-15 14:06   ` taozj888
  -- strict thread matches above, loose matches on Subject: below --
2023-10-13  3:27 Trevor Tao
2023-10-13  3:08 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).