Re: [dpdk-dev] [PATCH] net/kni: set packet input port in eth_kni_rx()

2020-07-24 Thread Ferruh Yigit
On 7/1/2020 8:49 AM, Ferruh Yigit wrote: > From: jiancheng pei > > Store port_id in pmd_internals when eth kni device is created. > Then set packet port of rte_mbuf in function eth_kni_rx. Overall looks good, except minor issues commented below. Since I have sent on behalf of the Jecky, I will s

[dpdk-dev] [PATCH] net/kni: set packet input port in eth_kni_rx()

2020-07-01 Thread Ferruh Yigit
From: jiancheng pei Store port_id in pmd_internals when eth kni device is created. Then set packet port of rte_mbuf in function eth_kni_rx. Signed-off-by: Jecky Pei --- Sending patch to the email list on behalf of the Jecky, initially he sent as github pull request. --- drivers/net/kni/rte_eth