[dpdk-dev] [vmxnet3-usermap PATCH 04/16] pmd: add make help

2014-03-26 Thread Thomas Monjalon
2014-02-24 10:17, Chris Wright: > * Thomas Monjalon (thomas.monjalon at 6wind.com) wrote: > > Add help for quick tips. > > Also define CC and remove RTE_CONFIG variable. > > Straight forward addition of help text (useful, thanks) and simple clean > up. Looks good to me. > > Acked-by: Chris Wrigh

[dpdk-dev] [vmxnet3-usermap PATCH 04/16] pmd: add make help

2014-02-24 Thread Chris Wright
* Thomas Monjalon (thomas.monjalon at 6wind.com) wrote: > Add help for quick tips. > Also define CC and remove RTE_CONFIG variable. Straight forward addition of help text (useful, thanks) and simple clean up. Looks good to me. Acked-by: Chris Wright

[dpdk-dev] [vmxnet3-usermap PATCH 04/16] pmd: add make help

2014-02-04 Thread Thomas Monjalon
Add help for quick tips. Also define CC and remove RTE_CONFIG variable. Signed-off-by: Thomas Monjalon --- pmd/Makefile | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/pmd/Makefile b/pmd/Makefile index 994851c..d8eff33 100644 --- a/pmd/Makefile +++ b/