On 9/8/2021 12:45 AM, Akhil Goyal wrote:
Update the release notes in DPAAx for the changes in recent patches.
Signed-off-by: Hemant Agrawal
---
doc/guides/rel_notes/release_21_11.rst | 4
1 file changed, 4 insertions(+)
diff --git a/doc/guides/rel_notes/release_21_11.rst
b/doc/guides
From: Gagandeep Singh
add DES-CBC support and enable available cipher-only
test cases.
Signed-off-by: Gagandeep Singh
---
doc/guides/cryptodevs/features/dpaa_sec.ini | 1 +
doc/guides/rel_notes/release_21_11.rst | 3 +++
drivers/crypto/dpaa_sec/dpaa_sec.c | 13 +
dr
From: Gagandeep Singh
This patch add support for non-HMAC, md5, shax algos.
Signed-off-by: Gagandeep Singh
---
doc/guides/cryptodevs/features/dpaa_sec.ini | 8 +-
doc/guides/rel_notes/release_21_11.rst | 2 +-
drivers/crypto/dpaa_sec/dpaa_sec.c | 55 +++--
drivers/crypto
From: Gagandeep Singh
This patch adds support for AES-XCBC-MAC algo.
Signed-off-by: Gagandeep Singh
---
doc/guides/cryptodevs/features/dpaa_sec.ini | 1 +
doc/guides/rel_notes/release_21_11.rst | 2 +-
drivers/crypto/dpaa_sec/dpaa_sec.c | 21 -
3 files chang
From: Gagandeep Singh
This patch adds support for AES_CMAC integrity in non-security mode.
Signed-off-by: Gagandeep Singh
---
doc/guides/cryptodevs/features/dpaa_sec.ini | 1 +
doc/guides/rel_notes/release_21_11.rst | 2 +-
drivers/crypto/dpaa_sec/dpaa_sec.c | 10 +
drivers
From: Franck LENORMAND
The offset of the HFn word and Bearer/Dir word is different
depending on type of PDB.
The wrong value was used.
This patch address this issue
Signed-off-by: Franck LENORMAND
---
drivers/common/dpaax/caamflib/desc/pdcp.h | 7 +-
drivers/common/dpaax/caamflib/desc/sdap.
From: Franck LENORMAND
For SDAP, we are not using the protocol operation to perform
4G/LTE operation so the DPOVRD option is not used.
Removing it save some space in the descriptor buffer and
execution time.
Signed-off-by: Franck LENORMAND
---
drivers/common/dpaax/caamflib/desc/pdcp.h | 14 ++
From: Franck LENORMAND
The space in descriptor buffer is scarce as it is limited to
64 words for platforms except ERA10 (which has 128).
As the descriptors are processed with QI, it adds some words
to the descriptor which is passed.
Some descriptors used for SDAP were using too much words reach
From: Gagandeep Singh
The logic was incorecly doing conditional swap. It need to
be bit swap always.
Fixes: 73a24060cd70 ("crypto/dpaa2_sec: add sample PDCP descriptor APIs")
Cc: sta...@dpdk.org
Signed-off-by: Gagandeep Singh
---
drivers/common/dpaax/caamflib/desc/pdcp.h | 7 ---
1 file c
From: Gagandeep Singh
This patch improve storage and performance by force inline
of the keys.
Signed-off-by: Franck LENORMAND
Signed-off-by: Gagandeep Singh
---
drivers/crypto/dpaa_sec/dpaa_sec.c | 35 ++
1 file changed, 26 insertions(+), 9 deletions(-)
diff --git
This patch add support to also counter err pkt counter per queue.
This also enhances few related debug prints.
Signed-off-by: Hemant Agrawal
---
drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/crypto/dpaa2_sec/dpaa2_se
08/09/2021 04:01, Huisong Li:
> 在 2021/9/7 16:53, Thomas Monjalon 写道:
> > 07/09/2021 05:41, Huisong Li:
> >> Calling rte_eth_dev_close() will release resources of eth device and close
> >> it. But rte_pci_device struct isn't released when app exit, which will lead
> >> to memory leak.
> > That's a
Add option to indicate whether outer header verification need to be done
as part of inbound IPsec processing.
CNXK PMD support and unit tests are also added for the same.
Depends on
https://patches.dpdk.org/project/dpdk/list/?series=18743
Tejasree Kondoj (3):
security: add option to configure t
Add option to indicate whether outer header verification
need to be done as part of inbound IPsec processing.
With inline IPsec processing, SA lookup would be happening
in the Rx path of rte_ethdev. When rte_flow is configured to
support more than one SA, SPI would be used to lookup SA.
In such ca
Adding support to verify tunnel header in IPsec inbound.
Signed-off-by: Tejasree Kondoj
---
drivers/common/cnxk/cnxk_security.c | 60 +++
drivers/common/cnxk/roc_ie_ot.h | 6 +-
.../crypto/cnxk/cnxk_cryptodev_capabilities.c | 4 ++
3 files changed, 69 in
Add test cases to verify tunnel header in IPsec inbound.
Signed-off-by: Tejasree Kondoj
---
app/test/test_cryptodev.c | 45 ++-
app/test/test_cryptodev_security_ipsec.c | 25 ++-
app/test/test_cryptodev_security_ipsec.h | 1 +
...st_cryptode
Add option to indicate whether UDP encapsulation ports verification
need to be done as part of inbound IPsec processing.
CNXK PMD support and unit tests are also added for the same.
Depends on
https://patches.dpdk.org/project/dpdk/list/?series=18755
Tejasree Kondoj (3):
security: add option to
Add option to indicate whether UDP encapsulation ports
verification need to be done as part of inbound
IPsec processing.
Signed-off-by: Tejasree Kondoj
---
doc/guides/rel_notes/release_21_11.rst | 5 +
lib/security/rte_security.h| 7 +++
2 files changed, 12 insertions(+)
dif
Adding support to verify UDP encapsulation ports
in IPsec inbound.
Signed-off-by: Tejasree Kondoj
---
drivers/common/cnxk/cnxk_security.c | 3 +++
drivers/common/cnxk/roc_ie_ot.h | 4 ++--
drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c | 1 +
3 files changed, 6
Adding UDP encapsulation ports verification test cases.
Signed-off-by: Tejasree Kondoj
---
app/test/test_cryptodev.c| 17 +
app/test/test_cryptodev_security_ipsec.c | 11 +++
app/test/test_cryptodev_security_ipsec.h | 1 +
3 files changed, 29 insertions(+
On 9/8/2021 1:51 PM, Tejasree Kondoj wrote:
Add option to indicate whether outer header verification
need to be done as part of inbound IPsec processing.
With inline IPsec processing, SA lookup would be happening
in the Rx path of rte_ethdev. When rte_flow is configured to
support more than on
On 9/8/2021 1:55 PM, Tejasree Kondoj wrote:
Add option to indicate whether UDP encapsulation ports
verification need to be done as part of inbound
IPsec processing.
Signed-off-by: Tejasree Kondoj
Acked-by: Hemant Agrawal
---
doc/guides/rel_notes/release_21_11.rst | 5 +
lib/secur
>>
>> >> In crypto adapter metadata, reserved bytes in request info structure
>> >> is a space holder for response info. It enforces an order of
>> >> operation if the structures are updated using memcpy to avoid
>> >> overwriting response info. It is logical to move the reserved space
>> >> out of
Hi Shijith,
> -Original Message-
> From: Shijith Thotton
> Sent: Wednesday, September 8, 2021 1:13 PM
> To: Gujjar, Abhinandan S ; dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran ; Anoob Joseph
> ; Pavan Nikhilesh Bhagavatula
> ; Akhil Goyal ; Ray
> Kinsella ; Ankur Dwivedi
> Subject: RE: [
>
> On 9/8/2021 12:52 AM, Akhil Goyal wrote:
> > rte_cryptodev_pmd.h is an interface between
> > driver and library and it is mentioned in the
> > file that application cannot use it directly.
> > Hence, removing the include.
> >
> > Signed-off-by: Akhil Goyal
> > Acked-by: Matan Azrad
>
> Seri
Hi Jerin,
> -Original Message-
> From: Jerin Jacob
> Sent: 07 September 2021 15:07
> To: Kundapura, Ganapati
> Cc: Jayatheerthan, Jay ; dpdk-dev
> ; Pavan Nikhilesh
> Subject: Re: [PATCH v3 1/3] eventdev: add rx queue info get api
>
> On Tue, Sep 7, 2021 at 2:20 PM Kundapura, Ganapati
> -Original Message-
> From: Qiming Chen
> Sent: Monday, September 6, 2021 10:35
> To: dev@dpdk.org
> Cc: Wang, Haiyue ; Qiming Chen
> ; sta...@dpdk.org
> Subject: [PATCH v2] net/ixgbe: fix vf mac remains
>
> In the following two scenarios, the mac address residual problem
> will occur:
This patch adds a number of major features to complete ngbe PMD.
Jiawen Wu (32):
net/ngbe: add packet type
net/ngbe: support scattered Rx
net/ngbe: support Rx checksum offload
net/ngbe: support TSO
net/ngbe: support CRC offload
net/ngbe: support jumbo frame
net/ngbe: support VLAN and
Add packet type marco definition and convert ptype to ptid.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
doc/guides/nics/ngbe.rst | 1 +
drivers/net/ngbe/meson.build | 1 +
drivers/net/ngbe/ngbe_ethdev.c| 9 +
drivers/net/ngbe/ngbe_ethdev.h|
Support IP/L4 checksum on Rx, and convert it to mbuf flags.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 2 +
doc/guides/nics/ngbe.rst | 1 +
drivers/net/ngbe/ngbe_rxtx.c | 75 +--
3 files changed, 75 insertions(+), 3 deletions(-)
Add transmit datapath with offloads, and support TCP segmentation
offload.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 3 +
doc/guides/nics/ngbe.rst | 3 +-
drivers/net/ngbe/ngbe_ethdev.c| 19 +-
drivers/net/ngbe/ngbe_ethdev.h| 6 +
drivers/net/ngbe/n
Support to strip or keep CRC in Rx path.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
drivers/net/ngbe/ngbe_rxtx.c | 53 +--
drivers/net/ngbe/ngbe_rxtx.h | 1 +
3 files changed, 53 insertions(+), 2 deletions(-)
diff --git a/doc/gu
Add to support Rx jumbo frames.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
doc/guides/nics/ngbe.rst | 1 +
drivers/net/ngbe/ngbe_rxtx.c | 11 ++-
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/doc/guides/nics/features/ngbe.ini
b
Add scattered Rx function to support receiving segmented mbufs.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
doc/guides/nics/ngbe.rst | 1 +
drivers/net/ngbe/ngbe_ethdev.c| 20 +-
drivers/net/ngbe/ngbe_ethdev.h| 8 +
drivers/net/ngbe/ngbe_rxtx.c
Support to set VLAN and QinQ offload.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 2 +
doc/guides/nics/ngbe.rst | 1 +
drivers/net/ngbe/ngbe_ethdev.c| 273 ++
drivers/net/ngbe/ngbe_ethdev.h| 42 +
drivers/net/ngbe/ngbe_rx
Support to read and clear basic statistics, and configure per-queue
stats counter mapping.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 2 +
doc/guides/nics/ngbe.rst | 1 +
drivers/net/ngbe/base/ngbe_dummy.h | 5 +
drivers/net/ngbe/base/ngbe_hw.c| 101 +++
Support updating port MTU.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
drivers/net/ngbe/base/ngbe_type.h | 3 +++
drivers/net/ngbe/ngbe_ethdev.c| 41 +++
3 files changed, 45 insertions(+)
diff --git a/doc/guides/nics/features/ngbe.ini
Support to enable/disable promiscuous and allmulticast mode for a port.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 2 +
doc/guides/nics/ngbe.rst | 2 +
drivers/net/ngbe/ngbe_ethdev.c| 63 +++
3 files changed, 67 insertions(+)
diff
Add firmware version get operation.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
doc/guides/nics/ngbe.rst| 1 +
drivers/net/ngbe/base/ngbe_dummy.h | 6
drivers/net/ngbe/base/ngbe_eeprom.c | 56 +
drivers/net/ngbe/base/ng
Support loopback operation mode.
Signed-off-by: Jiawen Wu
---
drivers/net/ngbe/ngbe_ethdev.c | 6 ++
drivers/net/ngbe/ngbe_rxtx.c | 28
2 files changed, 34 insertions(+)
diff --git a/drivers/net/ngbe/ngbe_ethdev.c b/drivers/net/ngbe/ngbe_ethdev.c
index 5566bf
Add device extended stats get from reading hardware registers.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
drivers/net/ngbe/ngbe_ethdev.c| 316 ++
drivers/net/ngbe/ngbe_ethdev.h| 6 +
3 files changed, 323 insertions(+)
diff --git
Support Rx queue interrupt.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
doc/guides/nics/ngbe.rst | 1 +
drivers/net/ngbe/ngbe_ethdev.c| 35 +++
3 files changed, 37 insertions(+)
diff --git a/doc/guides/nics/features/ngbe.ini
Add MAC addresses to filter incoming packets, support to set
multicast addresses to filter. And support to set unicast table array.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 2 +
doc/guides/nics/ngbe.rst | 1 +
drivers/net/ngbe/base/ngbe_dummy.h | 6 +
dri
Support RSS hashing on Rx, and configuration of RSS hash computation.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 3 +
doc/guides/nics/ngbe.rst | 2 +
drivers/net/ngbe/meson.build | 2 +
drivers/net/ngbe/ngbe_ethdev.c| 99 +
drivers/net/n
Support to filter of a VLAN tag identifier.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
doc/guides/nics/ngbe.rst | 2 +-
drivers/net/ngbe/base/ngbe_dummy.h | 5 ++
drivers/net/ngbe/base/ngbe_hw.c| 29 +++
drivers/net/ngbe/base/ngbe_hw.h|
Initialize and configure PF module to support SRIOV.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
drivers/net/ngbe/base/meson.build | 1 +
drivers/net/ngbe/base/ngbe_dummy.h | 17 +++
drivers/net/ngbe/base/ngbe_hw.c| 47 ++-
drivers/net/ngbe/base/ngbe_mbx
Support to get and set flow control.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini| 1 +
doc/guides/nics/ngbe.rst | 1 +
drivers/net/ngbe/base/ngbe_dummy.h | 31 +++
drivers/net/ngbe/base/ngbe_hw.c | 334 +++
drivers/net/ngbe/b
Support device LED on and off.
Signed-off-by: Jiawen Wu
---
drivers/net/ngbe/base/ngbe_dummy.h | 10 +++
drivers/net/ngbe/base/ngbe_hw.c| 48 ++
drivers/net/ngbe/base/ngbe_hw.h| 3 ++
drivers/net/ngbe/base/ngbe_type.h | 4 +++
drivers/net/ngbe/ngbe_ethd
Support to get and set device EEPROM data.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
drivers/net/ngbe/base/ngbe_dummy.h | 12 +
drivers/net/ngbe/base/ngbe_eeprom.c | 77 +
drivers/net/ngbe/base/ngbe_eeprom.h | 5 ++
drivers/net/ngb
Add check operation for vf function level reset,
mailbox messages and ack from vf.
Waiting to process the messages.
Signed-off-by: Jiawen Wu
---
drivers/net/ngbe/base/ngbe.h | 4 +
drivers/net/ngbe/base/ngbe_dummy.h | 39 ++
drivers/net/ngbe/base/ngbe_hw.c| 215 +++
drivers/
Add to support IEEE1588/802.1AS timestamping, and IEEE1588 timestamp
offload on Tx.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
doc/guides/nics/ngbe.rst | 1 +
drivers/net/ngbe/ngbe_ethdev.c| 216 ++
drivers/net/ngbe/ngbe_eth
Support to dump registers.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
drivers/net/ngbe/base/ngbe_type.h | 1 +
drivers/net/ngbe/ngbe_ethdev.c | 108 +
drivers/net/ngbe/ngbe_regs_group.h | 54 +++
4 files changed, 164 i
Supports to get the number of used Rx descriptos,
and check the status of Rx and Tx descriptors.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 2 +
drivers/net/ngbe/ngbe_ethdev.c| 3 ++
drivers/net/ngbe/ngbe_ethdev.h| 6 +++
drivers/net/ngbe/ngbe_rxtx.c | 73 ++
Add Rx and Tx queue information get operation.
Signed-off-by: Jiawen Wu
---
drivers/net/ngbe/ngbe_ethdev.c | 2 ++
drivers/net/ngbe/ngbe_ethdev.h | 6 ++
drivers/net/ngbe/ngbe_rxtx.c | 37 ++
3 files changed, 45 insertions(+)
diff --git a/drivers/net/ngbe
Add support for API rte_eth_tx_done_cleanup().
Signed-off-by: Jiawen Wu
---
drivers/net/ngbe/ngbe_ethdev.c | 1 +
drivers/net/ngbe/ngbe_rxtx.c | 89 ++
drivers/net/ngbe/ngbe_rxtx.h | 1 +
3 files changed, 91 insertions(+)
diff --git a/drivers/net/ngbe/ngbe_
Initialize securiry context, and support to get security
capabilities.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
drivers/net/ngbe/meson.build | 3 +-
drivers/net/ngbe/ngbe_ethdev.c| 10 ++
drivers/net/ngbe/ngbe_ethdev.h| 4 +
drivers/net/ngbe/ngbe_
Support to configure a security session, add create and destroy
operations for a security session.
Signed-off-by: Jiawen Wu
---
drivers/net/ngbe/ngbe_ethdev.h | 8 +
drivers/net/ngbe/ngbe_ipsec.c | 377 +
drivers/net/ngbe/ngbe_ipsec.h | 78 +++
3 files ch
Add security offload in Rx and Tx process.
Signed-off-by: Jiawen Wu
---
drivers/net/ngbe/ngbe_ipsec.c | 106 ++
drivers/net/ngbe/ngbe_ipsec.h | 2 +
drivers/net/ngbe/ngbe_rxtx.c | 91 -
drivers/net/ngbe/ngbe_rxtx.h | 14 -
4 f
Support to update a security session and clear a security session
statistics.
Signed-off-by: Jiawen Wu
---
drivers/net/ngbe/ngbe_ipsec.c | 41 +++
drivers/net/ngbe/ngbe_ipsec.h | 15 +
2 files changed, 56 insertions(+)
diff --git a/drivers/net/ngbe/ng
Add ngbe PMD new features in release note 21.11.
Signed-off-by: Jiawen Wu
---
doc/guides/rel_notes/release_21_11.rst | 10 ++
1 file changed, 10 insertions(+)
diff --git a/doc/guides/rel_notes/release_21_11.rst
b/doc/guides/rel_notes/release_21_11.rst
index 675b573834..81093cf6c0 10064
Thanks Stephen,
I will do my best to apply your comments.
Best Regards,
Wojciech Liguzinski
-Original Message-
From: Stephen Hemminger
Sent: Tuesday, September 7, 2021 9:15 PM
To: Liguzinski, WojciechX
Cc: dev@dpdk.org; Singh, Jasvinder ; Dumitrescu,
Cristian ; Ajmera, Megha
Subject
On 06/09/2021 15:19, Andrew Rybchenko wrote:
> On 9/6/21 4:02 PM, David Marchand wrote:
>> This API saw no update since its introduction and will help applications
>> like OVS ([1] and [2]) that currently look at rte_eth_devices[] to
>> achieve the same.
>>
>> 1: https://github.com/openvswitch/o
On 07/09/2021 03:58, Chenbo Xia wrote:
> As reported by symbol bot, APIs listed in this patch have been
> experimental for more than two years. This patch promotes these
> 18 APIs to stable.
>
> Signed-off-by: Chenbo Xia
> ---
> lib/vhost/rte_vhost.h| 13 -
> lib/vhost/rte
The af_packet pmd driver binds to a raw socket and allows
sending and receiving of packets through the kernel.
Since commit [1], the kernel strips the vlan tags early in
__netif_receive_skb_core(), so we receive untagged packets while
running with the af_packet pmd.
Luckily for us, the skb vlan-r
>
> So there won't be symbol versioning but only new API, which means no
> deprecation
> notice is required, please update this patch's status accordingly.
>
> Thanks for keep working on the issue to find a better solution.
>
+1, good work
From: Peter Spreadborough
Enable dynamic entry allocator for EM SRAM entries.
Deprecate static entry allocator code.
Signed-off-by: Peter Spreadborough
Reviewed-by: Randy Schacher
---
drivers/net/bnxt/tf_core/tf_device_p58.c | 4 -
drivers/net/bnxt/tf_core/tf_em.h | 10 -
From: Farah Smith
Remove unused shadow table functionality.
Signed-off-by: Farah Smith
Reviewed-by: Peter Spreadborough
---
drivers/net/bnxt/tf_core/tf_core.c | 65 --
drivers/net/bnxt/tf_core/tf_core.h | 103 +--
drivers/net/bnxt/tf_core/tf_device
This patch set adds support for new offload features/enhancments for
Thor adapters like VF representor support, new flow matches/actions
& dynamic SRAM manager support.
v1 ==> v2
=
1. Fixed compilation issues
2. Abandoned patch 14
Farah Smith (4):
net/bnxt: tf core index table updates
From: Farah Smith
Add dynamic SRAM manager allocation support.
Signed-off-by: Farah Smith
Reviewed-by: Shahaji Bhosle
Reviewed-by: Peter Spreadborough
---
drivers/net/bnxt/tf_core/ll.c | 3 +
drivers/net/bnxt/tf_core/ll.h | 50 +-
drivers/net/bnxt/tf_core/meson.bui
From: Kishore Padmanabha
Template adds non-VFR based support for testpmd with:
matches to include
- DMAC, SIP, DIP, Proto, Sport, Dport
- SIP, DIP, Proto, Sport, Dport
actions:
- count, drop
Signed-off-by: Kishore Padmanabha
Signed-off-by: Venkat Duvvuru
Reviewed-by: Mike Baucom
---
drivers/
From: Jay Ding
- Add flow meter drop counter support for Thor.
Signed-off-by: Jay Ding
Reviewed-by: Farah Smith
Reviewed-by: Ajit Khaparde
---
drivers/net/bnxt/tf_core/cfa_resource_types.h | 5 +-
drivers/net/bnxt/tf_core/tf_core.h| 8 +-
drivers/net/bnxt/tf_core/tf_device_p58.
From: Randy Schacher
Alter defrag function to dynamically allocate and delete
free_list and adj_list buffers.
Signed-off-by: Randy Schacher
Reviewed-by: Peter Spreadborough
---
drivers/net/bnxt/tf_core/dpool.c | 38 +---
1 file changed, 25 insertions(+), 13 deletio
From: Kishore Padmanabha
The wild card tcam for Thor platform is different from the profile tcam
byte order.
Signed-off-by: Kishore Padmanabha
Signed-off-by: Venkat Duvvuru
Reviewed-by: Shuanglin Wang
Reviewed-by: Michael Baucom
Reviewed-by: Ajit Khaparde
---
.../generic_templates/ulp_temp
From: Farah Smith
Adjust info message to debug level to prevent excessive
logging.
Signed-off-by: Farah Smith
Reviewed-by: Michael Baucom
---
drivers/net/bnxt/tf_core/tf_tbl_sram.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/bnxt/tf_core/tf_tbl_sram.c
b/dr
From: Farah Smith
Fix shared session support issues due to SRAM manager
additions. Shared session does not support slices within
RM blocks. Calculate resources required without slices
and determine base addresses using old methods for the
shared session.
Signed-off-by: Farah Smith
Reviewed-by
Hi Chengwen,
While testing the IOAT driver I realised that we hadn't implemented the new
RTE_DMADEV_ALL_VCHAN
flag for stats. Rather than every driver that only supports 1 vchan enabling
support for this flag it would
probably be better to catch it in the library as shown below.
Thanks,
Conor
> From: Gagandeep Singh
>
> add DES-CBC support and enable available cipher-only
> test cases.
>
> Signed-off-by: Gagandeep Singh
> ---
Series Acked-by: Akhil Goyal
Applied to dpdk-next-crypto
Thanks.
Hi Ferruh, Rosen, Andrew,
Please see inline.
Thanks,
Anoob
> Subject: [EXT] Re: [PATCH] RFC: ethdev: add reassembly offload
>
> External Email
>
> --
> On 8/23/2021 11:02 AM, Akhil Goyal wrote:
> > Reassembly is a costly opera
This patchset adds a dmadev driver and associated documentation to support
Intel Data Streaming Accelerator devices. This driver is intended to
ultimately replace the current IDXD part of the IOAT rawdev driver.
NOTE: This patchset has several dependencies:
- v21 of the dmadev lib set [1]
- v3
From: Bruce Richardson
Only build the rawdev IDXD/IOAT drivers if the dmadev drivers are not
present.
Signed-off-by: Bruce Richardson
---
drivers/raw/ioat/meson.build | 23 ---
1 file changed, 20 insertions(+), 3 deletions(-)
diff --git a/drivers/raw/ioat/meson.build b/dri
Add new section to the programmer's guide for dmadev devices.
Signed-off-by: Kevin Laatz
Acked-by: Bruce Richardson
---
doc/guides/dmadevs/index.rst | 14 ++
doc/guides/index.rst | 1 +
2 files changed, 15 insertions(+)
create mode 100644 doc/guides/dmadevs/index.rst
diff
Add the basic device probe/remove skeleton code for DSA device bound to
the vfio pci driver. Relevant documentation and MAINTAINERS update also
included.
Signed-off-by: Bruce Richardson
Signed-off-by: Kevin Laatz
---
MAINTAINERS| 10 +
doc/guides/dmadevs/idxd.rst
Add the basic device probing for DSA devices bound to the IDXD kernel
driver. These devices can be configured via sysfs and made available to
DPDK if they are found during bus scan. Relevant documentation is included.
Signed-off-by: Bruce Richardson
Signed-off-by: Kevin Laatz
---
doc/guides/dma
When a suitable device is found during the bus scan/probe, create a dmadev
instance for each HW queue. Internal structures required for device
creation are also added.
Signed-off-by: Bruce Richardson
Signed-off-by: Kevin Laatz
---
drivers/dma/idxd/idxd_bus.c | 20 -
drivers/dma/idx
When a suitable device is found during the PCI probe, create a dmadev
instance for each HW queue. HW definitions required are also included.
Signed-off-by: Bruce Richardson
Signed-off-by: Kevin Laatz
---
drivers/dma/idxd/idxd_hw_defs.h | 71
drivers/dma/idxd/idxd_internal.h | 16 ++
Add data structures required for the data path for IDXD devices.
Signed-off-by: Bruce Richardson
Signed-off-by: Kevin Laatz
---
v2: add completion status for invalid opcode
---
drivers/dma/idxd/idxd_bus.c | 1 +
drivers/dma/idxd/idxd_common.c | 33 ++
drivers/dma/idxd/i
Add functions for device configuration. The info_get function is included
here since it can be useful for checking successful configuration.
Signed-off-by: Bruce Richardson
Signed-off-by: Kevin Laatz
---
v2:
- fix reconfigure bug in idxd_vchan_setup()
- add literal include comment for the
Add device start/stop functions for DSA devices bound to vfio. For devices
bound to the IDXD kernel driver, these are not required since the IDXD
kernel driver takes care of this.
Signed-off-by: Bruce Richardson
Signed-off-by: Kevin Laatz
---
drivers/dma/idxd/idxd_pci.c | 52 +++
Add data path functions for enqueuing and submitting operations to DSA
devices.
Signed-off-by: Bruce Richardson
Signed-off-by: Kevin Laatz
---
doc/guides/dmadevs/idxd.rst | 64 +++
drivers/dma/idxd/idxd_common.c | 137 +++
drivers/dma/idxd/idxd_in
Add the data path functions for gathering completed operations.
Signed-off-by: Bruce Richardson
Signed-off-by: Kevin Laatz
---
v2:
- fixed typo in docs
- add completion status for invalid opcode
---
doc/guides/dmadevs/idxd.rst | 25
drivers/dma/idxd/idxd_common.c | 237 +
Add statistic tracking for DSA devices.
Signed-off-by: Bruce Richardson
Signed-off-by: Kevin Laatz
---
doc/guides/dmadevs/idxd.rst | 11 +++
drivers/dma/idxd/idxd_bus.c | 2 ++
drivers/dma/idxd/idxd_common.c | 27 +++
drivers/dma/idxd/idxd_internal.h
When testing dmadev drivers, it is useful to have the HW device in a known
state. This patch adds the implementation of the function which will wait
for the device to be idle (all jobs completed) before proceeding.
Signed-off-by: Kevin Laatz
---
v3: update API name to vchan_status
---
drivers/d
Add support for the burst capacity API. This API will provide the calling
application with the remaining capacity of the current burst (limited by
max HW batch size).
Signed-off-by: Kevin Laatz
---
drivers/dma/idxd/idxd_bus.c | 1 +
drivers/dma/idxd/idxd_common.c | 20 +++
From: Conor Walsh
Move the example script for configuring IDXD devices bound to the IDXD
kernel driver from raw to dma, and create a symlink to still allow use from
raw.
Signed-off-by: Conor Walsh
Signed-off-by: Kevin Laatz
---
drivers/dma/idxd/dpdk_idxd_cfg.py | 117 +
Add a new class for DMA devices. Devices listed under the DMA class are to
be used with the dmadev library.
Signed-off-by: Kevin Laatz
---
usertools/dpdk-devbind.py | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind
The dmadev library is the preferred abstraction for using IDXD devices and
will replace the rawdev implementation in future. This patch moves the IDXD
device ID to the dmadev class.
Signed-off-by: Kevin Laatz
---
usertools/dpdk-devbind.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Hi Radu,
> Add support to the sample application to support IPsec NAT-T for both
> transport and tunnel modes, for both IPv4 and IPv6.
>
> Signed-off-by: Declan Doherty
> Signed-off-by: Radu Nicolau
> ---
Udp-encapsulation is already supported in the app with the option
--udp-encap in sa confi
This patchset adds a dmadev driver and associated documentation to support
Intel QuickData Technology devices, part of the Intel I/O Acceleration
Technology (Intel I/OAT). This driver is intended to ultimately replace
the current IOAT part of the IOAT rawdev driver.
This patchset passes all the dri
Add the basic device probe/remove skeleton code and initial documentation
for new IOAT DMA driver. Maintainers update is also included in this
patch.
Signed-off-by: Conor Walsh
Reviewed-by: Kevin Laatz
---
MAINTAINERS| 6 +++
doc/guides/dmadevs/index.rst |
When a suitable device is found during the PCI probe, create a dmadev
instance for each channel. Internal structures and HW definitions required
for device creation are also included.
Signed-off-by: Conor Walsh
Reviewed-by: Kevin Laatz
---
drivers/dma/ioat/ioat_dmadev.c | 108
1 - 100 of 226 matches
Mail list logo