[dpdk-dev] [PATCH] net/enic: increment filter failure counter

2016-07-16 Thread Thomas Monjalon
2016-07-08 15:22, John Daley: > One instance of a filter add failure was not incrementing the > the fail counter. > > Fixes: 4c2c7bf41f5a ("net/enic: fix negative array index write") > Signed-off-by: John Daley Applied, thanks

[dpdk-dev] [PATCH] net/enic: increment filter failure counter

2016-07-08 Thread John Daley
One instance of a filter add failure was not incrementing the the fail counter. Fixes: 4c2c7bf41f5a ("net/enic: fix negative array index write") Signed-off-by: John Daley --- drivers/net/enic/enic_clsf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/enic/enic_clsf.c