Hi,
> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Markus Theil > Sent: Monday, May 22, 2017 6:18 PM > To: [email protected] > 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 <[email protected]> Acked-by: Wenzhuo Lu <[email protected]>

