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 module") > >Signed-off-by: Dan Nowlin <dan.now...@intel.com> >Signed-off-by: Qi Zhang <qi.z.zh...@intel.com> >Tested-by: Zhirun Yan <zhirun....@intel.com> >--- > drivers/net/ice/base/ice_flex_pipe.c | 66 ++++++++++++++++++++++++++++-------- > 1 file changed, 52 insertions(+), 14 deletions(-) >
Acked-by: Xiaolong Ye <xiaolong...@intel.com> Applied to dpdk-next-net-intel, Thanks.