On 23/02/16 15:21, Bruce Richardson wrote:
> On Thu, Feb 18, 2016 at 12:19:58PM +0000, Paul Atkins wrote:
>>
>> On 17/02/16 17:23, Bruce Richardson wrote:
>>> On Fri, Jan 29, 2016 at 04:47:58PM +, Paul Atkins wrote:
>>>> Hi Thomas,
>>>>
>>
, counters of the number of
times an rx poll has been made are kept, and these can be retrieved via
the existing APIs.
All of these enhancements are using the existing APIs, and do not
modify the existing behaviour of the null driver if these features
are not configured.
Paul Atkins (3):
null: add a
Add a new argument to the null driver to allow the user to
specify the ether address to be used instead of the default
which is all zeroes. This also allows the user to specify
an address per device instead of them all using the same
default one.
Signed-off-by: Paul Atkins
---
drivers/net/null
transmitted can be stored, so the user can see what was sent.
Signed-off-by: Paul Atkins
---
drivers/net/null/rte_eth_null.c | 91 +--
1 file changed, 88 insertions(+), 3 deletions(-)
diff --git a/drivers/net/null/rte_eth_null.c b/drivers/net/null/rte_eth_null.c
When using the null driver and passing in packets via
the rx ring, it is useful to know that the driver has
polled the ring. Add a count of rx polls to the xstats
to provide this information.
Signed-off-by: Paul Atkins
---
drivers/net/null/rte_eth_null.c | 70
Hi Thomas,
On 29/01/16 16:31, Thomas Monjalon wrote:
> Hi Paul,
>
> 2016-01-29 16:18, Paul Atkins:
>> This patchset adds functionality to the null driver help when testing
>> a dataplane that uses dpdk. The idea is that the the dataplane can
>> have multiple null inter
The config option to turn off huge table support does not work with
the existing -m option to specify the amount of memory to use. Add
a new option --no-huge-mem-size that takes a paramater
to use as the heap size instead of the value specified by
MEMSIZE_IF_NO_HUGE_PAGE.
Signed-off-by: Paul
The af_packet pmd already supports MULTI_SEG tx packets, and tx
VLAN_INSERT so advertise these capabilities.
Signed-off-by: Paul Atkins
---
drivers/net/af_packet/rte_eth_af_packet.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/af_packet/rte_eth_af_packet.c
b/drivers/net
On 17/02/16 17:23, Bruce Richardson wrote:
> On Fri, Jan 29, 2016 at 04:47:58PM +0000, Paul Atkins wrote:
>> Hi Thomas,
>>
>> On 29/01/16 16:31, Thomas Monjalon wrote:
>>> Hi Paul,
>>>
>>> 2016-01-29 16:18, Paul Atkins:
>>>> This patc
9 matches
Mail list logo