Re: [dpdk-dev] [PATCH_v4 3/3] regex/mlx5: fix redundancy in PCI remove function

2021-07-21 Thread Ori Kam
Hi Michael, > -Original Message- > From: Michael Baum > Sent: Monday, July 12, 2021 10:07 AM > In the PCI removal function, PMD releases all driver resources and cancels > the regexdev registry. > > However, regexdev registration is accidentally canceled twice. > > Remove one of them. >

[dpdk-dev] [PATCH_v4 3/3] regex/mlx5: fix redundancy in PCI remove function

2021-07-12 Thread Michael Baum
In the PCI removal function, PMD releases all driver resources and cancels the regexdev registry. However, regexdev registration is accidentally canceled twice. Remove one of them. Fixes: b34d816363b5 ("regex/mlx5: support rules import") Cc: sta...@dpdk.org Signed-off-by: Michael Baum --- dri