RE: [PATCH v2 4/6] examples/ipsec-secgw: fix lcore ID restriction

2023-12-19 Thread Konstantin Ananyev
> Currently the config option allows lcore IDs up to 255, > irrespective of RTE_MAX_LCORES and needs to be fixed. > > The patch allows config options based on DPDK config. > > Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application") > Cc: sergio.gonzalez.mon...@intel.com > Cc:

[PATCH v2 4/6] examples/ipsec-secgw: fix lcore ID restriction

2023-12-18 Thread Sivaprasad Tummala
Currently the config option allows lcore IDs up to 255, irrespective of RTE_MAX_LCORES and needs to be fixed. The patch allows config options based on DPDK config. Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application") Cc: sergio.gonzalez.mon...@intel.com Cc: sta...@dpdk.org