[dpdk-dev] Unable to send Response packets to the same port

2014-06-17 Thread Tomasz K
Update: I forgot to mention that in our case, due to some our internal constrains code always allocates new m_buf for received packet and adds additional overhead PDU to it (both ways) It seems that problem lies with the same mempool being used. We've tried to create another mempool for packet al

[dpdk-dev] Unable to send Response packets to the same port

2014-06-17 Thread Tomasz K
Hello We're currently testing an application based on L2FWD example. 1. The application is located on VM which has 2 VFs from 2 different PFs 2. One core simply polls both RX queues from VFs, makes simple message processing and forwards the messages to appropriate TX queue of different VF (so th