[dpdk-dev] [memnic PATCH 3/5] pmd: implement stats of MEMNIC

2014-03-25 Thread Hiroshi Shimamoto
Hi, > Subject: Re: [dpdk-dev] [memnic PATCH 3/5] pmd: implement stats of MEMNIC > > Hi, > > 11/03/2014 05:38, Hiroshi Shimamoto: > > From: Hiroshi Shimamoto > > > > Implement missing feature to account statistics. > > This patch adds just an infrast

[dpdk-dev] [memnic PATCH 3/5] pmd: implement stats of MEMNIC

2014-03-24 Thread Thomas Monjalon
Hi, 11/03/2014 05:38, Hiroshi Shimamoto: > From: Hiroshi Shimamoto > > Implement missing feature to account statistics. > This patch adds just an infrastructure. > > Signed-off-by: Hiroshi Shimamoto > Reviewed-by: Hayato Momma [...] > @@ -51,6 +51,7 @@ struct memnic_adapter { > int

[dpdk-dev] [memnic PATCH 3/5] pmd: implement stats of MEMNIC

2014-03-11 Thread Hiroshi Shimamoto
From: Hiroshi Shimamoto Implement missing feature to account statistics. This patch adds just an infrastructure. Signed-off-by: Hiroshi Shimamoto Reviewed-by: Hayato Momma --- pmd/pmd_memnic.c | 45 ++--- 1 file changed, 42