|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1, v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1 |
|
| #
69a3c631 |
| 13-Oct-2021 |
Joyce Kong <[email protected]> |
examples: remove unneeded atomic header include
Remove the unnecessary header file rte_atomic.h included in example module.
Signed-off-by: Joyce Kong <[email protected]> Signed-off-by: Dharmik Tha
examples: remove unneeded atomic header include
Remove the unnecessary header file rte_atomic.h included in example module.
Signed-off-by: Joyce Kong <[email protected]> Signed-off-by: Dharmik Thakkar <[email protected]> Reviewed-by: Ruifeng Wang <[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, v20.08, v20.08-rc4, v20.08-rc3, v20.08-rc2, v20.08-rc1, v20.05, v20.05-rc4, v20.05-rc3, v20.05-rc2 |
|
| #
91d3e2d4 |
| 30-Apr-2020 |
Jin Yu <[email protected]> |
examples/vhost_blk: refactor to increase readability
Refactor the code and make it easier to read. It's useful for understanding the inflight APIs and how packed ring works. Update the RST because t
examples/vhost_blk: refactor to increase readability
Refactor the code and make it easier to read. It's useful for understanding the inflight APIs and how packed ring works. Update the RST because the packed ring patch has been merged to QEMU master and ring_packed parameter changes to packed.
Signed-off-by: Jin Yu <[email protected]> Reviewed-by: Maxime Coquelin <[email protected]>
show more ...
|
|
Revision tags: v20.05-rc1, v20.02, v20.02-rc4 |
|
| #
39f59f37 |
| 19-Feb-2020 |
Thomas Monjalon <[email protected]> |
examples/vhost_blk: use common macro for minimum
The macro RTE_MIN can be used in vhost-blk example.
This change implies fixing the sign of used_len as size_t as defined in vhost_strcpy_pad().
Sig
examples/vhost_blk: use common macro for minimum
The macro RTE_MIN can be used in vhost-blk example.
This change implies fixing the sign of used_len as size_t as defined in vhost_strcpy_pad().
Signed-off-by: Thomas Monjalon <[email protected]> Reviewed-by: Tiwei Bie <[email protected]> Reviewed-by: Maxime Coquelin <[email protected]>
show more ...
|
|
Revision tags: v20.02-rc3, v20.02-rc2, v20.02-rc1, v19.11, v19.11-rc4, v19.11-rc3, v19.11-rc2 |
|
| #
c19beb3f |
| 04-Nov-2019 |
Jin Yu <[email protected]> |
examples/vhost_blk: introduce vhost storage sample
A Vhost-blk example that support inflight feature. It uses the new APIs that introduced in the first patch, so it can show how these APIs work to s
examples/vhost_blk: introduce vhost storage sample
A Vhost-blk example that support inflight feature. It uses the new APIs that introduced in the first patch, so it can show how these APIs work to support inflight feature.
Signed-off-by: Jin Yu <[email protected]> Reviewed-by: Maxime Coquelin <[email protected]>
show more ...
|