[dpdk-dev] [PATCH] enic: set correct port ID in received mbufs

2015-04-20 Thread Thomas Monjalon
> >This field is not supposed to contain the RX queue index. Applications can > >rely on it to determine the port a given mbuf comes from. > > > >Signed-off-by: Adrien Mazarguil > > Acked-by: Sujith Sankar Applied, thanks

[dpdk-dev] [PATCH] enic: set correct port ID in received mbufs

2015-04-18 Thread Sujith Sankar (ssujith)
On 14/04/15 7:53 pm, "Adrien Mazarguil" wrote: >This field is not supposed to contain the RX queue index. Applications can >rely on it to determine the port a given mbuf comes from. > >Signed-off-by: Adrien Mazarguil >--- > lib/librte_pmd_enic/enic.h| 1 + > lib/librte_pmd_enic/enic_eth

[dpdk-dev] [PATCH] enic: set correct port ID in received mbufs

2015-04-14 Thread Adrien Mazarguil
This field is not supposed to contain the RX queue index. Applications can rely on it to determine the port a given mbuf comes from. Signed-off-by: Adrien Mazarguil --- lib/librte_pmd_enic/enic.h| 1 + lib/librte_pmd_enic/enic_ethdev.c | 1 + lib/librte_pmd_enic/enic_main.c | 4 ++-- 3