[dpdk-dev] [PATCH 0/6] net/cxgbe: bug fixes

Ferruh Yigit ferruh.yigit at intel.com
Fri Nov 9 21:19:49 CET 2018


On 11/9/2018 7:56 AM, Rahul Lakkireddy wrote:
> Patch 1 adds a missing PCI un-initialization function for CXGBEVF to
> fix resource leaks.
> 
> Patch 2 fixes VLAN strip offload always being enabled without looking
> at Rx offload flags.
> 
> Patch 3 fixes issue with redefined match items in flows being offloaded
> to hardware.
> 
> Patch 4 fixes flow offload timeouts under heavy load.
> 
> Patch 5 fixes wrong ingress port value being written in filter spec passed
> to hardware while offloading flows.
> 
> Patch 6 fixes freeing illegal memory location while destroying MPS table.
> 
> Thanks,
> Rahul
> 
> Rahul Lakkireddy (6):
>   net/cxgbevf: add missing PCI uninitialization function for VF
>   net/cxgbe: check Rx offload flags before doing VLAN strip offload
>   net/cxgbe: fix check for redefined match items
>   net/cxgbe: increase completion wait time for flow operations
>   net/cxgbe: fix wrong ingress port value set in filter spec
>   net/cxgbevf: fix illegal memory access when freeing MPS TCAM

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


More information about the dev mailing list