Implementation of new statistics extension for DPDK ports:
- Add new counters definition to netdev struct and open flow,
based on RFC2819.
- Initialize netdev statistics as "filtered out"
before passing it to particular netdev implementation
(because of that change, statistics which are not
Remove duplicated delete attempts and error messages during distcheck
clean procedure.
Signed-off-by: Michal Weglicki
---
utilities/bugtool/automake.mk | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/utilities/bugtool/automake.mk b/utilities/bugtool/automake.mk
index 3
Following changes are applied:
- INSTALL.DPDK.md: CONFIG_RTE_BUILD_COMBINE_LIBS step has been
removed because it is no longer present in DPDK configuration
(combined library is created by default),
- INSTALL.DPDK.md: VHost Cuse configuration is updated,
- netdev-dpdk.c: Link speed definiti
Following changes are applied:
- INSTALL.DPDK.md: CONFIG_RTE_BUILD_COMBINE_LIBS step has been
removed because it is no longer present in DPDK configuration
(combined library is created by default),
- INSTALL.DPDK.md: VHost Cuse configuration is updated,
- netdev-dpdk.c: Link speed definiti
Following changes are applied:
- INSTALL.DPDK.md: CONFIG_RTE_BUILD_COMBINE_LIBS step has been
removed because it is no longer present in DPDK configuration
(combined library is created by default),
- INSTALL.DPDK.md: VHost Cuse configuration is updated,
- netdev-dpdk.c: Link speed definiti
Following changes have been applied:
- INSTALL.DPDK.md: change DPDK version number,
- build.sh: change DPDK version number.
Signed-off-by: Michal Weglicki
---
.travis/build.sh | 2 +-
INSTALL.DPDK.md | 10 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.travis/buil
Missing step added to INSTALL.DPDK.md which prevents
installation error message.
Signed-off-by: Michal Weglicki
---
INSTALL.DPDK.md | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md
index c601358..0928e66 100644
--- a/INS
Implementation of new statistics extension:
- new counters definition based on RFC2819,
- new command line option for ovs-ofctl: port-dump-ext,
- new message definition has been created in nicira-ext.h,
- new raw types OFPRAW_NXST_PORT_REQUEST, OFPRAW_NXST_PORT_REPLY
have been created.
- new exte
Implementation of new statistics extension:
- new counters definition based on RFC2819,
- new statistics are retrieved using experimenter code and
are printed as a result to ofctl dump-ports,
- new statistics are printed to output via ofctl only if those
are present in reply message,
- new file
This change prevents netdev_dpdk from accessing pointer
which is not valid.
Signed-off-by: Michal Weglicki
---
lib/netdev-dpdk.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
index 4658416..2831a1b 100644
--- a/lib/netdev-dpdk.c
10 matches
Mail list logo