Re: [dpdk-dev] [PATCH v3] net/failsafe: fix source port ID in Rx packets

2019-04-18 Thread Ferruh Yigit
On 4/18/2019 6:20 PM, Adrien Mazarguil wrote: > When passed to the application, Rx packets retain the port ID value > originally set by slave devices. Unfortunately these IDs have no meaning to > applications, which are typically unaware of their existence. > > This confuses those caring about the

[dpdk-dev] [PATCH v3] net/failsafe: fix source port ID in Rx packets

2019-04-18 Thread Adrien Mazarguil
When passed to the application, Rx packets retain the port ID value originally set by slave devices. Unfortunately these IDs have no meaning to applications, which are typically unaware of their existence. This confuses those caring about the source port field in mbufs (m->port) which experience i