RE: [PATCH 1/2] examples/ipsec-secgw: fix width of variables

2024-01-09 Thread Akhil Goyal
> > > 'rte_eth_rx_burst' returns uint16_t. The same value need to be passed > > to 'process_packets' functions which performs further processing. Having > > this function use 'uint8_t' can result in issues when MAX_PKT_BURST is > > larger. > > > > The route functions (route4_pkts & route6_pkts) ta

RE: [PATCH 1/2] examples/ipsec-secgw: fix width of variables

2023-12-19 Thread Konstantin Ananyev
> 'rte_eth_rx_burst' returns uint16_t. The same value need to be passed > to 'process_packets' functions which performs further processing. Having > this function use 'uint8_t' can result in issues when MAX_PKT_BURST is > larger. > > The route functions (route4_pkts & route6_pkts) take uint8_t a