> -----Original Message-----
> From: Yuying Zhang <yuying.zh...@intel.com>
> Sent: Tuesday, March 1, 2022 3:28 PM
> To: dev@dpdk.org; maxime.coque...@redhat.com; Xia, Chenbo
> <chenbo....@intel.com>
> Cc: Zhang, Yuying <yuying.zh...@intel.com>; sta...@dpdk.org
> Subject: [PATCH v1] net/vhost: clear data of packet mbuf after sending pkts
> 
> The PMD frees a packet mbuf back into its original mempool after sending a
> packet. However, old data is not cleaned up which causes error in payload of
> new packets. This patch clear data of packet mbuf before freeing mbuf.
> 
> Fixes: ee584e9710b9 ("vhost: add driver on top of the library")
> Cc: sta...@dpdk.org
> 
> Signed-off-by: Yuying Zhang <yuying.zh...@intel.com>
> ---
Tested-by: Wei Ling <weix.l...@intel.com>

Reply via email to