On 7/29/2020 6:06 PM, Ferruh Yigit wrote: > On 7/29/2020 6:02 PM, David Marchand wrote: >> On Fri, Jul 24, 2020 at 5:10 PM Ferruh Yigit <ferruh.yi...@intel.com> wrote: >>> >>> From: jiancheng pei <j...@sonicwall.com> >>> >>> Store port_id in pmd_internals when eth kni device is created. >>> Then set packet port of rte_mbuf in function eth_kni_rx. >> >> LGTM. >> >> Is this fix worth a backport? > > Makes sense, +1 to add stable tag. > >> A net driver is expected to set the port in all mbufs (m->port is >> initialised/reset to MBUF_INVALID_PORT). >> >> >>> >>> Signed-off-by: Jecky Pei <j...@sonicwall.com> >>> Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>
Cc: sta...@dpdk.org Applied to dpdk-next-net/master, thanks.