On Mon, 15 Apr 2024 19:46:31 +0000 Sivaprasad Tummala <sivaprasad.tumm...@amd.com> wrote:
> --- a/app/test-pmd/testpmd.h > +++ b/app/test-pmd/testpmd.h > @@ -84,7 +84,7 @@ extern volatile uint8_t f_quit; > /* Maximum number of pools supported per Rx queue */ > #define MAX_MEMPOOL 8 > > -typedef uint8_t lcoreid_t; > +typedef uint32_t lcoreid_t; > typedef uint16_t portid_t; > typedef uint16_t queueid_t; > typedef uint16_t streamid_t; > -- The other DPDK API's are using unsigned for lcore_id. On the platforms that DPDK supports both are the same size.