[dpdk-dev] [memnic PATCH] pmd: fix attributes

2014-02-04 Thread Thomas Monjalon
30/01/2014 12:37, Hiroshi Shimamoto: > > Add missing "const" and remove useless "rte_unused" attributes. > > Good catch. Looks fine to me. > > > Signed-off-by: Olivier Matz Applied, thanks. -- Thomas

[dpdk-dev] [memnic PATCH] pmd: fix attributes

2014-01-30 Thread Hiroshi Shimamoto
> Subject: [dpdk-dev] [memnic PATCH] pmd: fix attributes > > Add missing "const" and remove useless "rte_unused" attributes. Good catch. Looks fine to me. thanks, Hiroshi > > Signed-off-by: Olivier Matz > --- > pmd/pmd_memnic.c | 6 +++--- >

[dpdk-dev] [memnic PATCH] pmd: fix attributes

2014-01-24 Thread Olivier Matz
Add missing "const" and remove useless "rte_unused" attributes. Signed-off-by: Olivier Matz --- pmd/pmd_memnic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pmd/pmd_memnic.c b/pmd/pmd_memnic.c index d16eb0d..bc01746 100644 --- a/pmd/pmd_memnic.c +++ b/pmd/pmd_memnic