(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.
>> +#
>> +#
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
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
3 matches
Mail list logo