Re: [PATCH v4 02/17] cryptodev/bcmfs: fix mis-matched free

2024-09-30 Thread Ajit Khaparde
On Mon, Sep 30, 2024 at 11:46 AM Stephen Hemminger wrote: > > The device structure is allocated with rte_malloc() and > then incorrectly freed with free(). This will lead to > corrupt malloc pool. > > Bugzilla ID: 1552 > Fixes: c8e79da7c676 ("crypto/bcmfs: introduce BCMFS driver") > Cc: sta...@dpd

[PATCH v4 02/17] cryptodev/bcmfs: fix mis-matched free

2024-09-30 Thread Stephen Hemminger
The device structure is allocated with rte_malloc() and then incorrectly freed with free(). This will lead to corrupt malloc pool. Bugzilla ID: 1552 Fixes: c8e79da7c676 ("crypto/bcmfs: introduce BCMFS driver") Cc: sta...@dpdk.org Signed-off-by: Stephen Hemminger --- drivers/crypto/bcmfs/bcmfs_d