Message ID | 20210412113430.17587-5-Cheng1.jiang@intel.com (mailing list archive) |
---|---|
State | Changes Requested, archived |
Delegated to: | Maxime Coquelin |
Headers | show |
Series | add support for packed ring in async vhost | expand |
Context | Check | Description |
---|---|---|
ci/iol-testing | success | Testing PASS |
ci/intel-Testing | success | Testing PASS |
ci/Intel-compilation | success | Compilation OK |
ci/iol-abi-testing | success | Testing PASS |
ci/github-robot | success | github build: passed |
ci/travis-robot | success | travis build: passed |
ci/checkpatch | success | coding style OK |
diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst index 374d6d98e..eb5200669 100644 --- a/doc/guides/rel_notes/release_21_05.rst +++ b/doc/guides/rel_notes/release_21_05.rst @@ -131,6 +131,10 @@ New Features * Added command to display Rx queue used descriptor count. ``show port (port_id) rxq (queue_id) desc used count`` +* **Added support for vhost async packed ring data path.** + + Added packed ring support for async vhost. + Removed Items -------------
Add release note for the support of vhost async packed ring. Signed-off-by: Cheng Jiang <Cheng1.jiang@intel.com> --- doc/guides/rel_notes/release_21_05.rst | 4 ++++ 1 file changed, 4 insertions(+)