* [dpdk-dev] [PATCH 2/4] doc: update the dpaa2 eventdev extra paths
2017-07-24 7:23 [dpdk-dev] [PATCH 1/4] doc: update release notes for DPAA2 eventdev Hemant Agrawal
@ 2017-07-24 7:23 ` Hemant Agrawal
2017-07-24 7:23 ` [dpdk-dev] [PATCH 3/4] doc: update release notes for dpaa2 changes Hemant Agrawal
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Hemant Agrawal @ 2017-07-24 7:23 UTC (permalink / raw)
To: john.mcnamara; +Cc: dev
The DPDK helper for NXP devices is not dpdk-extras
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
doc/guides/eventdevs/dpaa2.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guides/eventdevs/dpaa2.rst b/doc/guides/eventdevs/dpaa2.rst
index 3382d59..0970b26 100644
--- a/doc/guides/eventdevs/dpaa2.rst
+++ b/doc/guides/eventdevs/dpaa2.rst
@@ -94,12 +94,12 @@ separately:
SDK and related information can be obtained from: `NXP QorIQ SDK <http://www.nxp.com/products/software-and-tools/run-time-software/linux-sdk/linux-sdk-for-qoriq-processors:SDKLINUX>`_.
-- **DPDK Helper Scripts**
+- **DPDK Extra Scripts**
DPAA2 based resources can be configured easily with the help of ready scripts
- as provided in the DPDK helper repository.
+ as provided in the DPDK Extra repository.
- `DPDK Helper Scripts <https://github.com/qoriq-open-source/dpdk-helper>`_.
+ `DPDK Extras Scripts <https://github.com/qoriq-open-source/dpdk-extras>`_.
Currently supported by DPDK:
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-dev] [PATCH 3/4] doc: update release notes for dpaa2 changes
2017-07-24 7:23 [dpdk-dev] [PATCH 1/4] doc: update release notes for DPAA2 eventdev Hemant Agrawal
2017-07-24 7:23 ` [dpdk-dev] [PATCH 2/4] doc: update the dpaa2 eventdev extra paths Hemant Agrawal
@ 2017-07-24 7:23 ` Hemant Agrawal
2017-07-24 7:23 ` [dpdk-dev] [PATCH 4/4] doc: update dpaa2 PMD document Hemant Agrawal
2017-07-30 21:23 ` [dpdk-dev] [PATCH 1/4] doc: update release notes for DPAA2 eventdev Thomas Monjalon
3 siblings, 0 replies; 5+ messages in thread
From: Hemant Agrawal @ 2017-07-24 7:23 UTC (permalink / raw)
To: john.mcnamara; +Cc: dev
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
doc/guides/rel_notes/release_17_08.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst
index e2de82b..7235c39 100644
--- a/doc/guides/rel_notes/release_17_08.rst
+++ b/doc/guides/rel_notes/release_17_08.rst
@@ -101,6 +101,15 @@ New Features
Added support for firmwares with multiple Ethernet ports per physical port.
+* **Updated dpaa2 PMD.**
+
+ Major enhancements include:
+ * Support MAC Filter configuration
+ * Support Segmented Buffers
+ * Support VLAN filter and strip functionality.
+ * Other enhancements to add support for more dev_ops.
+ * Optimized the packet receive path
+
* **Reorganized the symmetric crypto operation structure.**
The crypto operation (``rte_crypto_sym_op``) has been reorganized as follows:
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-dev] [PATCH 4/4] doc: update dpaa2 PMD document
2017-07-24 7:23 [dpdk-dev] [PATCH 1/4] doc: update release notes for DPAA2 eventdev Hemant Agrawal
2017-07-24 7:23 ` [dpdk-dev] [PATCH 2/4] doc: update the dpaa2 eventdev extra paths Hemant Agrawal
2017-07-24 7:23 ` [dpdk-dev] [PATCH 3/4] doc: update release notes for dpaa2 changes Hemant Agrawal
@ 2017-07-24 7:23 ` Hemant Agrawal
2017-07-30 21:23 ` [dpdk-dev] [PATCH 1/4] doc: update release notes for DPAA2 eventdev Thomas Monjalon
3 siblings, 0 replies; 5+ messages in thread
From: Hemant Agrawal @ 2017-07-24 7:23 UTC (permalink / raw)
To: john.mcnamara; +Cc: dev
added features, limitations and copyright.
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
doc/guides/nics/dpaa2.rst | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/doc/guides/nics/dpaa2.rst b/doc/guides/nics/dpaa2.rst
index 6965121..207962e 100644
--- a/doc/guides/nics/dpaa2.rst
+++ b/doc/guides/nics/dpaa2.rst
@@ -1,6 +1,5 @@
.. BSD LICENSE
- Copyright (C) NXP. 2016.
- All rights reserved.
+ Copyright 2016 NXP.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -423,9 +422,15 @@ Features of the DPAA2 PMD are:
- Multiple queues for TX and RX
- Receive Side Scaling (RSS)
+- MAC/VLAN filtering
- Packet type information
- Checksum offload
- Promiscuous mode
+- Multicast mode
+- Port hardware statistics
+- Jumbo frames
+- Link flow control
+- Scattered and gather for TX and RX
Supported DPAA2 SoCs
--------------------
@@ -592,3 +597,10 @@ The DPAA2 SoC family support a maximum of a 10240 jumbo frame. The value
is fixed and cannot be changed. So, even when the ``rxmode.max_rx_pkt_len``
member of ``struct rte_eth_conf`` is set to a value lower than 10240, frames
up to 10240 bytes can still reach the host interface.
+
+Other Limitations
+~~~~~~~~~~~~~~~~~
+
+- RSS hash key cannot be modified.
+- RSS RETA cannot be configured.
+- Secondary process packet I/O is not supported.
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH 1/4] doc: update release notes for DPAA2 eventdev
2017-07-24 7:23 [dpdk-dev] [PATCH 1/4] doc: update release notes for DPAA2 eventdev Hemant Agrawal
` (2 preceding siblings ...)
2017-07-24 7:23 ` [dpdk-dev] [PATCH 4/4] doc: update dpaa2 PMD document Hemant Agrawal
@ 2017-07-30 21:23 ` Thomas Monjalon
3 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-07-30 21:23 UTC (permalink / raw)
To: Hemant Agrawal; +Cc: dev, john.mcnamara
24/07/2017 09:23, Hemant Agrawal:
> announcing the addition of DPAA2 eventdev
>
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Series applied, thanks
^ permalink raw reply [flat|nested] 5+ messages in thread