Re: [lwip-users] Two lwIP threads working fine on one core but giving error on two separate cores

2021-08-17 Thread goldsi...@gmx.de
Am 26.07.2021 um 14:31 schrieb Ibtisam Tariq: > Hi, > > I am creating an app by integrating lwIP with DPDK. I am using > socket-level APIs. For receiving packets from the interface and > processing, there are two threads. > Thread-1: Receiving packets from the interface, call pbuf_alloc to > transf

[lwip-users] Two lwIP threads working fine on one core but giving error on two separate cores

2021-07-26 Thread Ibtisam Tariq
Hi, I am creating an app by integrating lwIP with DPDK. I am using socket-level APIs. For receiving packets from the interface and processing, there are two threads. Thread-1: Receiving packets from the interface, call pbuf_alloc to transfer packet data into pbuf and then call netif->input. Thread