[dpdk-dev] [PATCH] enic: expose RX missed packets counter

2016-03-30 Thread Thomas Monjalon
2016-03-30 11:07, John Daley: > Update the 'imissed' counter with the number of packets dropped > by the NIC. > > Fixes: fefed3d1e62c ("enic: new driver") > > Signed-off-by: John Daley > Reviewed-by: Nelson Escobar Applied, thanks

[dpdk-dev] [PATCH] enic: expose RX missed packets counter

2016-03-30 Thread John Daley
Update the 'imissed' counter with the number of packets dropped by the NIC. Fixes: fefed3d1e62c ("enic: new driver") Signed-off-by: John Daley Reviewed-by: Nelson Escobar --- drivers/net/enic/enic_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/enic/enic_main.c b/drive