Re: [dpdk-dev] input port in mbuf

2020-05-06 Thread Stephen Hemminger
On Wed, 6 May 2020 19:21:30 + Liron Himi wrote: > Hi, > > We need to save the input port in the mbuf in order to return the buffer to > the right hw pool. > For now we use the 'port' in the mbuf as it is supposed to be for this exact > purpose. > But we noticed that some applications are o

[dpdk-dev] input port in mbuf

2020-05-06 Thread Liron Himi
Hi, We need to save the input port in the mbuf in order to return the buffer to the right hw pool. For now we use the 'port' in the mbuf as it is supposed to be for this exact purpose. But we noticed that some applications are override it with the destination port. What should be the right beha