#
b1bbf222 |
| 10-Feb-2022 |
Gagandeep Singh <g.singh@nxp.com> |
crypto/dpaa_sec: add debug prints
Adding useful debug prints in DPAA driver for easy debugging. A devarg is added to enable various levels of prints.
Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
|
#
db27370b |
| 10-Nov-2020 |
Stephen Hemminger <stephen@networkplumber.org> |
eal: replace blacklist/whitelist options
Replace -w / --pci-whitelist with -a / --allow options and --pci-blacklist with --block. The -b short option remains unchanged.
Allow the old options for no
eal: replace blacklist/whitelist options
Replace -w / --pci-whitelist with -a / --allow options and --pci-blacklist with --block. The -b short option remains unchanged.
Allow the old options for now, but print a nag warning since old options are deprecated.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Luca Boccassi <bluca@debian.org> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
show more ...
|
#
fd5f9fb9 |
| 21-Oct-2020 |
Ciara Power <ciara.power@intel.com> |
doc: remove references to make from cryptodevs guide
Make is no longer supported for compiling DPDK, references are now removed in the documentation.
Signed-off-by: Ciara Power <ciara.power@intel.c
doc: remove references to make from cryptodevs guide
Make is no longer supported for compiling DPDK, references are now removed in the documentation.
Signed-off-by: Ciara Power <ciara.power@intel.com> Reviewed-by: Kevin Laatz <kevin.laatz@intel.com> Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
show more ...
|
#
c5788a10 |
| 14-Oct-2019 |
Hemant Agrawal <hemant.agrawal@nxp.com> |
crypto/dpaa_sec: support SNOW3G and ZUC
This patch add support for ZUC and SNOW 3G in non-PDCP offload mode.
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Akhil Goyal <akhil.goya
crypto/dpaa_sec: support SNOW3G and ZUC
This patch add support for ZUC and SNOW 3G in non-PDCP offload mode.
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
show more ...
|
#
0964a951 |
| 29-Aug-2019 |
Hemant Agrawal <hemant.agrawal@nxp.com> |
bus/dpaa: fix dpaa_sec blacklist
The black list of dpaa_sec devices fails. EAL: failed to parse device "dpaa:dpaa_sec-1"
This patch address following issues: - bus usages dpaa-sec while the driver
bus/dpaa: fix dpaa_sec blacklist
The black list of dpaa_sec devices fails. EAL: failed to parse device "dpaa:dpaa_sec-1"
This patch address following issues: - bus usages dpaa-sec while the driver usage dpaa_sec - bus usages numbers from 0 to MAX_SEC - while driver probe usages sec number form max-fman_device +1
Fixes: 6e0752205bb2 ("bus/dpaa: support device blacklisting") Cc: stable@dpdk.org
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Reviewed-by: Sachin Saxena <sachin.saxena@nxp.com>
show more ...
|
#
218c4e68 |
| 06-Mar-2019 |
Bruce Richardson <bruce.richardson@intel.com> |
mk: use linux and freebsd in config names
Rather than using linuxapp and bsdapp everywhere, we can change things to use the, more readable, terms "linux" and "freebsd" in our build configs. Rather t
mk: use linux and freebsd in config names
Rather than using linuxapp and bsdapp everywhere, we can change things to use the, more readable, terms "linux" and "freebsd" in our build configs. Rather than renaming the configs we can just duplicate the existing ones with the new names using symlinks, and use the new names exclusively internally. ["make showconfigs" also only shows the new names to keep the list short] The result is that backward compatibility is kept fully but any new builds or development can be done using the newer names, i.e. both "make config T=x86_64-native-linuxapp-gcc" and "T=x86_64-native-linux-gcc" work.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
ceccf8dc |
| 26-Sep-2018 |
Hemant Agrawal <hemant.agrawal@nxp.com> |
doc: create NXP DPAA platform guide
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
|
#
e1fc5b76 |
| 05-Jul-2018 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
cryptodev: remove max number of sessions parameter
Most crypto PMDs do not have a limitation of the number of the sessions that can be handled internally. The value that was set before was not actua
cryptodev: remove max number of sessions parameter
Most crypto PMDs do not have a limitation of the number of the sessions that can be handled internally. The value that was set before was not actually used at all, since the sessions are created at the application level. Therefore, this value is not parsed from the initial crypto parameters anymore and it is set to 0, meaning that there is no actual limit.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
show more ...
|
#
31ce190e |
| 21-Jun-2018 |
Hemant Agrawal <hemant.agrawal@nxp.com> |
doc: fix limitations for dpaa crypto
Fixes: a74af788c632 ("crypto/dpaa_sec: support scatter gather") Cc: stable@dpdk.org
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Akhil Goyal
doc: fix limitations for dpaa crypto
Fixes: a74af788c632 ("crypto/dpaa_sec: support scatter gather") Cc: stable@dpdk.org
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
show more ...
|
#
6e075220 |
| 25-Apr-2018 |
Hemant Agrawal <hemant.agrawal@nxp.com> |
bus/dpaa: support device blacklisting
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
|
#
a0173139 |
| 25-Apr-2018 |
Stephen Hemminger <stephen@networkplumber.org> |
doc: update preferred log level syntax in guides
Use symbolic names and match rather than numbers and regex in the guides.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
|
#
f163231e |
| 19-Apr-2018 |
Hemant Agrawal <hemant.agrawal@nxp.com> |
crypto/dpaa_sec: support dynamic logging
This patch adds the support for dynamic logging in dpaa_sec.
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.c
crypto/dpaa_sec: support dynamic logging
This patch adds the support for dynamic logging in dpaa_sec.
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
show more ...
|
#
d81734ca |
| 19-Dec-2017 |
Hemant Agrawal <hemant.agrawal@nxp.com> |
drivers: use SPDX tag in NXP dpaa files
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
|
#
bf551c96 |
| 09-Oct-2017 |
Akhil Goyal <akhil.goyal@nxp.com> |
doc: add NXP DPAA SEC
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com> Acked-by: John McNamara <john.mcnamara@intel.com>
|