> -----Original Message-----
> From: Yuying Zhang <[email protected]>
> Sent: Tuesday, March 1, 2022 3:28 PM
> To: [email protected]; [email protected]; Xia, Chenbo
> <[email protected]>
> Cc: Zhang, Yuying <[email protected]>; [email protected]
> 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: [email protected]
> 
> Signed-off-by: Yuying Zhang <[email protected]>
> ---
Tested-by: Wei Ling <[email protected]>

Reply via email to