Re: [dpdk-dev] [PATCH] net/nfp: add port id to mbuf

2018-03-07 Thread Ferruh Yigit
On 2/22/2018 11:13 AM, Alejandro Lucero wrote: > Although this can be done by the app, because other PMDs are doing it, > apps expect this behaviour from the PMD. Although it doesn't explicitly stated, I think expectation is PMD to set it, the sample applications I checked in the dpdk don't set th

[dpdk-dev] [PATCH] net/nfp: add port id to mbuf

2018-02-22 Thread Alejandro Lucero
Although this can be done by the app, because other PMDs are doing it, apps expect this behaviour from the PMD. Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfp_net.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/nfp/nfp_net.c b/drivers/net/nfp/nfp_net.c index e5bfde6.