Re: [dpdk-dev] [PATCH 4/5] doc/guides: fix grammar

2019-05-22 Thread Rami Rosen
Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH v2 3/7] ether: deinline non-critical functions

2019-05-16 Thread Rami Rosen
Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH 1/3] doc: fix typo in ipc doc

2019-05-03 Thread Rami Rosen
Anatoly Burakov ‏: > The word "syncrhonous" appears twice. Fix it. > > Cc: sta...@dpdk.org > > Signed-off-by: Anatoly Burakov > --- > Reviewed-by: Rami Rosen

Re: [dpdk-dev] [PATCH] ipc: fix send error handling

2019-04-28 Thread Rami Rosen
Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH v2 1/2] doc: fix spelling errors reported by aspell

2019-04-27 Thread Rami Rosen
via merge, it will be better. Other than that, Acked-by: Rami Rosen > >

Re: [dpdk-dev] [PATCH] vfio: expand non-viable group error message

2019-04-26 Thread Rami Rosen
hint. > > > > Signed-off-by: Kevin Traynor > > --- Acked-by: Anatoly Burakov > Reviewd-by: Rami Rosen

Re: [dpdk-dev] [PATCH] doc: fix broken link in programmers guide lpm library references

2019-04-24 Thread Rami Rosen
Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH] eal: fix formatting of hotplug error message

2019-04-24 Thread Rami Rosen
Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH] net/ice: fix coverity issues

2019-04-22 Thread Rami Rosen
sta...@dpdk.org Signed-off-by: Wenzhuo Lu --- Reviewed-by: Rami Rosen

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] kni: fix the type for MAC address

2019-04-19 Thread Rami Rosen
On 4/10/2019 7:20 AM, Jie Pan wrote: > The type for MAC address should be unsigned. > > Fixes: 1cfe212ed17a ("kni: support MAC address change") > Cc: sta...@dpdk.org > > Signed-off-by: Jie Pan Acked-by: Ferruh Yigit Reviewed-by: Rami Rosen

Re: [dpdk-dev] [PATCH] lib/bitratestats: fix unchecked return value

2019-04-17 Thread Rami Rosen
Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH v4 4/4] net/af_xdp: fix typos in Rx function

2019-04-17 Thread Rami Rosen
Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH] doc: update ICE doc

2019-04-16 Thread Rami Rosen
/+bug/1723127 and more. Regards, Rami Rosen

Re: [dpdk-dev] [PATCH] doc: fix interactive commands in testpmd guide

2019-04-16 Thread Rami Rosen
uot;) > Fixes: caf05a1b86 ("app/testpmd: new command to dump log types") > > Signed-off-by: Agalya Babu RadhaKrishnan < > agalyax.babu.radhakrish...@intel.com> > --- > > Thanks for this work! Reviewed-by: Rami Rosen

Re: [dpdk-dev] [PATCH] doc: update ICE doc

2019-04-15 Thread Rami Rosen
worth to add such a section also for these nics ? Other than that, Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH 2/2] net/ice: fix promiscuous mode

2019-04-15 Thread Rami Rosen
t/ice: support promiscuous mode") > Cc: sta...@dpdk.org > > Signed-off-by: Wang Ying A > --- > Reviewed-by: Rami Rosen

Re: [dpdk-dev] [PATCH] ethdev: fix QinQ strip offload support

2019-04-15 Thread Rami Rosen
>Using a local (pointer) variable for dev->data->dev_conf.rxmode.offloads >would make the code more readable and lines shorter. +1

[dpdk-dev] [PATCH V3] doc: add guideines for initial PMD submission

2019-04-12 Thread Rami Rosen
o the MAINTAINERS file. Though this may seem obvious, it is not mentioned in DPDK documentation. Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- V3 changes: * Fix a typo. V2 changes: * Fix according to feedback from Fiona Trahe and Akhil Goyal. doc/guides/contributing/patches.rst | 8 ++

[dpdk-dev] [PATCH V2] doc: add guideines for initial PMD submission

2019-04-12 Thread Rami Rosen
o the MAINTAINERS file. Though this may seem obvious, it is not mentioned in DPDK documentation. Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- V2 changes: * Fix according to feedback from Fiona Trahe and Akhil Goyal. doc/guides/contributing/patches.rst | 8 1 file changed, 8 inser

Re: [dpdk-dev] DPDK Release Status Meeting 11/4/2019

2019-04-11 Thread Rami Rosen
it will come back) Link was not work also for me, but now is started working all if a sudden...:) Regards, Rami Rosen

Re: [dpdk-dev] [PATCH v1] examples/vm_power_manager: fix unreachable code

2019-04-10 Thread Rami Rosen
dd check for port count") > Coverity issue: 337682 > > Signed-off-by: David Hunt > --- > Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH] doc: fix spelling in testpmd guide

2019-04-10 Thread Rami Rosen
Stephen Hemminger ‏: > Minor spelling errors found with aspell. > > Signed-off-by: Stephen Hemminger > -- > Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH] doc: add guideines for initial PMD submission

2019-04-10 Thread Rami Rosen
bbdev. Regards, Rami Rosen

Re: [dpdk-dev] [PATCH] doc: add guideines for initial PMD submission

2019-04-10 Thread Rami Rosen
Hi Fiona, >[Fiona] Good idea to add this patch. However despite the name crypto is actual broader so maybe >"If you add a new crypto or compression PMD " Thanks for this feedback, I will fix it in V2 of the patch. Regards, Rami Rosen

Re: [dpdk-dev] [PATCH v1] net/virtio-user: fix return value check

2019-04-09 Thread Rami Rosen
Fix unchecked return value for fcntl. Coverity issue: 277210 Fixes: bd8f50a45d0f ("net/virtio-user: support server mode") Cc: sta...@dpdk.org Signed-off-by: Chenbo Xia --- Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH v1] app/testpmd: fix return value check

2019-04-09 Thread Rami Rosen
Fix unchecked return value issue for rte_eth_dev_configure. Coverity issue: 195021 Fixes: 2a977b891f99 ("app/testpmd: fix DCB configuration") Cc: sta...@dpdk.org Signed-off-by: Chenbo Xia --- Acked-by:

Re: [dpdk-dev] [PATCH] kni: fix build for ndo_fdb_add in Linux 5.1

2019-04-09 Thread Rami Rosen
d build with CONFIG_RTE_KNI_KMOD_ETHTOOL=y after applying the patch, build was done against the bleeding edge of net-next of today (kernel 5.1-rc4). Build of the kni kernel module completed successfully. Reviewed-by: Rami Rosen

[dpdk-dev] [PATCH] doc: add guideines for initial PMD submission

2019-04-09 Thread Rami Rosen
. Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- doc/guides/contributing/patches.rst | 4 1 file changed, 4 insertions(+) diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst index d8404e623..4dde8e724 100644 --- a/doc/guides/contributing/patches.rst

Re: [dpdk-dev] [PATCH 5/5] net/i40e: fix dereference before check when getting EEPROM

2019-04-05 Thread Rami Rosen
Acked-By: Rami Rosen

Re: [dpdk-dev] [PATCH 4/5] app/testpmd: fix variable use before NULL check

2019-04-05 Thread Rami Rosen
Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH 3/5] net/i40e: fix dereference before NULL check in mbuf release

2019-04-05 Thread Rami Rosen
Acked-By: Rami Rosen In this occasion I noticed that there is a typo in the code that appears in the patch; it should be "Pointer to txq" instead of "Pointer to rxq": I would consider resending and fixing it on this occasion: > if (!txq || !txq->sw_ring) { >

Re: [dpdk-dev] [PATCH] net/softnic: fix unchecked return value

2019-04-04 Thread Rami Rosen
Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH 2/2] net/virtio: fix lgtm static checker complaint

2019-03-27 Thread Rami Rosen
Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH 1/2] net/netvsc: fix lgtm static checker complaint

2019-03-27 Thread Rami Rosen
Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH v3] net/kni: calc mbuf&mtu according to given mb_pool

2019-03-23 Thread Rami Rosen
s 1500. > + > + Updated the KNI PMD driver to set the mbuf_size and mtu based on > + th given mb-pool. This provide the ability to pass jumbo frames > + if the bm-pool contains suitable buffers' size. > + > Reviewd-by: Rami Rosen

[dpdk-dev] [PATCH] ethdev: fix a typo

2019-03-22 Thread Rami Rosen
This patch fixes a trivial typo in rte_ethdev.h. retieve=>retrieve Fixes: 80a1deb4c77a ("ethdev: add API to retrieve queue information") Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- lib/librte_ethdev/rte_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[dpdk-dev] [PATCH] doc: fix a typo in procinfo guide

2019-03-22 Thread Rami Rosen
This patch fixes a trivial info in proc info section. informationi=>information. Fixes: 8a37f37fc243 ("app/procinfo: add --show-port") Signed-off-by: Rami Rosen --- doc/guides/tools/proc_info.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc

Re: [dpdk-dev] [PATCH] rte_ring: add newline to error message

2019-03-22 Thread Rami Rosen
On Fri, Mar 22, 2019 at 1:04 AM Stephen Hemminger < step...@networkplumber.org> wrote: > Log message should end with newline. > > Fixes: 4e32101f9b01 ("ring: support freeing") > Signed-off-by: Stephen Hemminger > --- > Reviewed-by: Rami Rosen

Re: [dpdk-dev] [PATCH] drivers/virtio: fix duplicate naming of include guard

2019-03-20 Thread Rami Rosen
ude guard. > Renamed the include guard in vhost.h to differentiate. > > Fixes: 6a84c37e3975 ("net/virtio-user: add vhost-user adapter layer") > Cc: jianfeng@intel.com > Signed-off-by: Andrius Sirvys > --- > > Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH] test: fix build when pdump config is disabled

2019-03-20 Thread Rami Rosen
by: Reshma Pattan +1 Checked when CONFIG_RTE_LIBRTE_PDUMP=n with latest code from master, build completes succesfully Reviewed-by: Rami Rosen

Re: [dpdk-dev] Ask help for mlx5 pmd driver

2019-03-19 Thread Rami Rosen
to other PMDs, because of the bifurcated model. When you launch the application, do you pass two pci ids (with 2 "-w" EAL argument), or only one , or none ? See: https://doc.dpdk.org/guides-19.02/nics/mlx5.html Regards, Rami Rosen בתאריך יום ג׳, 19 במרץ 2019, 15:07, מאת benli y

Re: [dpdk-dev] [dpdk-users] No supported Ethernet device found Error

2019-03-18 Thread Rami Rosen
Hi Kothuri, This nic is not supported by DPDK (Actually no realtek network device is supported by DPDK). For the list of nics supported by DPDK please look in: https://doc.dpdk.org/guides/nics/index.html Regards, Rami Rosen

Re: [dpdk-dev] [PATCH v3 1/4] build: add single source of DPDK version number

2019-03-16 Thread Rami Rosen
gt; Acked-by: Luca Boccassi > Reviewed-by: Rami Rosen >

Re: [dpdk-dev] [PATCH 1/2] net/bnxt: silence iova warnings

2019-03-15 Thread Rami Rosen
ed-off-by: Stephen Hemminger > --- > Reviewd-by: Rami Rosen

[dpdk-dev] [PATCH ] doc: fix two typos in contributing guide

2019-03-15 Thread Rami Rosen
This patch fixes two typos in the coding style part of DPDK contributing guide: - The header entry should have .h file instead of .c file. - The will->This will Fixes: 44a6dface13b ("doc: describe how to add new components") Signed-off-by: Rami Rosen --- doc/guides

Re: [dpdk-dev] [PATCH 1/1] doc: announce change in power API

2019-03-14 Thread Rami Rosen
Hajkowski ‏: > From: Marcin Hajkowski > > Function rte_power_set_env will no longer return > success on attempt to set env in initialized state. > > Signed-off-by: Marcin Hajkowski > --- > For further patches, please remove the legal disclaimer at the bottom. Reviewed-by: Rami Rosen

Re: [dpdk-dev] [PATCH] net/octeontx: fix vdev name

2019-03-13 Thread Rami Rosen
hen Hemminger > --- > 1. Actuaully in the patch itself it is: +#define OCTEONTX_PMD net_octeon Shouldn't it be "net_octeontx" as in the commit log ? 2. Typo in commit log: driverse->drivers Reviewed-by: Rami Rosen

Re: [dpdk-dev] [PATCH 1/2] examples/ethtool: remove query of default config

2019-03-13 Thread Rami Rosen
gt; > Signed-off-by: Thomas Monjalon > > Acked-by: Bruce Richardson > Reviewed-by: Rami Rosen

Re: [dpdk-dev] [PATCH v3 09/10] net/atlantic: fix missing VLAN filter offload

2019-03-12 Thread Rami Rosen
Original vlan offload code declared callbacks, but did not > enable the feature offload bit > > Cc: sta...@dpdk.org > Fixes: f7c2c2c8c558 ("net/atlantic: implement VLAN filters and offloads") > Signed-off-by: Igor Russkikh > --- > Reviewed-by: Rami Rosen > >

[dpdk-dev] [PATCH] ethdev: use correct method name in ethdev header file

2019-03-12 Thread Rami Rosen
This patch fixes rte_ethdev header file to use the correct method name, namely to use rte_eth_dev_info_get() instead of rte_eth_dev_infos_get(). Fixes: a4996bd89c42 ("ethdev: new Rx/Tx offloads API") Fixes: 4f5701f28bd4 ("examples: fix RSS hash function configuration") Signe

[dpdk-dev] [PATCH] app/testpmd: fix a typo.

2019-03-11 Thread Rami Rosen
This patch fixes a typo in test-pmd/cmdline.c: succcessfully->successfully Two C's are good enough for success... Signed-off-by: Rami Rosen --- app/test-pmd/cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline

Re: [dpdk-dev] [PATCH] doc: clarify spaces for alignment note

2019-03-11 Thread Rami Rosen
> Make clear that spaces are only for alignments less than tab size. > > Signed-off-by: Kevin Traynor > Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH v4 6/6] doc: deprecation notice for VFIO DMA map APIs

2019-03-11 Thread Rami Rosen
> On 10-Mar-19 8:28 AM, Shahaf Shuler wrote: > > As those should be replaced by rte_dev_dma_map and rte_dev_dma_unmap > > APIs. > > > > Signed-off-by: Shahaf Shuler > > -- > Acked-by: Rami Rosen

Re: [dpdk-dev] [PATCH v2 4/4] .gitignore: ignore build directories

2019-03-11 Thread Rami Rosen
Acked-by: Rami Rosen >

Re: [dpdk-dev] [PATCH 4/4] .gitignore: ignore build directories from test-meson-build

2019-03-09 Thread Rami Rosen
> Thomas Monjalon wrote: >Yes, but "git ls build*" is not empty because of buildtools/ >Could be "build" and "build-*". +1 > > > > >

Re: [dpdk-dev] [PATCH] app/testpmd: fix help info for interactive commands

2019-03-05 Thread Rami Rosen
+1 > > Could you categorize this related TM commands to a new group? As you know, > the commands in "help config" almost over flow. > > Thanks > Jingjing > >

Re: [dpdk-dev] [PATCH v3] net/nfb: new netcope driver

2019-03-05 Thread Rami Rosen
Hi, Added new net driver for Netcope nfb cards Signed-off-by: Rastislav Cernay Reviewed-by: Rami Rosen --- v2: remove unnecessary cast remove unnecessary zeroing move declaration to not mix with code restore skeleton example v3: add release notes add doc to doc index add

Re: [dpdk-dev] [PATCH] app/testpmd: fix help info for interactive commands

2019-03-05 Thread Rami Rosen
+ "bpf-unload rx|tx (port) (queue)\n" + "Unload previously loaded eBPF program" + " for partciular RX/TX queue\n\n" + + "port config (port_id) tx_metadata (value)\n" + "Set Tx metadata value per port.testpmd will add this value" + " to any Tx packet sent from this port\n\n" Reviewed-by: Rami Rosen

Re: [dpdk-dev] [PATCH 02/10] net/atlantic: remove unused variable

2019-03-04 Thread Rami Rosen
Reviewed-by: Rami Rosen >

Re: [dpdk-dev] [PATCH 10/10] net/atlantic: fix xstats to return correct number of requested items

2019-03-04 Thread Rami Rosen
Reviewed-by: Rami Rosen >

Re: [dpdk-dev] [PATCH] devtools: fix index generation

2019-03-04 Thread Rami Rosen
Reviewed-by: Rami Rosen > >

[dpdk-dev] [PATCH] doc: fix wrong link in gsg

2019-03-01 Thread Rami Rosen
This patch fixes a wrong link in gsg. The Documentation/kernel-parameters.txt file from the kernel source tree was moved quite a time ago to Documentation/admin-guide/kernel-parameters.txt. Fixes: 1ab07743b21b ("doc: getting started guide for linux") Cc: sta...@dpdk.org Signed-of

[dpdk-dev] [PATCH] doc: fix wrong tag for Inner RSS

2019-03-01 Thread Rami Rosen
on, it should be "uses" instead of "users". Fixes: d0a87d9aa8de ("doc: update mlx5 guide on tunnel offloading") Signed-off-by: Rami Rosen --- doc/guides/nics/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/features.rst b

Re: [dpdk-dev] [PATCH 2/2] ethdev: use strlcpy instead of snprintf on initialization

2019-02-28 Thread Rami Rosen
Reviewed-by: Rami Rosen

Re: [dpdk-dev] [RFC] net/mlx5: support new naming scheme for representors

2019-02-28 Thread Rami Rosen
Hi, Dekel, It seems that the link to the patch in your post is broken. Regards, Rami Rosen בתאריך יום ה׳, 28 בפבר׳ 2019, 12:04, מאת Dekel Peled ‏: > In current kernel implementation, the physical port name for representors > is a numeric string (i.e. '0', '1',

Re: [dpdk-dev] [PATCH 1/5] eal: drop unused RTE_PROC_PRIMARY_OR macros

2019-02-27 Thread Rami Rosen
Reviewed-by: Rami Rosen

Re: [dpdk-dev] [PATCH] net/nfb: new netcope driver

2019-02-26 Thread Rami Rosen
Hi, Cernay, > delete mode 100644 examples/skeleton/basicfwd.c It seems that this patch deletes examples/skeleton/basicfwd.c, (instead of patching it ?!), maybe by mistake. Reviewed-by: Rami Rosen Rami Rosen On Tue, Feb 26, 2019 at 3:04 PM Rastislav Cernay wrote: > From: Rastislav

Re: [dpdk-dev] [PATCH] net/tap: fix multi process request

2019-02-26 Thread Rami Rosen
Reviewed-by: Rami Rosen On Tue, Feb 26, 2019 at 11:51 AM Raslan Darawsheh wrote: > The structure was not initialized. > > Fixes: c9aa56edec8e ("net/tap: access primary process queues from > secondary") > Cc: sta...@dpdk.org > > Signed-off-by: Raslan Dara

[dpdk-dev] [PATCH] examples/ethtool: fix 2 typos

2019-02-25 Thread Rami Rosen
("examples/ethtool: add user-space ethtool sample application") Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- examples/ethtool/lib/rte_ethtool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ethtool/lib/rte_ethtool.h b/examples/ethtool/lib/rte_ethto

[dpdk-dev] [PATCH] doc: remove reference to rte.doc.mk in programmers guide

2019-02-25 Thread Rami Rosen
This patch removes the reference to rte.doc.mk in DPDK programmers guide. Fixes: ee801f6cc7b8 ("mk: clean dead doc rules") Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- doc/guides/prog_guide/dev_kit_build_system.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/

Re: [dpdk-dev] [PATCH] net/mlx5: call generic strlcpy

2019-02-24 Thread Rami Rosen
Checked on Fedora 28 Reviewed-by: Rami Rosen On Mon, Feb 25, 2019 at 12:42 AM Thomas Monjalon wrote: > The call to strlcpy uses either libc, libbsd or internal rte_strlcpy. > No need to call the DPDK flavor explictly. > > Signed-off-by: Thomas Monjalon > --- > drivers/n

Re: [dpdk-dev] [PATCH] app/compress-perf: call generic strlcpy

2019-02-24 Thread Rami Rosen
Checked on Fedora 28 Reviewed-by: Rami Rosen On Mon, Feb 25, 2019 at 12:42 AM Thomas Monjalon wrote: > The call to strlcpy uses either libc, libbsd or internal rte_strlcpy. > No need to call the DPDK flavor explictly. > > Signed-off-by: Thomas Monjalon > --- > app/

Re: [dpdk-dev] [PATCH] doc: fix PCI whitelist typo in prog guide

2019-02-24 Thread Rami Rosen
Reviewed-by: Rami Rosen On Mon, Feb 25, 2019 at 12:33 AM Thomas Monjalon wrote: > The placeholder for PCI address should be named DBDF > which stands for Domain/Bus/Device/Function. > > Fixes: 33af337773ac ("ethdev: add common devargs parser") > Cc: remy.hor...@intel.

Re: [dpdk-dev] [PATCH 1/2] bus/vdev: fix debug message on probing

2019-02-21 Thread Rami Rosen
Reviewed-by: Rami Rosen בתאריך יום ה׳, 21 בפבר׳ 2019, 21:01, מאת Thomas Monjalon ‏< tho...@monjalon.net>: > The log was printing the device name two times, > first one being supposed to be the driver name. > As we don't know yet the driver name, the log is simplified. >

Re: [dpdk-dev] [PATCH v2] eal: fix check when retrieving current cpu affinity

2019-02-21 Thread Rami Rosen
Reviewed-by: Rami Rosen בתאריך יום ג׳, 19 בפבר׳ 2019, 22:38, מאת David Marchand ‏< david.march...@redhat.com>: > pthread_getaffinity_np returns a >0 value when failing. > > This is mainly for the sake of correctness. > The only case where it could fail is when passin

Re: [dpdk-dev] [RFC v4] /net: memory interface (memif)

2019-02-21 Thread Rami Rosen
Hi, +Shared memory packet interface (memif) PMD allows for DPDK and any other client +using memif (DPDK, VPP, libmemif) toc ommunicate using shared memory. Memif is +Linux only.s Minor nit. should be "to communicate" And Also Linux only.s => Linux only. Reviewed-by: Rami Rosen

Re: [dpdk-dev] [PATCH 2/5] app/testpmd: add missing newline when showing statistics

2019-02-18 Thread Rami Rosen
+1 Reviewed-by: Rami Rosen On Thu, Feb 14, 2019 at 5:43 PM David Marchand wrote: > Having the standard stats and the rx burst stats on the same line gives a > really long line and is not consistent with the rest. > > Before: > RX-packets: 3542977TX-packets: 3542971

Re: [dpdk-dev] [PATCH v3] service: fix parameter type

2019-02-18 Thread Rami Rosen
Reviewed-by: Rami Rosen On Fri, Feb 15, 2019 at 12:29 PM Nikhil Rao wrote: > The type of value parameter to rte_service_attr_get > should be uint64_t *, since the attributes > are of type uint64_t. > > Fixes: 4d55194d76a4 ("service: add attribute get function") &

Re: [dpdk-dev] [PATCH 1/5] app/testpmd: remove unused fwd_ctx field

2019-02-18 Thread Rami Rosen
I believe this patch should be cc'ed/sent to sta...@dpdk.org Reviewed-by: Rami Rosen On Thu, Feb 14, 2019 at 5:43 PM David Marchand wrote: > Remove some leftover from a previous rework. > > Fixes: c4bcc342c8ee ("app/testpmd: refactor ieee1588 forwarding") > Si

Re: [dpdk-dev] [PATCH] doc: deprecate KNI ethtool support

2019-02-18 Thread Rami Rosen
Acked-by: Rami Rosen בתאריך יום ב׳, 18 בפבר׳ 2019, 14:30, מאת Ferruh Yigit < ferruh.yi...@intel.com>: > Remove KNI ethtool support. > > Signed-off-by: Ferruh Yigit > --- > RFC Patch: https://patches.dpdk.org/patch/49025/ > --- > doc/guides/rel_notes/deprecation

[dpdk-dev] [PATCH] doc: fix a minor typo in testpmd guide

2019-02-16 Thread Rami Rosen
This patch fixes a minor typo in testpmd guide. Cc: sta...@dpdk.org Fixes: 3c272b280a50 ("app/testpmd: add commands for RSS queue region") Signed-off-by: Rami Rosen --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

Re: [dpdk-dev] [PATCH v2] power: fix to remove unused variable

2019-02-14 Thread Rami Rosen
Hi, I would suggest to consider to add: Fixes: 450f0791312c ("power: add traffic pattern aware power control") Reviewed-By: Rami Rosen

Re: [dpdk-dev] [PATCH 1/2] Enable codespell from config file.

2019-02-13 Thread Rami Rosen
+1 Reviewed-by: Rami Rosen >

[dpdk-dev] [PATCH ] mbuf: fix a typo

2019-02-11 Thread Rami Rosen
This trivial patch fixes a typo in rte_mbuf.h. Fixes: f20b50b946da ("mbuf: optimize refcnt update") Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- lib/librte_mbuf/rte_mbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/l

[dpdk-dev] [PATCH] test: fix broken "make test"

2019-02-11 Thread Rami Rosen
uot; instead of "Command"; this patch fixes it. Bugzilla ID: 205 Fixes: 086eb64db39e ("test/pdump: add unit test for pdump library") Signed-off-by: Rami Rosen --- test/test/autotest_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test/autotest_d

Re: [dpdk-dev] A Question about the necessity of DPDK VF for Ethernet PMDs

2019-02-04 Thread Rami Rosen
latest/intro/install/dpdk/ "VFIO is prefered to the UIO driver when using recent versions of DPDK. " Regards, Rami Rosen

Re: [dpdk-dev] A Question about the necessity of DPDK VF for Ethernet PMDs

2019-02-04 Thread Rami Rosen
what are the benefits of providing DPDK VFs, is it mandatory in some use cases, and are there any advantage for using a DPDK PF/DPDK VF combination over using Kernel VF? Regards, Rami Rosen

[dpdk-dev] A Question about the necessity of DPDK VF for Ethernet PMDs

2019-02-03 Thread Rami Rosen
ere are setups when you cannot generated PMD VFs. Most PMD Ethernet Vendors *do* provide VF PMDs in the DPDK official repo; but what are the benefits of providing DPDK VFs PMD? is it mandatory in some use cases ? Is there any advantage for using a DPDK PF/DPDK VF combination over using Kernel VF? Regards, Rami Rosen

Re: [dpdk-dev] running dpdk application on the same machine with other none dpdk application

2019-01-30 Thread Rami Rosen
per kernel thread for example) via a sysf entry or a kernel parameter will be accepted, though. You may try Regards, Rami Rosen

Re: [dpdk-dev] running dpdk application on the same machine with other none dpdk application

2019-01-30 Thread Rami Rosen
them and try: taskset -pc 7 521 pid 521's current affinity list: 0-15 taskset: failed to set pid 521's affinity: Invalid argument Regards, Rami Rosen

Re: [dpdk-dev] running dpdk application on the same machine with other none dpdk application

2019-01-29 Thread Rami Rosen
guide/sect-red_hat_enterprise_linux-performance_tuning_guide-cpu-configuration_suggestions So if there is no way to configure JVM to use specified kernel cores (and I am afraid there is no such way), I am not sure how this can be solved. Regards, Rami Rosen On Wed, Jan 30, 2019 at 9:05 AM Shirle

Re: [dpdk-dev] running dpdk application on the same machine with other none dpdk application

2019-01-29 Thread Rami Rosen
, if you boot from a different partition. Regards, Rami Rosen

Re: [dpdk-dev] running dpdk application on the same machine with other none dpdk application

2019-01-29 Thread Rami Rosen
Was it with -l CORELIST / --lcores COREMAP EAL parameter ? Did you try also the isolcpus Linux kernel parameter in order to isolate cores from the general Linux scheduler? Regards, Rami Rosen On Tue, Jan 29, 2019 at 6:32 PM Shirley Avishour wrote: > Hi, > We are trying to run a dpdk based

Re: [dpdk-dev] [PATCH v6 0/3] examples/l3fwd: merge l3fwd-acl code into l3fwd

2019-01-24 Thread Rami Rosen
Hi all, >My vote is definitely for merging. +1 for this, this seems very reasonable Regards, Rami Rosen On Wed, 23 Jan 2019 at 19:20, Ananyev, Konstantin wrote: > > > > > -Original Message- > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent:

[dpdk-dev] [PATCH] net/virtio: remove unnecessary forward declaration

2019-01-23 Thread Rami Rosen
This minor cleanup patch removes an unecessary forward declaration of virtio_intr_enable() in net/virtio PMD. Fixes: fe19d49cb525 ("net/virtio: fix Rx interrupt with VFIO") Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- drivers/net/virtio/virtio_ethdev.c | 1 - 1 file changed,

[dpdk-dev] [PATCH] doc: add missing package dependency in contributors guide

2019-01-20 Thread Rami Rosen
e dependency in sub-section 4.3.1 of the contributing guide ("Dependencies"). Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- doc/guides/contributing/documentation.rst | 11 +++ 1 file changed, 11 insertions(+) diff --git a/doc/guides/contributing/documentation.

[dpdk-dev] [PATCH] doc: fix an error in ifc NIC document

2019-01-17 Thread Rami Rosen
;) Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- doc/guides/nics/ifc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/ifc.rst b/doc/guides/nics/ifc.rst index bdf7b4e..317d9ff 100644 --- a/doc/guides/nics/ifc.rst +++ b/doc/guides/nics/ifc.rst @@ -19,7 +19,7 @@ C

[dpdk-dev] [PATCH V2] doc: add missing loopback option in testpmd guide

2019-01-17 Thread Rami Rosen
in the testpmd guide. v2: Change "loopback" to "loop" (following Bernard review) Fixes: 3e2006d6186c ("app/testpmd: add loopback topology") Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- doc/guides/testpmd_app_ug/run_app.rst | 4 +++- 1 file changed, 3 ins

[dpdk-dev] [PATCH] doc: add missing loopback option in testpmd guide

2019-01-17 Thread Rami Rosen
guide. Fixes: 3e2006d6186c ("app/testpmd: add loopback topology") Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- doc/guides/testpmd_app_ug/run_app.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/test

[dpdk-dev] [PATCH] examples/vhost: fix a typo

2019-01-14 Thread Rami Rosen
This minor patch fixes a typo in examples/vhost/main.c. Fixes: d19533e86f1d ("examples/vhost: copy old vhost example") Signed-off-by: Rami Rosen --- examples/vhost/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vhost/main.c b/examples/vhost/ma

  1   2   >