[dpdk-dev] [PATCH 1/2] librte_pmd_null: Add null PMD

2014-10-01 Thread Tetsuya Mukawa
(2014/09/30 22:05), Thomas Monjalon wrote: > 2014-09-30 18:56, mukawa at igel.co.jp: >> --- /dev/null >> +++ b/lib/librte_pmd_null/Makefile >> @@ -0,0 +1,58 @@ >> +# BSD LICENSE >> +# >> +# Copyright (C) 2014 Nippon Telegraph and Telephone Corporation. >> +# All rights reserved. >> +# >> +#

[dpdk-dev] [PATCH 1/2] librte_pmd_null: Add null PMD

2014-09-30 Thread muk...@igel.co.jp
From: Tetsuya Mukawa 'null PMD' is a driver of the virtual device particulary designed to measure performance of DPDK PMDs. When an application call rx, null PMD just allocates mbufs and returns those. Also tx, the PMD just frees mbufs. The PMD has following options. - size: specify packe size a

[dpdk-dev] [PATCH 1/2] librte_pmd_null: Add null PMD

2014-09-30 Thread Thomas Monjalon
2014-09-30 18:56, mukawa at igel.co.jp: > --- /dev/null > +++ b/lib/librte_pmd_null/Makefile > @@ -0,0 +1,58 @@ > +# BSD LICENSE > +# > +# Copyright (C) 2014 Nippon Telegraph and Telephone Corporation. > +# All rights reserved. > +# > +# Redistribution and use in source and binary forms, wi