Hi,
> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Markus Theil > Sent: Monday, May 22, 2017 6:18 PM > To: dev@dpdk.org > Cc: Markus Theil > Subject: [dpdk-dev] [PATCH v3 2/2] net/igb: fix add/delete of flex filters > > Before this patch, flex_filter->index was always zero when it was read and > used after rte_zmalloc. The corresponding code was therefore moved into > the add and delete parts of the if/else statement. > > Fixes: 231d43909a31 ("igb: migrate flex filter to new API") > > Signed-off-by: Markus Theil <markus.th...@tu-ilmenau.de> Acked-by: Wenzhuo Lu <wenzhuo...@intel.com>