[v2,0/6] fix lcore ID restriction

Message ID 20231219032826.4814-1-sivaprasad.tummala@amd.com (mailing list archive)
Headers
Series fix lcore ID restriction |

Message

Sivaprasad Tummala Dec. 19, 2023, 3:28 a.m. UTC
  With modern CPUs, it is possible to have higher
CPU count thus we can have higher RTE_MAX_LCORES.
In DPDK sample applications, the current config
lcore options are hard limited to 255.

The patchset fixes these constraints by allowing
all lcore IDs up to RTE_MAX_LCORES.

Sivaprasad Tummala (6):
  examples/l3fwd: fix lcore ID restriction
  examples/l3fwd-power: fix lcore ID restriction
  examples/l3fwd-graph: fix lcore ID restriction
  examples/ipsec-secgw: fix lcore ID restriction
  examples/qos_sched: fix lcore ID restriction
  examples/vm_power_manager: fix lcore ID restriction

 examples/ipsec-secgw/event_helper.h           |  2 +-
 examples/ipsec-secgw/ipsec-secgw.c            | 16 +++++++++-------
 examples/ipsec-secgw/ipsec.c                  |  2 +-
 examples/l3fwd-graph/main.c                   | 14 +++++++-------
 examples/l3fwd-power/main.c                   | 16 +++++++++-------
 examples/l3fwd-power/main.h                   |  2 +-
 examples/l3fwd/main.c                         | 19 +++++++++++--------
 examples/qos_sched/args.c                     |  6 +++---
 .../guest_cli/vm_power_cli_guest.c            |  4 ++--
 9 files changed, 44 insertions(+), 37 deletions(-)