Re: [dpdk-dev] [PATCH v5] vhost: support virtqueue interrupt/notification suppression

2017-12-26 Thread Wang, Xiao W
Hi, > -Original Message- > From: Chen, Junjie J > Sent: Sunday, December 24, 2017 12:56 AM > To: y...@fridaylinux.org; maxime.coque...@redhat.com; Bie, Tiwei > ; Wang, Xiao W > Cc: dev@dpdk.org; Chen, Junjie J > Subject: [PATCH v5] vhost: support virtqueue interrupt/notification > suppre

Re: [dpdk-dev] [PATCH v2] kernel folder for Linux and BSD modules

2017-12-26 Thread Tiwei Bie
On Tue, Dec 26, 2017 at 12:16:53PM +0530, Hemant Agrawal wrote: > This patch moves the kernel modules code from EAL to a common place. > - Separate the kernel module code from user space code. > > Signed-off-by: Hemant Agrawal > --- [...] > diff --git a/lib/librte_eal/bsdapp/Makefile b/lib/librt

Re: [dpdk-dev] [PATCH v2] kernel folder for Linux and BSD modules

2017-12-26 Thread Hemant Agrawal
On 12/26/2017 1:40 PM, Tiwei Bie wrote: On Tue, Dec 26, 2017 at 12:16:53PM +0530, Hemant Agrawal wrote: This patch moves the kernel modules code from EAL to a common place. - Separate the kernel module code from user space code. Signed-off-by: Hemant Agrawal --- [...] diff --git a/lib/librt

[dpdk-dev] [PATCH v3] kernel folder for Linux and BSD modules

2017-12-26 Thread Hemant Agrawal
This patch moves the kernel modules code from EAL to a common place. - Separate the kernel module code from user space code. Signed-off-by: Hemant Agrawal --- v3: move contigmem from bsdapp v2: rename kern to kernel, add freebsd modules as well GNUmakefile

[dpdk-dev] [PATCH v3 00/39] convert examples to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
This series is to convert DPDK examples to the new offloads API [1]. on v3: - Set DEV_TX_OFFLOAD_MBUF_FAST_FREE only if device supports. - Remove error prints from application. - Fix configuration of mutiple ports without override the global port config. on v2: - Add DEV_TX_OFFLOAD_MBUF_FAST_

[dpdk-dev] [PATCH v3 01/39] examples/l2fwd: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/l2fwd/main.c | 28 +++- 1 fi

[dpdk-dev] [PATCH v3 03/39] examples/l2fwd-jobstats: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/l2fwd-jobstats/main.c | 29 -

[dpdk-dev] [PATCH v3 02/39] examples/l2fwd-crypto: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/l2fwd-crypto/main.c | 28 +++

[dpdk-dev] [PATCH v3 04/39] examples/l2fwd-keepalive: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/l2fwd-keepalive/main.c | 29

[dpdk-dev] [PATCH v3 05/39] examples/l3fwd: convert to ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/l3fwd/main.c | 36 +-

[dpdk-dev] [PATCH v3 06/39] examples/l3fwd-acl: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler Acked-by: Konstantin Ananyev --- examples/l3fwd-acl/main.c | 36

[dpdk-dev] [PATCH v3 07/39] examples/l3fwd-power: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler Acked-by: David Hunt --- examples/l3fwd-power/main.c | 42 ++

[dpdk-dev] [PATCH v3 08/39] examples/l3fwd-vf: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/l3fwd-vf/main.c | 35 +--

[dpdk-dev] [PATCH v3 09/39] examples/bond: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler Reviewed-by: Radu Nicolau --- examples/bond/main.c | 48

[dpdk-dev] [PATCH v3 11/39] examples/kni: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/kni/main.c | 50

[dpdk-dev] [PATCH v3 12/39] examples/ip_fragmentation: convert to new offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler Acked-by: Konstantin Ananyev --- examples/ip_fragmentation/main.

[dpdk-dev] [PATCH v3 10/39] examples/exception_path: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/exception_path/main.c | 28 +++--

[dpdk-dev] [PATCH v3 13/39] examples/ip_pipeline: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/ip_pipeline/config_parse.c | 13 +++-- examp

[dpdk-dev] [PATCH v3 14/39] examples/ip_reassembly: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/ip_reassembly/main.c | 31 +-

[dpdk-dev] [PATCH v3 17/39] examples/link_status_interrupt: convert to new offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/link_status_interrupt/main.c | 28 ++

[dpdk-dev] [PATCH v3 15/39] examples/ipsec-secgw: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/ipsec-secgw/ipsec-secgw.c | 26 ++---

[dpdk-dev] [PATCH v3 18/39] examples/load_balancer: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/load_balancer/init.c | 27 +++---

[dpdk-dev] [PATCH v3 16/39] examples/ipv4_multicast: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/ipv4_multicast/main.c | 27 +

[dpdk-dev] [PATCH v3 20/39] examples/netmap_compat: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/netmap_compat/bridge/bridge.c | 7 ++- exam

[dpdk-dev] [PATCH v3 21/39] examples/performance-thread: convert to new offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/performance-thread/l3fwd-thread/main.c | 37

[dpdk-dev] [PATCH v3 19/39] examples/multi_process: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/multi_process/l2fwd_fork/main.c | 26 +

[dpdk-dev] [PATCH v3 24/39] examples/quota_watermark: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/quota_watermark/qw/init.c | 28 +++--

[dpdk-dev] [PATCH v3 23/39] examples/qos_sched: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/qos_sched/init.c | 21 + 1 file

[dpdk-dev] [PATCH v3 22/39] examples/qos_meter: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/qos_meter/main.c | 38 +-

[dpdk-dev] [PATCH v3 26/39] examples/vhost: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/vhost/main.c | 29 ++--- 1 f

[dpdk-dev] [PATCH v3 27/39] examples/vmdq: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/vmdq/main.c | 17 +++-- 1 file changed,

[dpdk-dev] [PATCH v3 25/39] examples/tep_termination: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/tep_termination/vxlan_setup.c | 29 +

[dpdk-dev] [PATCH v3 29/39] examples/vm_power_manager: convert to new offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler Acked-by: David Hunt --- examples/vm_power_manager/main.c | 17 +

[dpdk-dev] [PATCH v3 28/39] examples/vmdq_dcb: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/vmdq_dcb/main.c | 15 ++- 1 file changed

[dpdk-dev] [PATCH] examples/flow_filtering: add Tx queues setup process

2017-12-26 Thread Wei Zhao
This example do not has the process of set up tx queues, but some NIC start up process will be blocked if this is no tx queue and only rx queues. So add tx queues setup process in main code. Signed-off-by: Wei Zhao --- examples/flow_filtering/main.c | 11 +++ 1 file changed, 11 insertion

[dpdk-dev] [PATCH v3 31/39] examples/ethtool: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/ethtool/ethtool-app/main.c | 7 ++- 1 file chang

[dpdk-dev] [PATCH v3 33/39] examples/flow_classify: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/flow_classify/flow_classify.c | 17 +++--

[dpdk-dev] [PATCH v3 34/39] examples/flow_filtering: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/flow_filtering/main.c | 19 --- 1 fi

[dpdk-dev] [PATCH v3 30/39] examples/distributor: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler Acked-by: Bruce Richardson --- examples/distributor/main.c | 13

[dpdk-dev] [PATCH v3 32/39] examples/eventdev_pipeline: convert to new offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler Acked-by: Harry van Haaren --- examples/eventdev_pipeline_sw_pmd

[dpdk-dev] [PATCH v3 38/39] examples/server_node_efd: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/server_node_efd/server/init.c | 19 +++--

[dpdk-dev] [PATCH v3 36/39] examples/ptpclient: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/ptpclient/ptpclient.c | 14 +++--- 1 file ch

[dpdk-dev] [PATCH v3 35/39] examples/packet_ordering: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler --- examples/packet_ordering/main.c | 18 -- 1 fi

[dpdk-dev] [PATCH v3 37/39] examples/rxtx_callbacks: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler Acked-by: Bruce Richardson --- examples/rxtx_callbacks/main.c |

[dpdk-dev] [PATCH v3 39/39] examples/skeleton: convert to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit support the new API. Signed-off-by: Shahaf Shuler Acked-by: Bruce Richardson --- examples/skeleton/basicfwd.c | 17

[dpdk-dev] [PATCH v3] net/ixgbe: add flow parser ntuple support

2017-12-26 Thread Wei Zhao
Ixgbe ntuple filter in rte_flow need to support diversion data with less than 5 tuple parameters.So add this new support in parser code. Signed-off-by: Wei Zhao --- v2: -fix coding style issue. v3: -add parser vlan pattern code. --- drivers/net/ixgbe/ixgbe_flow.c | 136 +++

[dpdk-dev] [PATCH] net/virtio: remove unnecessary macro definitions

2017-12-26 Thread Zhiyong Yang
DPDK has already the definition of Ethernet numeric link speeds in Mbps in the file Rte_ethdev.h, it is unnecessary to rededine virtio specific link speeds macros again. Signed-off-by: Zhiyong Yang --- drivers/net/virtio/virtio_ethdev.c | 2 +- drivers/net/virtio/virtio_ethdev.h | 5 - 2 fil

[dpdk-dev] [PATCH v3 03/10] app/testpmd: support check of single port stop

2017-12-26 Thread Shahaf Shuler
This patch adds supports for checking if a single port is stopped. currently there is a function to check only for all ports. Signed-off-by: Shahaf Shuler --- app/test-pmd/testpmd.c | 16 app/test-pmd/testpmd.h | 1 + 2 files changed, 13 insertions(+), 4 deletions(-) diff --gi

[dpdk-dev] [PATCH v3 02/10] app/testpmd: convert to new Ethdev Rx offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev Rx offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") Convert the application to use the new API. The is no functionality changes rather simple conversion of the flags. Signed-off-by: Shahaf Shuler --- app/test-pmd/cmdline.c| 51 +

[dpdk-dev] [PATCH v3 01/10] app/testpmd: fix port configuration print

2017-12-26 Thread Shahaf Shuler
The print of the port configuration was only according to configuration of the first port. Fixes: f2c5125a686a ("app/testpmd: use default Rx/Tx port configuration") Cc: pablo.de.lara.gua...@intel.com Cc: sta...@dpdk.org Signed-off-by: Shahaf Shuler --- app/test-pmd/config.c | 48 +++

[dpdk-dev] [PATCH v3 00/10] convert testpmd to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
This series is to convert testpmd application to the new offloads API [1]. on v3: - Remove warn prints on bad offloads configuration from application. on v2: - Splited the patchset to multiple patches to help with the review. - Removed wrong comments. - Removed redundent parenthesis. - Fixed

[dpdk-dev] [PATCH v3 04/10] app/testpmd: convert to new Ethdev Tx offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev Tx offloads API has changed since: commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") Convert the application to use the new API. This patch mandates the port to be stopped when configure the Tx offloads. This is because the PMD must be aware to the offloads changes on the de

[dpdk-dev] [PATCH v3 07/10] app/testpmd: add command line option for Tx offloads

2017-12-26 Thread Shahaf Shuler
This patch adds command line option to set hex value for the ports Tx offloads flags. Signed-off-by: Shahaf Shuler --- app/test-pmd/parameters.c | 17 +++-- app/test-pmd/testpmd.c| 4 app/test-pmd/testpmd.h| 2 ++ doc/guides/testpmd_

[dpdk-dev] [PATCH v3 06/10] app/testpmd: cleanup internal Tx offloads flags field

2017-12-26 Thread Shahaf Shuler
The tx_ol_flags field was used in order to control the different Tx offloads set. After the conversion to the new Ethdev Tx offloads API it is not needed anymore as the offloads configuration is stored in ethdev structs. Signed-off-by: Shahaf Shuler --- app/test-pmd/cmdline.c | 49 +

[dpdk-dev] [PATCH v3 05/10] app/testpmd: fix flowgen forwarding ol flags

2017-12-26 Thread Shahaf Shuler
The mbuf ol_flags were taken directly from testpmd internal enumeration leading to incorrect values. addressing only insertion offload flags as the checksum flags by the application design are only with csum forwarding. Fixes: e9e23a617eb8 ("app/testpmd: add flowgen forwarding engine") Cc: cchemp

[dpdk-dev] [PATCH v3 09/10] app/testpmd: enforce offloads caps

2017-12-26 Thread Shahaf Shuler
In the current design it was possible for offload to be set even though the device is not supporting it. A warning message was printed instead. This is a wrong behaviour, as application should set only the offloads reported by the capabilities of the device. This patch adds verification for the o

[dpdk-dev] [PATCH v3 10/10] app/testpmd: fix on the flight VLAN configuration

2017-12-26 Thread Shahaf Shuler
On ethdev there is an API to configure VLAN offloads after the port was started and without reconfiguration of the port or queues. In the current design of the application, when the Rx offloads are changed (through "port config all" CLI command) the port configuration is overwritten, therefore the

[dpdk-dev] [PATCH v3 08/10] app/testpmd: remove txqflags

2017-12-26 Thread Shahaf Shuler
Since testpmd is now using the new Ethdev offloads API and there is a way configure each of the tx offloads from CLI or command line, there is no need for the txqflags configuration anymore. Signed-off-by: Shahaf Shuler Acked-by: Nelio Laranjeiro --- app/test-pmd/cmdline.c

[dpdk-dev] [PATCH v4] net/ixgbe: add flow parser ntuple support

2017-12-26 Thread Wei Zhao
Ixgbe ntuple filter in rte_flow need to support diversion data with less than 5 tuple parameters.So add this new support in parser code. Signed-off-by: Wei Zhao --- v2: -fix coding style issue. v3: -add parser vlan pattern code. v4: -fix patch check issue. --- drivers/net/ixgbe/ixgbe_flow.c

[dpdk-dev] [PATCH v4] net/ixgbe: add flow parser ntuple support

2017-12-26 Thread Wei Zhao
Ixgbe ntuple filter in rte_flow need to support diversion data with less than 5 tuple parameters.So add this new support in parser code. Signed-off-by: Wei Zhao --- v2: -fix coding style issue. v3: -add parser vlan pattern code. v4: -fix patch check issue. --- drivers/net/ixgbe/ixgbe_flow.c

[dpdk-dev] [PATCH v6] vhost: support virtqueue interrupt/notification suppression

2017-12-26 Thread Junjie Chen
The driver can suppress interrupt when VIRTIO_F_EVENT_IDX feature bit is negotiated. The driver set vring flags to 0, and MAY use used_event in available ring to advise device interrupt util reach an index specified by used_event. The device ignore the lower bit of vring flags, and send an interrup

Re: [dpdk-dev] [PATCH] examples/flow_filtering: add Tx queues setup process

2017-12-26 Thread Zhao1, Wei
Add maintainer or...@mellanox.com into cc list. > -Original Message- > From: Zhao1, Wei > Sent: Tuesday, December 26, 2017 5:21 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Zhao1, Wei > > Subject: [PATCH] examples/flow_filtering: add Tx queues setup process > > This example do not has the

Re: [dpdk-dev] [PATCH 1/3] kni: support for MAC addr change

2017-12-26 Thread Hemant Agrawal
Hi Ferruh, On 12/23/2017 3:25 AM, Ferruh Yigit wrote: On 11/30/2017 3:46 AM, Hemant Agrawal wrote: This patch adds following: 1. Option to configure the mac address during create. Generate random address only if the user has not provided any valid address. 2. Inform usespace, if mac address

[dpdk-dev] [PATCH v2 1/3] kni: support for MAC addr change

2017-12-26 Thread Hemant Agrawal
This patch adds following: 1. Option to configure the mac address during create. Generate random address only if the user has not provided any valid address. 2. Inform usespace, if mac address is being changed in linux. 3. Implement default handling of mac address change in the corresponding

[dpdk-dev] [PATCH v2 3/3] kni: set initial value for MTU

2017-12-26 Thread Hemant Agrawal
Configure initial application provided mtu on the KNI interface. Signed-off-by: Hemant Agrawal --- v2: fix ABI breakage examples/kni/main.c | 2 ++ lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h | 1 + lib/librte_eal/linuxapp/kni/kni_mis

[dpdk-dev] [PATCH v2 2/3] kni: add support for promisc mode set

2017-12-26 Thread Hemant Agrawal
Inform userspace app about promisc mode change Signed-off-by: Hemant Agrawal --- v2: * fix ABI breakage * check for ops.port_id for vdev case doc/guides/sample_app_ug/kernel_nic_interface.rst | 15 --- .../linuxapp/eal/include/exec-env/rte_kni_common.h | 2 ++ lib/librte_eal/linuxapp

Re: [dpdk-dev] [RFC v1] doc compression API for DPDK

2017-12-26 Thread Verma, Shally
HI Fiona > [Fiona] Would it be preferable to issue v2 even with design so far? Sure will do. Please see inline for feedback on other points. > -Original Message- > From: Trahe, Fiona [mailto:fiona.tr...@intel.com] > Sent: 22 December 2017 20:43 > To: Verma, Shally ; dev@dpdk.org > Cc: At

Re: [dpdk-dev] [PATCH v2] lib/cmdline: init CLI parsing memory

2017-12-26 Thread Xueming(Steven) Li
HI Olivier, By reading p1 comments carefully, looks like the pointer to result buffer issue not resolved by result copy. How about this: @@ -263,6 +263,7 @@ #ifdef RTE_LIBRTE_CMDLINE_DEBUG char debug_buf[BUFSIZ]; #endif + char *result_buf = result.buf; if (!cl || !buf)

Re: [dpdk-dev] [PATCH v3 0/5] lib: add Port Representors

2017-12-26 Thread Neil Horman
On Fri, Dec 22, 2017 at 02:52:16PM +, Remy Horton wrote: > Port Representors provide a logical presentation in DPDK of VF (virtual > function) ports for the purposes of control and monitoring. Each port > representor device represents a single VF and is associated with it's > parent physical

Re: [dpdk-dev] [PATCH v3 34/39] examples/flow_filtering: convert to new ethdev offloads API

2017-12-26 Thread Ori Kam
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shahaf Shuler > Sent: Tuesday, December 26, 2017 11:24 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 34/39] examples/flow_filtering: convert to > new ethdev offloads API > > Ethdev offloads API has change

Re: [dpdk-dev] [PATCH] examples/flow_filtering: add Tx queues setup process

2017-12-26 Thread Ori Kam
Hi Wei, Your patch looks good, but there is an ack patch that deals with offloads. http://dpdk.org/ml/archives/dev/2017-December/083639.html Please update your patch to support the new tx offloads. Regards, Ori > -Original Message- > From: Zhao1, Wei [mailto:wei.zh...@intel.com] > Sen

Re: [dpdk-dev] [PATCH v3 04/11] event/octeontx: modify octeontx eventdev test

2017-12-26 Thread Neil Horman
On Tue, Dec 26, 2017 at 12:47:31AM +0530, Pavan Nikhilesh wrote: > Modify test_eventdev_octeontx to be standalone selftest independent of > test framework. > > Signed-off-by: Pavan Nikhilesh > --- > drivers/event/octeontx/octeontx_evdev_selftest.c | 427 > +-- > 1 file chang

[dpdk-dev] [PATCH v1] app/testpmd: support command echo in CLI batch loading

2017-12-26 Thread Xueming Li
Use first bit of verbose_level to enable CLI echo of batch loading. Signed-off-by: Xueming Li --- app/test-pmd/cmdline.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index f71d96301..0c58dea7b 100644 --- a/app/t

[dpdk-dev] [PATCH v9] net/i40e: determine number of queues per VF during run time

2017-12-26 Thread Wei Dai
Without this patch, the number of queues per i40e VF is defined as 4 by CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF=4 in config/common_base. It is fixed value determined in building time and can't be changed during run time. With this patch, the number of queues per i40e VF can be determinated during

Re: [dpdk-dev] [PATCH] mem: warn if address hint is not respected

2017-12-26 Thread Xueming(Steven) Li
Hi Jonas, Seems you are trying to use --base-virtaddr to resolve address conflicts in secondary, I'm wondering how this happened and how to avoid it: 1. what's your hugepage side? Hugepage mmap is size aligned, maybe 1G works? 2. is there more libs loaded in secondary process or memory usage befo

Re: [dpdk-dev] [RFC v2 00/23] Dynamic memory allocation for DPDK

2017-12-26 Thread Walker, Benjamin
On Fri, 2017-12-22 at 09:13 +, Burakov, Anatoly wrote: > On 21-Dec-17 9:38 PM, Walker, Benjamin wrote: > > SPDK will need some way to register for a notification when pages are > > allocated > > or freed. For storage, the number of requests per second is (relative to > > networking) fairly smal

Re: [dpdk-dev] [PATCH] member: fix memory leak on error

2017-12-26 Thread Wang, Yipeng1
Sure. Thanks Anatoly, Please go ahead and submit V2. Thanks Yipeng >-Original Message- >From: Burakov, Anatoly >Sent: Saturday, December 23, 2017 3:55 AM >To: Wang, Yipeng1 ; dev@dpdk.org >Cc: Gobriel, Sameh >Subject: Re: [PATCH] member: fix memory leak on error > >On 22-Dec-17 6:33 PM

[dpdk-dev] [sriov] [ixgbevf] We have to down PF and VF port to reconfig a port?

2017-12-26 Thread Sam
Hi all, I'm running OVS-DPDK on a two netdevice server(eth0 and eth1), and I use sriov to make one VF and one PF on each netdevice, as bellow. Please omit eth2 and eth3. Then two VF port(enp1s16 and enp1s16f1) combine into linux bond1 port as management port, two PF port(:01:00.0 and :01:0

Re: [dpdk-dev] [sriov] [ixgbevf] We have to down PF and VF port to reconfig a port?

2017-12-26 Thread Sam
2017-12-27 10:42 GMT+08:00 Sam : > Hi all, > > I'm running OVS-DPDK on a two netdevice server(eth0 and eth1), and I use > sriov to make one VF and one PF on each netdevice, as bellow. Please omit > eth2 and eth3. Then two VF port(enp1s16 and enp1s16f1) combine into linux > bond1 port as management

Re: [dpdk-dev] [PATCH v2 04/14] net/avf: enable basic Rx Tx func

2017-12-26 Thread Wu, Jingjing
> -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, December 5, 2017 3:58 AM > To: Wu, Jingjing ; dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: Re: [dpdk-dev] [PATCH v2 04/14] net/avf: enable basic Rx Tx func > > On 11/23/2017 10:33 PM, Jingjing Wu wrote: > > Signed-off-by: Wenzhuo

Re: [dpdk-dev] [PATCH v2 05/14] net/avf: enable link status update

2017-12-26 Thread Wu, Jingjing
> -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, December 5, 2017 3:58 AM > To: Wu, Jingjing ; dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: Re: [dpdk-dev] [PATCH v2 05/14] net/avf: enable link status update > > On 11/23/2017 10:33 PM, Jingjing Wu wrote: > > Signed-off-by: Jingji

[dpdk-dev] [PATCH] app/testpmd: fix crash of txonly with multiple segments

2017-12-26 Thread Yongseok Koh
Running txonly mode can crash with "--txpkts=20,470". copy_len should be properly adjusted. Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org Signed-off-by: Yongseok Koh --- app/test-pmd/txonly.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/test-pmd/txonly.c b/app/test

[dpdk-dev] [PATCH 1/5] net/mlx5: enable inlining data from multiple segments

2017-12-26 Thread Yongseok Koh
mlx5_tx_burst() doesn't inline data from the 2nd segment. If there's still enough room in the descriptor after inlining the 1st segment, further inlining from the 2nd segment would be beneficial to save PCIe bandwidth. Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5_rxtx.c | 44 +++

[dpdk-dev] [PATCH 2/5] net/mlx5: consolidate condition checks for TSO

2017-12-26 Thread Yongseok Koh
This change helps compileer to better optimize the code. Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5_rxtx.c | 126 --- 1 file changed, 58 insertions(+), 68 deletions(-) diff --git a/drivers/net/mlx5/mlx5_rxtx.c b/drivers/net/mlx5/mlx5_rxtx.c ind

[dpdk-dev] [PATCH 3/5] net/mlx5: add missing sanity checks for Tx completion queue

2017-12-26 Thread Yongseok Koh
Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5_rxtx.c | 19 ++- drivers/net/mlx5/mlx5_rxtx.h | 2 ++ drivers/net/mlx5/mlx5_rxtx_vec_neon.h | 8 drivers/net/mlx5/mlx5_rxtx_vec_sse.h | 8 drivers/net/mlx5/mlx5_txq.c | 2 ++ 5

[dpdk-dev] [PATCH 5/5] net/mlx5: clean up multi-segment packet processing

2017-12-26 Thread Yongseok Koh
Remove multi-segment packet handling from mlx5_tx_burst_empw() as there's fallback to regular Tx for such packets. Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5_rxtx.c | 111 ++- 1 file changed, 26 insertions(+), 85 deletions(-) diff --git a/drive

[dpdk-dev] [PATCH 4/5] net/mlx5: add fallback in Tx for multi-segment packet

2017-12-26 Thread Yongseok Koh
mlx5_tx_burst_empw() falls back to legacy Tx descriptor for multi-segmented packets without taking advantage of inlining. In many cases, the 1st segment can be inlined and this could make device fetch only one segment instead of two. This helps saving PCIe bandwitdth when trasmitting out multi-segm

[dpdk-dev] [PATCH 1/2] eal/arm64: modify I/O device memory barriers

2017-12-26 Thread Yongseok Koh
Instead of using system-wide 'dsb' instruction for IO barriers, 'dmb' is sufficient and could bring better performance. Using 'dmb' with Outer Shareable Domain option is also consistent with linux kernel. Cc: Thomas Speier Signed-off-by: Yongseok Koh Acked-by: Thomas Speier Acked-by: Shahaf Sh

[dpdk-dev] [PATCH 2/2] net/mlx5: fix synchonization on polling Rx completions

2017-12-26 Thread Yongseok Koh
Polling a new packet is basically sensing the generation bit in a completion entry. For some processors not having strongly-ordered memory model, there has to be an IO memory barrier between reading the generation bit and other fields of the entry in order to guarantee data is not stale. Fixes: 57

Re: [dpdk-dev] [PATCH v3 04/11] event/octeontx: modify octeontx eventdev test

2017-12-26 Thread Pavan Nikhilesh
Hi Neil, On Tue, Dec 26, 2017 at 09:11:56AM -0500, Neil Horman wrote: > On Tue, Dec 26, 2017 at 12:47:31AM +0530, Pavan Nikhilesh wrote: > > Modify test_eventdev_octeontx to be standalone selftest independent of > > test framework. > > > > Signed-off-by: Pavan Nikhilesh > > --- > > drivers/event

[dpdk-dev] [PATCH] net/i40e: change VF default ITR interval

2017-12-26 Thread Beilei Xing
Current default ITR interval I40E_QUEUE_ITR_INTERVAL_DEFAULT is used by both DPDK PF and DPDK VF, but this ITR interval value will cause lots of interrupts when using VF. This patch modifies VF default ITR interval to reduce interrupts. ITR interval can be configured by RTE_LIBRTE_I40E_ITR_INTERVAL

Re: [dpdk-dev] [PATCH 1/5] net/mlx5: enable inlining data from multiple segments

2017-12-26 Thread Shahaf Shuler
Wednesday, December 27, 2017 5:56 AM, Yongseok Koh: > > mlx5_tx_burst() doesn't inline data from the 2nd segment. If there's still > enough room in the descriptor after inlining the 1st segment, further inlining > from the 2nd segment would be beneficial to save PCIe bandwidth. > > Signed-off-by:

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/mlx5: fix RSS key configuration

2017-12-26 Thread Shahaf Shuler
Tuesday, December 26, 2017 9:41 AM, Shahaf Shuler: > The trigger for PMD to use the application RSS configuration should be based > on the validity of rss_key and not the rss_key_len. Otherwise segmentation > fault can occur if application provide valid RSS key length but without any > RSS > key.

Re: [dpdk-dev] [PATCH] net/i40e: change VF default ITR interval

2017-12-26 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Wednesday, December 27, 2017 2:02 PM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: [PATCH] net/i40e: change VF default ITR interval > > Current default ITR interval I40E_QUEUE_ITR_INTERVAL_DEFAULT is > used by both DPDK PF and DPDK VF

Re: [dpdk-dev] [PATCH 2/4] net/i40e: add null point check and fix mem leak

2017-12-26 Thread Xing, Beilei
> -Original Message- > From: Yong Wang [mailto:wang.yon...@zte.com.cn] > Sent: Wednesday, December 20, 2017 5:02 PM > To: hemant.agra...@nxp.com; Xing, Beilei ; Lu, > Wenzhuo ; Griffin, John > Cc: dev@dpdk.org; Yong Wang > Subject: [PATCH 2/4] net/i40e: add null point check and fix mem

Re: [dpdk-dev] [PATCH v2 2/4] net/i40e: add null point check and fix mem leak

2017-12-26 Thread Xing, Beilei
> -Original Message- > From: Yong Wang [mailto:wang.yon...@zte.com.cn] > Sent: Wednesday, December 20, 2017 6:23 PM > To: hemant.agra...@nxp.com; Xing, Beilei ; Lu, > Wenzhuo ; Griffin, John > Cc: dev@dpdk.org; Yong Wang > Subject: [PATCH v2 2/4] net/i40e: add null point check and fix m

Re: [dpdk-dev] [PATCH v1 2/6] net/i40e: fix issue in exported header

2017-12-26 Thread Xing, Beilei
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Adrien Mazarguil > Sent: Thursday, December 21, 2017 9:00 PM > To: dev@dpdk.org > Cc: Chilikin, Andrey > Subject: [dpdk-dev] [PATCH v1 2/6] net/i40e: fix issue in exported header > > Reported by check-includes.sh: