|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1 |
|
| #
7be78d02 |
| 29-Nov-2021 |
Josh Soref <[email protected]> |
fix spelling in comments and strings
The tool comes from https://github.com/jsoref
Signed-off-by: Josh Soref <[email protected]> Signed-off-by: Thomas Monjalon <[email protected]>
|
|
Revision tags: v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1 |
|
| #
295968d1 |
| 22-Oct-2021 |
Ferruh Yigit <[email protected]> |
ethdev: add namespace
Add 'RTE_ETH' namespace to all enums & macros in a backward compatible way. The macros for backward compatibility can be removed in next LTS. Also updated some struct names to
ethdev: add namespace
Add 'RTE_ETH' namespace to all enums & macros in a backward compatible way. The macros for backward compatibility can be removed in next LTS. Also updated some struct names to have 'rte_eth' prefix.
All internal components switched to using new names.
Syntax fixed on lines that this patch touches.
Signed-off-by: Ferruh Yigit <[email protected]> Acked-by: Tyler Retzlaff <[email protected]> Acked-by: Andrew Rybchenko <[email protected]> Acked-by: Ajit Khaparde <[email protected]> Acked-by: Jerin Jacob <[email protected]> Acked-by: Wisam Jaddo <[email protected]> Acked-by: Rosen Xu <[email protected]> Acked-by: Chenbo Xia <[email protected]> Acked-by: Hemant Agrawal <[email protected]> Acked-by: Somnath Kotur <[email protected]>
show more ...
|
|
Revision tags: v21.08, v21.08-rc4, v21.08-rc3, v21.08-rc2, v21.08-rc1, v21.05, v21.05-rc4, v21.05-rc3, v21.05-rc2, v21.05-rc1, v21.02, v21.02-rc4, v21.02-rc3, v21.02-rc2, v21.02-rc1, v20.11, v20.11-rc5, v20.11-rc4, v20.11-rc3, v20.11-rc2, v20.11-rc1 |
|
| #
7a292619 |
| 24-Sep-2020 |
Rohit Raj <[email protected]> |
bus/dpaa: enhance link status
This patch adds support to get/set link speed, duplex and autoneg mode status from/to PHY. Enhance device capabilities to advertise all supported link speeds according
bus/dpaa: enhance link status
This patch adds support to get/set link speed, duplex and autoneg mode status from/to PHY. Enhance device capabilities to advertise all supported link speeds according to mac type.
Also enables fallback support for get link status API where kernel support is missing.
Signed-off-by: Sachin Saxena <[email protected]> Signed-off-by: Rohit Raj <[email protected]> Acked-by: Nipun Gupta <[email protected]>
show more ...
|
|
Revision tags: v20.08, v20.08-rc4, v20.08-rc3, v20.08-rc2, v20.08-rc1 |
|
| #
f231d48d |
| 07-Jul-2020 |
Rohit Raj <[email protected]> |
bus/dpaa: enable set link status
Enabled set link status API to start/stop phy device from application.
Signed-off-by: Rohit Raj <[email protected]> Acked-by: Hemant Agrawal <[email protected]>
|
| #
2aa10990 |
| 07-Jul-2020 |
Rohit Raj <[email protected]> |
bus/dpaa: enable link state interrupt
Enable/disable link state interrupt and get link state api is defined using IOCTL calls from kernel driver
Signed-off-by: Rohit Raj <[email protected]> Acked-b
bus/dpaa: enable link state interrupt
Enable/disable link state interrupt and get link state api is defined using IOCTL calls from kernel driver
Signed-off-by: Rohit Raj <[email protected]> Acked-by: Hemant Agrawal <[email protected]>
show more ...
|
|
Revision tags: v20.05, v20.05-rc4, v20.05-rc3, v20.05-rc2, v20.05-rc1, v20.02, v20.02-rc4, v20.02-rc3, v20.02-rc2, v20.02-rc1, v19.11, v19.11-rc4, v19.11-rc3, v19.11-rc2, v19.11-rc1, v19.08, v19.08-rc4, v19.08-rc3, v19.08-rc2, v19.08-rc1, v19.05, v19.05-rc4, v19.05-rc3, v19.05-rc2, v19.05-rc1, v19.02, v19.02-rc4, v19.02-rc3, v19.02-rc2, v19.02-rc1, v18.11, v18.11-rc5, v18.11-rc4, v18.11-rc3, v18.11-rc2, v18.11-rc1, v18.08, v18.08-rc3, v18.08-rc2, v18.08-rc1, v18.05, v18.05-rc6, v18.05-rc5, v18.05-rc4, v18.05-rc3, v18.05-rc2, v18.05-rc1, v18.02, v18.02-rc4, v18.02-rc3, v18.02-rc2, v18.02-rc1 |
|
| #
9d32ef0f |
| 10-Jan-2018 |
Hemant Agrawal <[email protected]> |
bus/dpaa: support creating dynamic HW portal
HW portal is a processing context in DPAA. This patch allow creation of a queue specific HW portal context.
Signed-off-by: Hemant Agrawal <hemant.agrawa
bus/dpaa: support creating dynamic HW portal
HW portal is a processing context in DPAA. This patch allow creation of a queue specific HW portal context.
Signed-off-by: Hemant Agrawal <[email protected]>
show more ...
|
| #
d81734ca |
| 19-Dec-2017 |
Hemant Agrawal <[email protected]> |
drivers: use SPDX tag in NXP dpaa files
Signed-off-by: Hemant Agrawal <[email protected]>
|
|
Revision tags: v17.11, v17.11-rc4, v17.11-rc3, v17.11-rc2, v17.11-rc1 |
|
| #
23df3960 |
| 28-Sep-2017 |
Shreyansh Jain <[email protected]> |
bus/dpaa: enable DPAA IOCTL portal driver
Userspace applications interact with DPAA blocks using this IOCTL driver.
Signed-off-by: Geoff Thorpe <[email protected]> Signed-off-by: Hemant Agrawal
bus/dpaa: enable DPAA IOCTL portal driver
Userspace applications interact with DPAA blocks using this IOCTL driver.
Signed-off-by: Geoff Thorpe <[email protected]> Signed-off-by: Hemant Agrawal <[email protected]> Signed-off-by: Shreyansh Jain <[email protected]>
show more ...
|