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
  2025-03-12 13:51 ` Maxime Coquelin
  2025-03-12 14:52 ` Maxime Coquelin
  0 siblings, 2 replies; 3+ messages 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] 3+ messages in thread

* Re: [PATCH] doc: update virtio prog guide with new feature list
  2025-03-04 17:42 [PATCH] doc: update virtio prog guide with new feature list Kommula Shiva Shankar
@ 2025-03-12 13:51 ` Maxime Coquelin
  2025-03-12 14:52 ` Maxime Coquelin
  1 sibling, 0 replies; 3+ messages in thread
From: Maxime Coquelin @ 2025-03-12 13:51 UTC (permalink / raw)
  To: Kommula Shiva Shankar, dev, chenbox
  Cc: david.marchand, jerinj, ndabilpuram, schalla



On 3/4/25 6:42 PM, Kommula Shiva Shankar wrote:
> 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

Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks,
Maxime


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc: update virtio prog guide with new feature list
  2025-03-04 17:42 [PATCH] doc: update virtio prog guide with new feature list Kommula Shiva Shankar
  2025-03-12 13:51 ` Maxime Coquelin
@ 2025-03-12 14:52 ` Maxime Coquelin
  1 sibling, 0 replies; 3+ messages in thread
From: Maxime Coquelin @ 2025-03-12 14:52 UTC (permalink / raw)
  To: Kommula Shiva Shankar, dev, chenbox
  Cc: david.marchand, jerinj, ndabilpuram, schalla



On 3/4/25 6:42 PM, Kommula Shiva Shankar wrote:
> 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

Applied to next-virtio.

Thanks,
Maxime


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-12 14:53 UTC | newest]

Thread overview: 3+ messages (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
2025-03-12 13:51 ` Maxime Coquelin
2025-03-12 14:52 ` Maxime Coquelin

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).