DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: update virtio prog guide with new feature list
@ 2025-03-04 17:42 Kommula Shiva Shankar
  0 siblings, 0 replies; only message in thread
From: Kommula Shiva Shankar @ 2025-03-04 17:42 UTC (permalink / raw)
  To: dev, maxime.coquelin, chenbox
  Cc: david.marchand, jerinj, ndabilpuram, schalla

This patch adds newly added virtio hash report feature
to prog guide.

Signed-off-by: Kommula Shiva Shankar <kshankar@marvell.com>
---
 doc/guides/nics/virtio.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst
index c22ce56a02..0615abfaaf 100644
--- a/doc/guides/nics/virtio.rst
+++ b/doc/guides/nics/virtio.rst
@@ -56,6 +56,7 @@ In this release, the virtio PMD provides the basic functionality of packet recep
     command line. Note that, mac/vlan filter is best effort: unwanted packets could still arrive.
 
 *   "RTE_PKTMBUF_HEADROOM" should be defined
+    no less than "sizeof(struct virtio_net_hdr_hash_report)", which is 20 bytes when using hash report or
     no less than "sizeof(struct virtio_net_hdr_mrg_rxbuf)", which is 12 bytes when mergeable or
     "VIRTIO_F_VERSION_1" is set.
     no less than "sizeof(struct virtio_net_hdr)", which is 10 bytes, when using non-mergeable.
@@ -68,6 +69,8 @@ In this release, the virtio PMD provides the basic functionality of packet recep
 
 *   Virtio supports software vlan stripping and inserting.
 
+*   Virtio supports hash report feature in packed queue mode.
+
 *   Virtio supports using port IO to get PCI resource when UIO module is not available.
 
 *   Virtio supports RSS Rx mode with 40B configurable hash key length, 128
-- 
2.43.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-03-04 17:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-04 17:42 [PATCH] doc: update virtio prog guide with new feature list Kommula Shiva Shankar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).