-Original Message-
>From: Stephen Hemminger [mailto:stephen at networkplumber.org]
>Sent: Monday, April 06, 2015 11:05 AM
>To: dev at dpdk.org
>Subject: [dpdk-dev] [PATCH] eth_dev: make ether dev_ops const
>
>Ethernet device function tables should be immutable f
On Tue, Apr 7, 2015 at 10:21 AM, Don Provan wrote:
> -Original Message-
> >From: Stephen Hemminger [mailto:stephen at networkplumber.org]
> >Sent: Monday, April 06, 2015 11:05 AM
> >To: dev at dpdk.org
> >Subject: [dpdk-dev] [PATCH] eth_dev: make ether de
Ethernet device function tables should be immutable for correctness
and security. Special case for the test code driver.
Also reindent a couple of places where the table was indented
in a non-standard way.
Signed-off-by: Stephen Hemminger
---
app/test/virtual_pmd.c | 78 ++
3 matches
Mail list logo