On Fri, Jul 31, 2020 at 5:09 AM wangyunjian <wangyunj...@huawei.com> wrote:
> From: Yunjian Wang <wangyunj...@huawei.com> > > This series include two fixes patches for bnxt driver. > > Yunjian Wang (2): > net/bnxt: fix memory leak when freeing vf_info > net/bnxt: add memory allocation check in vf_info init > Patchset applied to dpdk-next-net-brcm. Thanks > > drivers/net/bnxt/bnxt_ethdev.c | 3 +-- > drivers/net/bnxt/bnxt_hwrm.c | 22 ++++++++++++++++++++-- > drivers/net/bnxt/bnxt_hwrm.h | 1 + > 3 files changed, 22 insertions(+), 4 deletions(-) > > -- > 2.23.0 > > >