[dpdk-dev] [PATCH] librte_port: fix mbuf allocation in source port and missing

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Nov 30 16:57:59 CET 2015


Hi,

2015-11-30 15:46, Fan Zhang:
> This patch fixes two issues:
> - The allocated mbufs in rte_port_source_rx() are not initialized properly
> issue. This issue caused the mbufs not be able to freed back to mempool by
> rte_pktmbuf_free().
> - The missed sink port statistics issue. Sink port was not able record the
> number of mbufs received/dropped.
> 
> Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>

It seems you should send 2 patches.
Please use the "Fixes:" keyword to specify the commit introducing the bug.
Thanks


More information about the dev mailing list