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
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
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
--
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
+++
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
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
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
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
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
9 matches
Mail list logo