[dpdk-dev] [dpdk-stable] [PATCH 0/5] net/cxgbe: fix rte_flow related hardware resource leaks

Ferruh Yigit ferruh.yigit at intel.com
Wed Jun 17 15:33:27 CEST 2020


On 6/12/2020 11:07 PM, Rahul Lakkireddy wrote:
> This series of patches fix various hardware resource leaks in flow
> create failure and flow destroy paths.
> 
> Patch 1 fixes Compressed Local IP (CLIP) entry leaks.
> 
> Patch 2 fixes Layer 2 Table (L2T) entry leaks.
> 
> Patch 3 fixes double Multi Port Switch (MPS) entry allocations due
> to flow validate and create, but only freed once during flow destroy.
> 
> Patch 4 fixes Source MAC Table (SMT) entry leaks.
> 
> Patch 5 fixes flow validation errors seen due to default masks set
> for unrequested fields.
> 
> Thanks,
> Rahul
> 
> Rahul Lakkireddy (5):
>   net/cxgbe: fix CLIP leak in filter error path
>   net/cxgbe: fix L2T leak in filter error and free path
>   net/cxgbe: fix double MPS alloc due to flow validate and create
>   net/cxgbe: fix SMT leak in filter error and free path
>   net/cxgbe: ignore flow default masks for unrequested fields

Series applied to dpdk-next-net/master, thanks.


More information about the dev mailing list