| ba2f161c | 28-Apr-2022 |
Gagandeep Singh <[email protected]> |
bus/dpaa: remove unused thread-specific variables
There are some crypto driver related thread specific variables which are no longer used, so removing them.
Signed-off-by: Gagandeep Singh <g.singh@
bus/dpaa: remove unused thread-specific variables
There are some crypto driver related thread specific variables which are no longer used, so removing them.
Signed-off-by: Gagandeep Singh <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
| 953b6fed | 03-Jan-2022 |
Nipun Gupta <[email protected]> |
net/dpaa: check status before configuring shared MAC
For shared MAC interface, it is a prerequisite to enable the interface in the kernel, before using it in user-space. This patch makes sure that d
net/dpaa: check status before configuring shared MAC
For shared MAC interface, it is a prerequisite to enable the interface in the kernel, before using it in user-space. This patch makes sure that device is not getting configured in case shared MAC interface is not enabled in the kernel.
Signed-off-by: Nipun Gupta <[email protected]> Acked-by: Hemant Agrawal <[email protected]>
show more ...
|
| 926629e3 | 24-Nov-2021 |
Xueming Li <[email protected]> |
bus: fix device iterator match from arguments
Device iterator RTE_DEV_FOREACH() failed to return devices from classifier like "class=vdpa", because matching name from empty kvargs returns no result.
bus: fix device iterator match from arguments
Device iterator RTE_DEV_FOREACH() failed to return devices from classifier like "class=vdpa", because matching name from empty kvargs returns no result. If device name not specified in kvargs, the function should iterate all devices.
This patch allows empty devargs or devargs without name specified.
Fixes: 6aebb942907d ("kvargs: add function to get from key and value")
Signed-off-by: Xueming Li <[email protected]> Signed-off-by: Olivier Matz <[email protected]> Acked-by: Xueming Li <[email protected]>
show more ...
|