[dpdk-dev] [PATCH v2] net/af_xdp: fix zero copy Tx queue drain

2021-08-25 Thread Baruch Siach
ned-off-by: Baruch Siach -- v2: Don't call xsk_ring_prod__submit() when kick_tx() is only used to drain the completion queue (Ciara Loftus) --- drivers/net/af_xdp/rte_eth_af_xdp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/net/af_xdp/rte_eth_af_xdp.c b/dri

[dpdk-dev] [PATCH] net/af_xdp: fix zero copy Tx queue drain

2021-08-24 Thread Baruch Siach
ned-off-by: Baruch Siach --- drivers/net/af_xdp/rte_eth_af_xdp.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/af_xdp/rte_eth_af_xdp.c b/drivers/net/af_xdp/rte_eth_af_xdp.c index 74ffa4511284..81998d86b4aa 100644 --- a/drivers/net/af_xdp/rte_eth_af_xdp.c +++

[dpdk-dev] [PATCH v2] doc: fix required tools list layout

2016-12-19 Thread Baruch Siach
The Python requirement should appear in the bullet list. Also, indent the x32 note, since it is related to the previous bullet. Signed-off-by: Baruch Siach --- v2: Indent also the note paragraph (John) --- doc/guides/linux_gsg/sys_reqs.rst | 10 -- 1 file changed, 4 insertions(+), 6

Re: [dpdk-dev] [PATCH] doc: fix required tools list layout

2016-12-18 Thread Baruch Siach
Hi John, On Thu, Dec 15, 2016 at 03:09:32PM +, Mcnamara, John wrote: > > -Original Message- > > From: Baruch Siach [mailto:baruch at tkos.co.il] > > Sent: Tuesday, December 13, 2016 10:04 AM > > To: dev at dpdk.org > > Cc: Mcnamara, John ; Dav

[dpdk-dev] [PATCH] doc: fix environment variable typo

2016-12-13 Thread Baruch Siach
Signed-off-by: Baruch Siach --- doc/guides/sample_app_ug/ethtool.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/ethtool.rst b/doc/guides/sample_app_ug/ethtool.rst index 4d1697e8a050..67797954d740 100644 --- a/doc/guides/sample_app_ug/ethtool.rst

[dpdk-dev] [PATCH] gitignore: ignore top level build/ directory

2016-12-13 Thread Baruch Siach
RTE_OUTPUT defaults to build/. Signed-off-by: Baruch Siach --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a722abea21fe..7b462d3a0455 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ doc/guides/nics/overview_table.txt +/build/ -- 2.10.2

[dpdk-dev] [PATCH] doc: correct source extract command

2016-12-13 Thread Baruch Siach
DPDK source archives are .tar.xz or .tar.gz, not .zip. Use .tar.xz in the instructions, since that is what the main download page links to. Also, correct the archive file and directory name capitalization. Signed-off-by: Baruch Siach --- doc/guides/linux_gsg/build_dpdk.rst | 4 ++-- 1 file

[dpdk-dev] [PATCH] doc: fix required tools list layout

2016-12-13 Thread Baruch Siach
The Python requirement should appear in the bullet list. Signed-off-by: Baruch Siach --- doc/guides/linux_gsg/sys_reqs.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst index 3d743421595a

[dpdk-dev] [PATCH v2 2/3] doc: correct the description of the app directory

2016-12-06 Thread Baruch Siach
The applications under the app directory are just that, not sample applications. Signed-off-by: Baruch Siach --- v2: New patch (John M) --- doc/guides/prog_guide/source_org.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/source_org.rst b/doc/guides

[dpdk-dev] [PATCH v2 3/3] doc: consistently quote directory names

2016-12-06 Thread Baruch Siach
Quote the names of the app and example directories like other directory names in this chapter. Signed-off-by: Baruch Siach --- v2: New patch --- doc/guides/prog_guide/source_org.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/prog_guide/source_org.rst b

[dpdk-dev] [PATCH v2 1/3] doc: note that the app list is incomplete

2016-12-06 Thread Baruch Siach
Extend the note at the end of Source Organization chapter to also mention the app directory. Signed-off-by: Baruch Siach --- v2: Refer to 'applications' in general (John M) --- doc/guides/prog_guide/source_org.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

Re: [dpdk-dev] [PATCH 2/2] doc: note that the app list is incomplete

2016-12-06 Thread Baruch Siach
Hi John, On Tue, Dec 06, 2016 at 11:41:44AM +, Mcnamara, John wrote: > > Extend the note at the end of Source Organization chapter to also mention > > the app directory. > > > > Signed-off-by: Baruch Siach > > --- > > doc/guides/prog_guide/source_o

Re: [dpdk-dev] [PATCH v2] doc: correct description of attach to indirect mbuf

2016-12-06 Thread Baruch Siach
Hi John, On Tue, Dec 06, 2016 at 11:03:18AM +, Mcnamara, John wrote: > > -Original Message- > > From: Baruch Siach [mailto:bar...@tkos.co.il] > > Sent: Tuesday, December 6, 2016 8:25 AM > > To: dev@dpdk.org > > Cc: Mcnamara, John ; Olivier Matz > >

[dpdk-dev] [PATCH 2/2] doc: note that the app list is incomplete

2016-12-06 Thread Baruch Siach
Extend the note at the end of Source Organization chapter to also mention the app directory. Signed-off-by: Baruch Siach --- doc/guides/prog_guide/source_org.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/source_org.rst b/doc/guides/prog_guide

[dpdk-dev] [PATCH 1/2] doc: remove chkincs reference

2016-12-06 Thread Baruch Siach
The chkincs app was removed in commit 1b938bb9dfb6 ("app: remove chkincs"). Signed-off-by: Baruch Siach --- doc/guides/prog_guide/source_org.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/guides/prog_guide/source_org.rst b/doc/guides/prog_guide/source_org.rst index d9

[dpdk-dev] [PATCH v2] doc: correct description of attach to indirect mbuf

2016-12-06 Thread Baruch Siach
Since commit 4a96e8b652181 ("mbuf: allow to clone an indirect mbuf") attaching to an indirect mbuf creates a clone of that mbuf. Update the mbuf documentation to match. Signed-off-by: Baruch Siach --- v2: fix checkpatch issues: long commit log lines, short commit id --- doc/guides/

[dpdk-dev] [PATCH] doc: correct description of attach to indirect mbuf

2016-12-06 Thread Baruch Siach
Since commit 4a96e8b652 ("mbuf: allow to clone an indirect mbuf") attaching to an indirect mbuf creates a clone of that mbuf. Update the mbuf documentation to match. Signed-off-by: Baruch Siach --- doc/guides/prog_guide/mbuf_lib.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletio

[dpdk-dev] [PATCH] doc: fix wrong verbatim text paragraphs

2016-12-05 Thread Baruch Siach
Reduce the indentation of these paragraphs since they are not part of the verbatim block. Signed-off-by: Baruch Siach --- doc/guides/prog_guide/mbuf_lib.rst | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guides/prog_guide/mbuf_lib.rst b/doc/guides/prog_guide

[dpdk-dev] [PATCH v2] doc: prog_guide: fix section heading

2016-11-30 Thread Baruch Siach
This section only deals with Tx queues configuration. Acked-by: John McNamara Signed-off-by: Baruch Siach --- v2: Add John's ack --- doc/guides/prog_guide/poll_mode_drv.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/prog_guide/poll_mode_drv.rst

[dpdk-dev] [PATCH] doc: remove wrong document description

2016-11-29 Thread Baruch Siach
Hi John, On Tue, Nov 29, 2016 at 09:54:58AM +, Mcnamara, John wrote: > > -Original Message- > > From: Baruch Siach [mailto:baruch at tkos.co.il] > > Sent: Tuesday, November 29, 2016 9:26 AM > > To: dev at dpdk.org > > Cc: Mcnamara, John ; Baruch Siach

[dpdk-dev] [PATCH] doc: remove wrong document description

2016-11-29 Thread Baruch Siach
The Programmer?s Guide intro is not the Release Notes. Signed-off-by: Baruch Siach --- doc/guides/prog_guide/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/intro.rst b/doc/guides/prog_guide/intro.rst index d6daab3763b4..9fe1f0c31f0e 100644