Re: [dpdk-dev] [PATCH 0/2] net/cxgbe: rte_flow related bug fixes

2018-12-18 Thread Ferruh Yigit
On 12/14/2018 7:01 PM, Rahul Lakkireddy wrote: > Patch 1 fixes memory corruption due to overlapping regions in TID table. > Patch 2 fixes NULL pointer dereference when attempting to parse pattern > match items without any spec. > > Thanks, > Rahul > > Rahul Lakkireddy (2): > net/cxgbe: fix over

[dpdk-dev] [PATCH 0/2] net/cxgbe: rte_flow related bug fixes

2018-12-14 Thread Rahul Lakkireddy
Patch 1 fixes memory corruption due to overlapping regions in TID table. Patch 2 fixes NULL pointer dereference when attempting to parse pattern match items without any spec. Thanks, Rahul Rahul Lakkireddy (2): net/cxgbe: fix overlapping regions in TID table net/cxgbe: skip parsing match item