All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: update testpmd user guide for clarity
@ 2018-11-04 10:15 Dekel Peled
  2018-11-05 12:09 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Dekel Peled @ 2018-11-04 10:15 UTC (permalink / raw)
  To: wenzhuo.lu, jingjing.wu, bernard.iremonger, adrien.mazarguil
  Cc: shahafs, dev, orika

The description of prefix for mask creation was misunderstood.
I updated the description, so it is clearly understood which
mask will be created by a certain prefix.

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index e23079b..ad640bf 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -3499,7 +3499,7 @@ accordingly. Possible assignment tokens are:
 - ``spec``: match value according to configured bit-mask.
 - ``last``: specify upper bound to establish a range.
 - ``mask``: specify bit-mask with relevant bits set to one.
-- ``prefix``: generate bit-mask from a prefix length.
+- ``prefix``: generate bit-mask with <prefix-length> most-significant bits set to one.
 
 These yield identical results::
 
-- 
1.8.3.1

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

* Re: [PATCH] doc: update testpmd user guide for clarity
  2018-11-04 10:15 [PATCH] doc: update testpmd user guide for clarity Dekel Peled
@ 2018-11-05 12:09 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2018-11-05 12:09 UTC (permalink / raw)
  To: Dekel Peled, wenzhuo.lu, jingjing.wu, bernard.iremonger,
	adrien.mazarguil
  Cc: shahafs, dev, orika

On 11/4/2018 10:15 AM, Dekel Peled wrote:
> The description of prefix for mask creation was misunderstood.
> I updated the description, so it is clearly understood which
> mask will be created by a certain prefix.
> 
> Signed-off-by: Dekel Peled <dekelp@mellanox.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied to dpdk-next-net/master, thanks.

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

end of thread, other threads:[~2018-11-05 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-04 10:15 [PATCH] doc: update testpmd user guide for clarity Dekel Peled
2018-11-05 12:09 ` Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.