Re: [dpdk-dev] [PATCH] net/ice/base: fix for TCAM entry management

2019-11-12 Thread Ye Xiaolong
On 11/12, Qi Zhang wrote: >Order intermediate VSIG list correct in order to correctly match existing >VSIG lists. > >When overriding pre-existing TCAM entries, properly delete the existing >entry and remove it from the change/update list. > >Fixes: 51d04e4933e3 ("net/ice/base: add flexible pipeline

[dpdk-dev] [PATCH] net/ice/base: fix for TCAM entry management

2019-11-12 Thread Qi Zhang
Order intermediate VSIG list correct in order to correctly match existing VSIG lists. When overriding pre-existing TCAM entries, properly delete the existing entry and remove it from the change/update list. Fixes: 51d04e4933e3 ("net/ice/base: add flexible pipeline module") Signed-off-by: Dan Now