[v5,0/2] example/l3fwd: relax l3fwd rx RSS/Offload if needed

Message ID 20231113161135.125307-1-taozj888@163.com (mailing list archive)
Headers
Series example/l3fwd: relax l3fwd rx RSS/Offload if needed |

Message

Trevor Tao Nov. 13, 2023, 4:11 p.m. UTC
  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(-)
  

Comments

Thomas Monjalon Nov. 22, 2023, 11:08 p.m. UTC | #1
13/11/2023 17:11, 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

Applied with minor improvements, thanks.