[dpdk-dev] [PATCH v3] net/pcap: create null Rx function

2019-07-17 Thread A.McLoughlin
ned-off-by: A.McLoughlin --- v1 -> v2: * This patch supports single_iface once http://patches.dpdk.org/patch/56509/ is applied * Updated documentation to document patch behavior * Syntax fix on lines 148 to 149 * Fixed unpermitted driver aborting on line 152 v2 -> v3: * Update release notes to refle

[dpdk-dev] [PATCH v2] net/pcap: create null Rx function

2019-07-16 Thread A.McLoughlin
ned-off-by: A.McLoughlin --- v1 -> v2: * This patch supports single_iface once http://patches.dpdk.org/patch/56509/ is applied * Updated documentation to document patch behavior * Syntax fix on lines 148 to 149 * Fixed unpermitted driver aborting on line 152 --- doc/guides/nics/pcap_ring.rst | 8

[dpdk-dev] [PATCH] net/pcap: fix single iface support

2019-07-16 Thread A.McLoughlin
Because of the commit mentioned below the default case was changed and this broke single_iface support. This patch adds a check to fix single_iface support. Fixes: a3f5252e5cbd ("net/pcap: enable infinitely Rx a pcap file") Cc: cian.ferri...@intel.com Signed-off-by: A.McLoughlin --

[dpdk-dev] [PATCH] net/pcap: create null Rx function

2019-07-16 Thread A.McLoughlin
ned-off-by: A.McLoughlin --- drivers/net/pcap/rte_eth_pcap.c | 64 - 1 file changed, 48 insertions(+), 16 deletions(-) diff --git a/drivers/net/pcap/rte_eth_pcap.c b/drivers/net/pcap/rte_eth_pcap.c index 26e85183e..348db0e7c 100644 --- a/drivers/net/pcap/rte_eth_pcap.c +++

[dpdk-dev] [PATCH] app/testpmd: fix doubling of 'total TX dropped'

2019-07-12 Thread A.McLoughlin
x this issue. Fixes: 53324971a14e ("app/testpmd: display/clear forwarding stats on demand") Cc: david.march...@redhat.com Cc: sta...@dpdk.org Signed-off-by: A.McLoughlin --- app/test-pmd/testpmd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpm

[dpdk-dev] [PATCH] net/pcap: fix issue with unnecessary mbufs freeing

2019-07-11 Thread A.McLoughlin
ned-off-by: A.McLoughlin --- drivers/net/pcap/rte_eth_pcap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/pcap/rte_eth_pcap.c b/drivers/net/pcap/rte_eth_pcap.c index 26e85183e..77bb66337 100644 --- a/drivers/net/pcap/rte_eth_pcap.c +++ b/drivers/net/pcap/rte_eth_pcap.c @@ -34

[dpdk-dev] [PATCH v2] doc: add search feature to API doc page

2019-06-27 Thread A.McLoughlin
I modified the API config file to incorperate a search button into the API documentation page. Signed-off-by: A.McLoughlin --- V2: Adding description for patch --- doc/api/doxy-api.conf.in | 2 +- mk/rte.sdkdoc.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a

[dpdk-dev] [PATCH] doc: add search feature to API doc page

2019-06-27 Thread A.McLoughlin
Signed-off-by: A.McLoughlin --- doc/api/doxy-api.conf.in | 2 +- mk/rte.sdkdoc.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/doxy-api.conf.in b/doc/api/doxy-api.conf.in index 1fa064b36..908cee8f7 100644 --- a/doc/api/doxy-api.conf.in +++ b/doc/api/doxy

[dpdk-dev] [PATCH] doc/api: add missing header file to API documentation

2019-06-26 Thread A.McLoughlin
The APIs in the rte_bus_vdev.h file were not part of the API documentation. I added this header file to the doxygen config file with the name vdev. Signed-off-by: A.McLoughlin --- doc/api/doxy-api-index.md | 1 + doc/api/doxy-api.conf.in| 1 + drivers/bus/vdev/rte_bus_vdev.h | 6