[dpdk-dev] [PATCH v2 2/2] app/testpmd: add commands to test new Tx offload API

2018-03-13 Thread Wei Dai
Add following testpmd run-time commands to support test of new Tx offload API: tx_offload get capability tx_offload get configuration tx_offload enable|disable per_port tx_offload enable|disable per_queue Above last 2 commands should be run when the port is stopped. And can be one of "vlan

[dpdk-dev] [PATCH v2 0/2] app/testpmd: add new commands to test new Tx/Rx offload API

2018-03-13 Thread Wei Dai
Existed testpmd commands can't support per queue offload configuration. And there are different commands to enable or disable different offloading. This patch set add following commands to support new Tx/Rx offloading API test. To get Rx offload capability of a port, please run: testpmd > rx_offlo

[dpdk-dev] [PATCH v2 1/2] app/testpmd: add commands to test new Rx offload API

2018-03-13 Thread Wei Dai
Add following testpmd run-time commands to support test of new Rx offload API: rx_offload get capability rx_offload get configuration rx_offload enable|disable per_port rx_offload enable|disable per_queue Above last 2 commands should be run when the port is stopped. And can be one of "vlan

Re: [dpdk-dev] [PATCH V5 2/2] net/tap: use new Rx offloads API

2018-03-13 Thread Shahaf Shuler
Monday, March 12, 2018 9:05 PM, Ferruh Yigit: > On 3/12/2018 5:58 PM, Shahaf Shuler wrote: > > Monday, March 12, 2018 7:00 PM, Ferruh Yigit: > >> There are some devices supports queue level offloads and there are > >> some devices supports port level offloads. > >> > >> Values queue offload = 0x0 a

Re: [dpdk-dev] [PATCH v2 1/2] app/testpmd: add commands to test new Rx offload API

2018-03-13 Thread Andrew Rybchenko
On 03/13/2018 09:42 AM, Wei Dai wrote: Add following testpmd run-time commands to support test of new Rx offload API: rx_offload get capability rx_offload get configuration rx_offload enable|disable per_port rx_offload enable|disable per_queue Above last 2 commands should be run when the

Re: [dpdk-dev] [PATCH] compressdev: implement API - mbuf alternative

2018-03-13 Thread Verma, Shally
HI Fiona So I understand we're moving away from mbufs because of its size limitation (64k) and cacheline overhead and their more suitability to n/w applications. Given that, I understand benefit of having another structure to input data but then what is proposal for ipcomp like application wher

Re: [dpdk-dev] [PATCH] net/virtio: move to new offloads API

2018-03-13 Thread Maxime Coquelin
Hi Tiwei, On 03/09/2018 01:32 AM, Tiwei Bie wrote: Ethdev offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_ethdev.c | 35

Re: [dpdk-dev] [PATCH 1/4] vhost: move fdset functions from fd_man.c to fd_man.h

2018-03-13 Thread Yang, Zhiyong
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, March 5, 2018 4:55 PM > To: Yang, Zhiyong > Cc: Tan, Jianfeng ; Maxime Coquelin > ; dev@dpdk.org; y...@fridaylinux.org; Bie, > Tiwei ; Wang, Zhihong ; > Wang, Dong1 > Subject: Re: [PATCH

Re: [dpdk-dev] [PATCH v2 01/10] lib/librte_vhost: add vhost user private info structure

2018-03-13 Thread Maxime Coquelin
On 02/27/2018 05:29 PM, Fan Zhang wrote: This patch adds a vhost_user_dev_priv structure and a vhost_user message handler function prototype to vhost_user. This allows different types of devices to add private information and their device-specific vhost-user message function handlers to virtio_

Re: [dpdk-dev] [PATCH] doc: add driver limitation for vhost dequeue zero copy

2018-03-13 Thread Kovacevic, Marko
> > Signed-off-by: Junjie Chen > > --- > > doc/guides/sample_app_ug/vhost.rst | 5 - > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > > diff --git a/doc/guides/sample_app_ug/vhost.rst > > b/doc/guides/sample_app_ug/vhost.rst > > index a4bdc6a..1591a31 100644 > > --- a/doc/guides/sampl

Re: [dpdk-dev] [PATCH] doc: add driver limitation for vhost dequeue zero copy

2018-03-13 Thread Chen, Junjie J
Done, Thanks for reminder. Cheers JJ > -Original Message- > From: Kovacevic, Marko > Sent: Tuesday, March 13, 2018 5:13 PM > To: Tan, Jianfeng ; Chen, Junjie J > ; dev@dpdk.org > Cc: y...@fridaylinux.org; maxime.coque...@redhat.com > Subject: RE: [dpdk-dev] [PATCH] doc: add driver limita

Re: [dpdk-dev] [PATCH v3] doc: add driver limitation for vhost dequeue zero copy

2018-03-13 Thread Chen, Junjie J
Hi Jianfeng. > -Original Message- > From: Tan, Jianfeng > Sent: Monday, March 12, 2018 11:15 AM > To: Chen, Junjie J ; y...@fridaylinux.org; > maxime.coqu...@redhat.com > Cc: dev@dpdk.org > Subject: Re: [PATCH v3] doc: add driver limitation for vhost dequeue zero copy > > > > On 3/9/201

Re: [dpdk-dev] [PATCH v3] app/testpmd: print Rx/Tx offload values

2018-03-13 Thread Van Haaren, Harry
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Monday, March 12, 2018 5:53 PM > To: Lu, Wenzhuo ; Wu, Jingjing > Cc: dev@dpdk.org; Yigit, Ferruh ; Shahaf Shuler > ; Yongseok Koh > Subject: [dpdk-dev] [PATCH v3] app/testpmd: print Rx/Tx offload values > > Which per po

[dpdk-dev] [PATCH v2 0/2] net/mlx5: convert to dynamic logs

2018-03-13 Thread Nelio Laranjeiro
This series applies on top of [1] [1] https://dpdk.org/dev/patchwork/patch/35650/ Changes in v2: - modified the ERROR new print added in commit b0203fdb37ef ("net/mlx: fix rdma-core glue path with EAL plugins") Nelio Laranjeiro (2): net/mlx5: use port id in PMD log net/mlx5: use dynamic

[dpdk-dev] [PATCH v2 2/2] net/mlx5: use dynamic logging

2018-03-13 Thread Nelio Laranjeiro
Signed-off-by: Nelio Laranjeiro Acked-by: Adrien Mazarguil --- drivers/net/mlx5/mlx5.c | 245 +++-- drivers/net/mlx5/mlx5_ethdev.c | 118 +--- drivers/net/mlx5/mlx5_flow.c| 109 --- drivers/net/mlx5/mlx5_mac.c | 12 +- drivers

[dpdk-dev] [PATCH v2 1/2] net/mlx5: use port id in PMD log

2018-03-13 Thread Nelio Laranjeiro
Signed-off-by: Nelio Laranjeiro Acked-by: Adrien Mazarguil --- drivers/net/mlx5/mlx5.c | 79 +--- drivers/net/mlx5/mlx5_ethdev.c | 86 + drivers/net/mlx5/mlx5_flow.c| 82 +--- drivers/net/mlx5/mlx5_mac.c | 9 +- drivers/net/mlx5/mlx5_

Re: [dpdk-dev] [PATCH v2 1/2] app/testpmd: add commands to test new Rx offload API

2018-03-13 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Andrew Rybchenko > Sent: Tuesday, March 13, 2018 7:21 AM > To: Dai, Wei ; Lu, Wenzhuo ; Wu, > Jingjing > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/2] app/testpmd: add commands to test new > Rx offl

Re: [dpdk-dev] [PATCH] crypto/mrvl: add MRVL to hash test cases

2018-03-13 Thread De Lara Guarch, Pablo
Hi Tomasz, > -Original Message- > From: Tomasz Duszynski [mailto:t...@semihalf.com] > Sent: Thursday, March 8, 2018 1:27 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Doherty, > Declan ; Richardson, Bruce > ; Tomasz Duszynski ; > sta...@dpdk.org > Subject: Re: [PATCH] crypto/mrvl: ad

Re: [dpdk-dev] kni: continuous memory restriction ?

2018-03-13 Thread cys
We got several kernel panic. It looks like related to mbuf address translation. Anybody can help please? [1741994.707024] skbuff: skb_over_panic: text:a00832fe len:43920 put:41872 head:880e5d6b8000 data:880e5d6b8042 tail:0xabd2 end:0x7ec0 dev: [1741994.707186] [ cut

Re: [dpdk-dev] [PATCH 1/4] vhost: move fdset functions from fd_man.c to fd_man.h

2018-03-13 Thread Thomas Monjalon
13/03/2018 09:46, Yang, Zhiyong: > Hi Thomas, > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 05/03/2018 08:43, Yang, Zhiyong: > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > > 01/03/2018 07:02, Tan, Jianfeng: > > > > > From: Maxime Coquelin [mailto:maxime.coque...@redhat

[dpdk-dev] [PATCH] net/liquidio: move to new offload API

2018-03-13 Thread Shijith Thotton
From: Shijith Thotton Make use of new offloads member instead of bit fields in port Rx conf. Signed-off-by: Shijith Thotton --- drivers/net/liquidio/lio_ethdev.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/liquidio/lio_ethdev.c b/drivers/net/liquidio/

Re: [dpdk-dev] [PATCH 1/4] vhost: move fdset functions from fd_man.c to fd_man.h

2018-03-13 Thread Yang, Zhiyong
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, March 13, 2018 5:43 PM > To: Yang, Zhiyong > Cc: Tan, Jianfeng ; Maxime Coquelin > ; dev@dpdk.org; y...@fridaylinux.org; Bie, > Tiwei ; Wang, Zhihong ; > Wang, Dong1 > Subject: Re: [PATCH 1/4] vho

Re: [dpdk-dev] [PATCH v3] app/testpmd: print Rx/Tx offload values

2018-03-13 Thread Ferruh Yigit
On 3/13/2018 9:24 AM, Van Haaren, Harry wrote: >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit >> Sent: Monday, March 12, 2018 5:53 PM >> To: Lu, Wenzhuo ; Wu, Jingjing >> Cc: dev@dpdk.org; Yigit, Ferruh ; Shahaf Shuler >> ; Yongseok Koh >> Subject: [dpdk-dev] [PATCH v3] app/

Re: [dpdk-dev] [PATCH v3] app/testpmd: print Rx/Tx offload values

2018-03-13 Thread Van Haaren, Harry
> -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, March 13, 2018 10:21 AM > To: Van Haaren, Harry ; Lu, Wenzhuo > ; Wu, Jingjing > Cc: dev@dpdk.org; Shahaf Shuler ; Yongseok Koh > > Subject: Re: [dpdk-dev] [PATCH v3] app/testpmd: print Rx/Tx offload values > > On 3/13/2018 9:24

[dpdk-dev] [PATCH] ethdev: support dynamic logging

2018-03-13 Thread Ferruh Yigit
Signed-off-by: Ferruh Yigit --- lib/librte_ether/rte_ethdev.c | 31 +++ 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c index 77628cc05..ef9bf102a 100644 --- a/lib/librte_ether/rte_ethdev.c ++

Re: [dpdk-dev] [PATCH] compressdev: implement API - mbuf alternative

2018-03-13 Thread Ananyev, Konstantin
Hi Fiona, > Hi Shally, Ahmed, and anyone else interested in compressdev, > > I mentioned last week that we've been exploring using something other than > mbufs to pass src/dst buffers to compressdev PMDs. > > Reasons: > - mbuf data is limited to 64k-1 in each segment of a chained mbuf. Data fo

[dpdk-dev] [PATCH] event/opdl: fix atomic queue race condition issue

2018-03-13 Thread Liang Ma
If application link one atomic queue to multiple ports, and each worker core update flow_id, there will have a chance to hit race condition issue and lead to double processing same event. This fix solve the problem and eliminate the race condition issue. Fixes: 4236ce9bf5bf ("event/opdl: add OPDL

Re: [dpdk-dev] [PATCH V5 2/2] net/tap: use new Rx offloads API

2018-03-13 Thread Ferruh Yigit
On 3/13/2018 7:08 AM, Shahaf Shuler wrote: > Monday, March 12, 2018 9:05 PM, Ferruh Yigit: >> On 3/12/2018 5:58 PM, Shahaf Shuler wrote: >>> Monday, March 12, 2018 7:00 PM, Ferruh Yigit: There are some devices supports queue level offloads and there are some devices supports port level of

Re: [dpdk-dev] [PATCH v2 2/5] lib/security: add ESN soft limit in conf

2018-03-13 Thread Akhil Goyal
Hi Anoob, Just a minor comment. On 3/1/2018 2:51 PM, Anoob Joseph wrote: Adding ESN soft limit in conf. This will be used in case of protocol offload. Per SA, application could specify for what ESN the security device need to notify application. In case of eth dev(inline protocol), rte_eth_event

Re: [dpdk-dev] [PATCH v2 4/5] examples/ipsec-secgw: handle ESN soft limit event

2018-03-13 Thread Akhil Goyal
Hi Anoob, On 3/1/2018 2:51 PM, Anoob Joseph wrote: For inline protocol processing, the PMD/device is required to maintain the ESN. But the application is required to monitor ESN overflow to initiate SA expiry. For such cases, application would set the ESN soft limit. An IPsec event would be rai

[dpdk-dev] [PATCH] net/bonding: switch to new offloading flags

2018-03-13 Thread Ferruh Yigit
Switch from using deprecated bitfields in rxmode to offloads variable. Signed-off-by: Ferruh Yigit --- drivers/net/bonding/rte_eth_bond_api.c | 3 ++- drivers/net/bonding/rte_eth_bond_pmd.c | 9 +++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/net/bonding/rte_eth_

[dpdk-dev] [PATCH 0/2] lib: move Netlink wrapper to lib

2018-03-13 Thread Nelio Laranjeiro
TAP PMD uses a wrapper to communicate with Netlink through a socket. This wrapper can be useful for other PMD which may need to communicate also with the Linux kernel via Netlink. This series moves this wrapper to the lib level to let any PMD implement use it when necessary. Nelio Laranjeiro (2)

[dpdk-dev] [PATCH 2/2] lib: add request Netlink messages

2018-03-13 Thread Nelio Laranjeiro
rte_nl_send() generate a message without request. In some situation, the drivers needs to retrieve information from the Kernel before requesting modifications. Cc: Pascal Mazon Signed-off-by: Nelio Laranjeiro --- lib/librte_netlink/rte_netlink.c | 45 ++

[dpdk-dev] [PATCH 1/2] lib: move Netlink code into a common library

2018-03-13 Thread Nelio Laranjeiro
Moves TAP PMD generic Netlink library into lib directory to let other PMD use Netlink to communicate with kernel. As this library uses a socket to communicate with Netlink it does not bring any dependency on the libnl. Cc: Pascal Mazon Signed-off-by: Nelio Laranjeiro --- MAINTAINERS

Re: [dpdk-dev] [PATCH] lib/cryptodev: pass rte driver to REGISTER macro

2018-03-13 Thread Akhil Goyal
On 3/9/2018 11:14 PM, Fiona Trahe wrote: Pass an rte_driver to the RTE_PMD_REGISTER_CRYPTO_DRIVER macro rather than an unspecified container which holds an rte_driver. All the macro actually needs is the rte_driver, not the container holding it. This paves the way for a later patch in which a dri

Re: [dpdk-dev] [PATCH] ethdev: support dynamic logging

2018-03-13 Thread Shreyansh Jain
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Tuesday, March 13, 2018 4:37 PM > To: Thomas Monjalon > Cc: dev@dpdk.org; Ferruh Yigit > Subject: [dpdk-dev] [PATCH] ethdev: support dynamic logging > > Signed-off-by: Ferruh Yigit > --- Re

Re: [dpdk-dev] [PATCH] net/mlx5: remove excessive data prefetch

2018-03-13 Thread Adrien Mazarguil
On Mon, Mar 12, 2018 at 10:05:45AM -0700, Yongseok Koh wrote: > In Enhanced Multi-Packet Send (eMPW), entire packet data is prefetched to > LLC if it isn't inlined. Even though this helps reducing jitter when HW > fetches data by DMA, this can thresh the LLC with evicting precious data. > And if th

[dpdk-dev] [PATCH 0/5] net/mlx5: use Netlink in VF mode

2018-03-13 Thread Nelio Laranjeiro
When MLX5 behaves in VF mode and the hypervisor have **trusted** this VF, to be able to receive specific traffic some requests must be done to configure the NIC. There is no API currently available to do it though Verbs, but there is in Linux side using Netlink. This patches uses the wrapper [1].

[dpdk-dev] [PATCH 2/5] net/mlx5: retrieve device index from Netlink

2018-03-13 Thread Nelio Laranjeiro
This patch new file is not compiled yet, it starts a series necessary to fix some issues with VF devices. Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_vf.c | 134 + 1 file changed, 134 insertions(+) create mode 100644 drivers/net/mlx5/mlx

[dpdk-dev] [PATCH 5/5] net/mlx5: add a parameter for Netlink support in VF

2018-03-13 Thread Nelio Laranjeiro
All Netlink request the PMD will do can also be done by a iproute2 command line interface, letting the operator configure the VF behavior without having to modify the application nor reaching PMD limits (e.g. MAC address number limit). Signed-off-by: Nelio Laranjeiro --- doc/guides/nics/mlx5.rst

[dpdk-dev] [PATCH 4/5] net/mlx5: use Netlink to enable promisc/allmulti

2018-03-13 Thread Nelio Laranjeiro
VF devices are not able to receive promisc or allmulti traffic unless it fully requests it though Netlink. This will cause the request to be processed by the PF which will handle the request and enable it. This requires the VF to be trusted by the PF. Signed-off-by: Nelio Laranjeiro --- driver

[dpdk-dev] [PATCH 3/5] net/mlx5: use Netlink to add/remove MAC addresses

2018-03-13 Thread Nelio Laranjeiro
VF devices are not able to receive traffic unless it fully requests it though Netlink. This will cause the request to be processed by the PF which will add/remove the MAC address to the VF table if the VF is trusted. Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/Makefile | 3 +- driv

[dpdk-dev] [PATCH 1/5] net/mlx5: add VF information in configuration

2018-03-13 Thread Nelio Laranjeiro
Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5.c | 10 ++ drivers/net/mlx5/mlx5.h | 1 + 2 files changed, 11 insertions(+) diff --git a/drivers/net/mlx5/mlx5.c b/drivers/net/mlx5/mlx5.c index 95dd49420..d5cc85d19 100644 --- a/drivers/net/mlx5/mlx5.c +++ b/drivers/net/mlx5/mlx

[dpdk-dev] [PATCH 0/5] Patches to get the information and data of EEPROM

2018-03-13 Thread Zijie Pan
Add APIs to read information from the DPDK applictions. It can be used to dump the EEPROM of plugin modules (SFP+, QSFP, etc.). Two APIs are introduced to access eeprom: - rte_eth_dev_get_module_info - rte_eth_dev_get_module_eeprom Applications based on DPDK can dump eeprom by calling those two A

[dpdk-dev] [PATCH 2/5] examples/ethtool: add a new command module-eeprom

2018-03-13 Thread Zijie Pan
Add a new command "module-eeprom" to get the data of plugin module EEPROM. Signed-off-by: Zijie Pan --- doc/guides/sample_app_ug/ethtool.rst |2 ++ examples/ethtool/ethtool-app/ethapp.c | 61 + examples/ethtool/lib/rte_ethtool.c| 30

[dpdk-dev] [PATCH 1/5] ethdev: add access to eeprom

2018-03-13 Thread Zijie Pan
add new APIs: - rte_eth_dev_get_module_info - rte_eth_dev_get_module_eeprom Signed-off-by: Zijie Pan --- doc/guides/nics/features.rst | 11 +++ lib/librte_ether/rte_dev_info.h| 18 ++ lib/librte_ether/rte_ethdev.c | 26 ++ lib/

[dpdk-dev] [PATCH 4/5] net/e1000: add module EEPROM callbacks for e1000

2018-03-13 Thread Zijie Pan
Add new callbacks for eth_dev_ops of e1000 to get the information and data of plugin module EEPROM. Signed-off-by: Zijie Pan --- drivers/net/e1000/base/e1000_phy.h |8 drivers/net/e1000/igb_ethdev.c | 83 2 files changed, 91 insertions(+) diff

[dpdk-dev] [PATCH 5/5] net/i40e: add module EEPROM callbacks for i40e

2018-03-13 Thread Zijie Pan
Add new callbacks for eth_dev_ops of i40e to get the information and data of plugin module eeprom. Signed-off-by: Zijie Pan --- drivers/net/i40e/i40e_ethdev.c | 141 1 file changed, 141 insertions(+) diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers

[dpdk-dev] [PATCH 3/5] net/ixgbe: add module EEPROM callbacks for ixgbe

2018-03-13 Thread Zijie Pan
Add new callbacks for eth_dev_ops of ixgbe to get the information and data of plugin module eeprom. Signed-off-by: Zijie Pan --- drivers/net/ixgbe/ixgbe_ethdev.c | 76 ++ 1 file changed, 76 insertions(+) diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drive

Re: [dpdk-dev] [PATCH v1 0/5] add framework to load and execute BPF code

2018-03-13 Thread Jerin Jacob
-Original Message- > Date: Fri, 9 Mar 2018 16:42:00 + > From: Konstantin Ananyev > To: dev@dpdk.org > CC: Konstantin Ananyev > Subject: [dpdk-dev] [PATCH v1 0/5] add framework to load and execute BPF > code > X-Mailer: git-send-email 1.7.0.7 Hi Konstantin, > > BPF is used quite in

Re: [dpdk-dev] [PATCH v1 1/5] bpf: add BPF loading and execution framework

2018-03-13 Thread Jerin Jacob
-Original Message- > Date: Fri, 9 Mar 2018 16:42:01 + > From: Konstantin Ananyev > To: dev@dpdk.org > CC: Konstantin Ananyev > Subject: [dpdk-dev] [PATCH v1 1/5] bpf: add BPF loading and execution > framework > X-Mailer: git-send-email 1.7.0.7 > > librte_bpf provides a framework to

Re: [dpdk-dev] [PATCH v1 3/5] bpf: introduce basic RX/TX BPF filters

2018-03-13 Thread Jerin Jacob
-Original Message- > Date: Fri, 9 Mar 2018 16:42:03 + > From: Konstantin Ananyev > To: dev@dpdk.org > CC: Konstantin Ananyev > Subject: [dpdk-dev] [PATCH v1 3/5] bpf: introduce basic RX/TX BPF filters > X-Mailer: git-send-email 1.7.0.7 > > Introduce API to install BPF based filters o

Re: [dpdk-dev] [PATCH 1/2] lib: move Netlink code into a common library

2018-03-13 Thread Bruce Richardson
On Tue, Mar 13, 2018 at 01:28:26PM +0100, Nelio Laranjeiro wrote: > Moves TAP PMD generic Netlink library into lib directory to let other PMD > use Netlink to communicate with kernel. > > As this library uses a socket to communicate with Netlink it does not bring > any dependency on the libnl. >

Re: [dpdk-dev] [RFC PATCH 5/5] test: add few eBPF samples

2018-03-13 Thread Jerin Jacob
-Original Message- > Date: Thu, 8 Mar 2018 01:30:02 + > From: Konstantin Ananyev > To: dev@dpdk.org > CC: Konstantin Ananyev > Subject: [dpdk-dev] [RFC PATCH 5/5] test: add few eBPF samples > X-Mailer: git-send-email 1.7.0.7 > > Add few simple eBPF programs as an example. > > Signed

Re: [dpdk-dev] [PATCH v2] event/sw: perform partial burst enqueues

2018-03-13 Thread Van Haaren, Harry
> From: Eads, Gage > Sent: Monday, March 12, 2018 2:55 PM > To: dev@dpdk.org > Cc: jerin.ja...@caviumnetworks.com; Van Haaren, Harry > > Subject: [PATCH v2] event/sw: perform partial burst enqueues > > Previously, the sw PMD would enqueue either all or no events, depending on > if enough inflight

Re: [dpdk-dev] Question on AESNI PMD

2018-03-13 Thread Luse, Paul E
Any thoughts on this? Thanks, Paul -Original Message- From: Thomas Monjalon [mailto:tho...@monjalon.net] Sent: Friday, March 9, 2018 3:36 PM To: Luse, Paul E Cc: dev@dpdk.org; De Lara Guarch, Pablo ; Doherty, Declan Subject: Re: [dpdk-dev] Question on AESNI PMD Cc Declan and Pablo, t

[dpdk-dev] [PATCH 0/4] net/mlx5: multiple fix and improvements in flows

2018-03-13 Thread Nelio Laranjeiro
This series apply on top of [1] Changes in v2: - rebase on top of series [2] which drops priv locks. [1] https://dpdk.org/dev/patchwork/patch/36058/ [2] https://dpdk.org/dev/patchwork/patch/35650/ Nelio Laranjeiro (4): net/mlx5: change tunnel flow priority net/mlx5: fix flow single queue

[dpdk-dev] [PATCH 2/4] net/mlx5: fix flow single queue

2018-03-13 Thread Nelio Laranjeiro
The flow is created with any steering being applied in the NIC when the device is handling a single Rx queue. Fixes: cede123a158f ("net/mlx5: fix flow creation with a single target queue") Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") Cc: sta...@dpdk.org Signed-off-b

[dpdk-dev] [PATCH 1/4] net/mlx5: change tunnel flow priority

2018-03-13 Thread Nelio Laranjeiro
Packet matching inner and outer flow rules are caught by the first one added in the device as both flows are configured with the same priority. To avoid such situation, the inner flow can have an higher priority than the outer ones as their pattern matching will otherwise collide. Signed-off-by: N

[dpdk-dev] [PATCH 3/4] net/mlx5: improve flow error explanation

2018-03-13 Thread Nelio Laranjeiro
Fill the error context in conversion function to provide a better reason on why it cannot be done to the user. Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 72 1 file changed, 40 insertions(+), 32 deletions(-) diff --git a/drive

[dpdk-dev] [PATCH 4/4] net/mlx5: refuse empty VLAN flow specification

2018-03-13 Thread Nelio Laranjeiro
Verbs specification does help to distinguish between packets having an VLAN and those which do not have, this ends by having flow rule which does not react as the user expects e.g. flow create 0 ingress pattern eth / vlan / end action queue index 0 / end flow create 0 ingress pattern eth / end a

Re: [dpdk-dev] [PATCH v2] doc: update mlx4 flow limitations

2018-03-13 Thread Adrien Mazarguil
On Sat, Feb 24, 2018 at 10:36:23PM +, Ophir Munk wrote: > This patch updates mlx4 documentation with flow > configuration limitations imposed by NIC hardware and > PMD implementation > > Signed-off-by: Moti Haimovsky > Signed-off-by: Ophir Munk > --- > v1: initial version (use testpmd exampl

Re: [dpdk-dev] [PATCH 3/5] net/ixgbe: add module EEPROM callbacks for ixgbe

2018-03-13 Thread Remy Horton
On 12/03/2018 04:17, Zijie Pan wrote: [..] Signed-off-by: Zijie Pan --- drivers/net/ixgbe/ixgbe_ethdev.c | 76 ++ 1 file changed, 76 insertions(+) Reviewed-by: Remy Horton + if (addr_mode & IXGBE_SFF_ADDRESSING_MODE) { + PMD_DRV_L

Re: [dpdk-dev] [PATCH 2/5] examples/ethtool: add a new command module-eeprom

2018-03-13 Thread Remy Horton
Comments inline. On the whole looks good to me. On 12/03/2018 04:17, Zijie Pan wrote: [..] Signed-off-by: Zijie Pan --- doc/guides/sample_app_ug/ethtool.rst |2 ++ examples/ethtool/ethtool-app/ethapp.c | 61 + examples/ethtool/lib/rte_ethtool.c| 30

Re: [dpdk-dev] [PATCH 1/5] ethdev: add access to eeprom

2018-03-13 Thread Remy Horton
On 12/03/2018 04:17, Zijie Pan wrote: [..] Signed-off-by: Zijie Pan --- doc/guides/nics/features.rst | 11 +++ lib/librte_ether/rte_dev_info.h| 18 ++ lib/librte_ether/rte_ethdev.c | 26 ++ lib/librte_ether/rte_ethdev.h

Re: [dpdk-dev] kni: continuous memory restriction ?

2018-03-13 Thread Ferruh Yigit
On 3/9/2018 12:14 PM, cys wrote: > Commit 8451269e6d7ba7501723fe2efd0 said "remove continuous memory > restriction"; > http://dpdk.org/browse/dpdk/commit/lib/librte_eal/linuxapp/kni/kni_net.c?id=8451269e6d7ba7501723fe2efd05745010295bac > For chained mbufs(nb_segs > 1), function va2pa use the offse

Re: [dpdk-dev] [PATCH 1/2] lib: move Netlink code into a common library

2018-03-13 Thread NĂ©lio Laranjeiro
On Tue, Mar 13, 2018 at 01:58:28PM +, Bruce Richardson wrote: > On Tue, Mar 13, 2018 at 01:28:26PM +0100, Nelio Laranjeiro wrote: > > Moves TAP PMD generic Netlink library into lib directory to let other PMD > > use Netlink to communicate with kernel. > > > > As this library uses a socket to c

Re: [dpdk-dev] [PATCH 0/5] Patches to get the information and data of EEPROM

2018-03-13 Thread Remy Horton
On 12/03/2018 04:17, Zijie Pan wrote: Add APIs to read information from the DPDK applictions. It can be used to dump the EEPROM of plugin modules (SFP+, QSFP, etc.). Quite a few checkpatch warnings regarding long lines, but did a quick test with ixgbe and on the whole it looks good to me. CC

Re: [dpdk-dev] [PATCH 1/2] net/vmxnet3: set the queue shared buffer at start

2018-03-13 Thread Ferruh Yigit
On 3/12/2018 5:45 PM, Shrikrishna Khare wrote: > > > On Wed, 17 Jan 2018, Chas Williams wrote: > >> From: "Charles (Chas) Williams" >> >> If a reconfiguration happens, queuedesc is reallocated. Any queues that >> are preserved point to the previous queuedesc since the queues are only >> config

Re: [dpdk-dev] [PATCH] compressdev: implement API - mbuf alternative

2018-03-13 Thread Trahe, Fiona
Hi Shally, > -Original Message- > From: Verma, Shally [mailto:shally.ve...@cavium.com] > Sent: Tuesday, March 13, 2018 8:15 AM > To: Trahe, Fiona ; Ahmed Mansour > ; dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Athreya, Narayana > Prasad > ; Gupta, Ashish ; > Sahu, Sunila > ; Challa, Mahi

Re: [dpdk-dev] [PATCH v1 0/5] add framework to load and execute BPF code

2018-03-13 Thread Ananyev, Konstantin
Hi Jerin, > > Hi Konstantin, > > > > > BPF is used quite intensively inside Linux (and BSD) kernels > > for various different purposes and proved to be extremely useful. > > > > BPF inside DPDK might also be used in a lot of places > > for a lot of similar things. > > As an example to: > > - pa

[dpdk-dev] [PATCH v6 2/6] eal: abstract away IPC socket path generation

2018-03-13 Thread Anatoly Burakov
Signed-off-by: Anatoly Burakov Acked-by: Jianfeng Tan --- Notes: v5: remove lock files, leaving only socket paths code v4: replace lock files with init files lib/librte_eal/common/eal_common_proc.c | 48 - 1 file changed, 23 insertions(+), 25 deleti

[dpdk-dev] [PATCH v6 3/6] eal: don't hardcode socket filter value in IPC

2018-03-13 Thread Anatoly Burakov
Currently, filter value is hardcoded and disconnected from actual value returned by eal_mp_socket_path(). Fix this to generate filter value by deriving it from eal_mp_socket_path() instead. Signed-off-by: Anatoly Burakov Acked-by: Jianfeng Tan --- Notes: v5: removed init files v4:

[dpdk-dev] [PATCH v6 0/6] Improvements for DPDK IPC

2018-03-13 Thread Anatoly Burakov
This is an assortment of loosely related improvements to IPC, mostly related to handling corner cases and avoiding race conditions. Main addition is an attempt to avoid undefined behavior when receiving messages while secondary process is initializing. It is assumed that once callback is registere

[dpdk-dev] [PATCH v6 4/6] eal: lock IPC directory on init and send

2018-03-13 Thread Anatoly Burakov
When sending IPC messages, prevent new sockets from initializing. Signed-off-by: Anatoly Burakov Acked-by: Jianfeng Tan --- Notes: v5: removed init files introduced in v4 v4: fixed resource leaks and added support for init files introduced in v4 series lib/librte_eal/comm

[dpdk-dev] [PATCH v6 1/6] eal: add internal flag indicating init has completed

2018-03-13 Thread Anatoly Burakov
Currently, primary process initialization is finalized by setting the RTE_MAGIC value in the shared config. However, it is not possible to check whether secondary process initialization has completed. Add such a value to internal config. Signed-off-by: Anatoly Burakov --- Notes: v4: make ini

[dpdk-dev] [PATCH v6 5/6] eal: simplify IPC sync request timeout code

2018-03-13 Thread Anatoly Burakov
Signed-off-by: Anatoly Burakov Acked-by: Jianfeng Tan --- Notes: v4: add this patch lib/librte_eal/common/eal_common_proc.c | 18 -- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/lib/librte_eal/common/eal_common_proc.c b/lib/librte_eal/common/eal_common_pr

[dpdk-dev] [PATCH v6 6/6] eal: ignore messages until init is complete

2018-03-13 Thread Anatoly Burakov
If we receive messages that don't have a callback registered for them, and we haven't finished initialization yet, it can be reasonably inferred that we shouldn't have gotten the message in the first place. Therefore, send requester a special message telling them to ignore response to this request,

[dpdk-dev] [PATCH v4] eal: add asynchronous request API to DPDK IPC

2018-03-13 Thread Anatoly Burakov
This API is similar to the blocking API that is already present, but reply will be received in a separate callback by the caller. Under the hood, we create a separate thread to deal with replies to asynchronous requests, that will just wait to be notified by the main thread, or woken up on a timer

Re: [dpdk-dev] [PATCH v1 1/5] bpf: add BPF loading and execution framework

2018-03-13 Thread Ananyev, Konstantin
> > diff --git a/lib/librte_bpf/bpf.c b/lib/librte_bpf/bpf.c > > new file mode 100644 > > index 0..4727d2251 > > --- /dev/null > > +++ b/lib/librte_bpf/bpf.c > > @@ -0,0 +1,48 @@ > > +/* SPDX-License-Identifier: BSD-3-Clause > > + * Copyright(c) 2018 Intel Corporation > > + */ > > + > > +

[dpdk-dev] [PATCH] drivers/net: update link status

2018-03-13 Thread Ferruh Yigit
Update link status related feature document items and minor updates in some link status related functions. Signed-off-by: Ferruh Yigit --- doc/guides/nics/features/fm10k.ini | 2 ++ doc/guides/nics/features/fm10k_vf.ini | 2 ++ doc/guides/nics/features/i40e_vf.ini| 1 + doc/guides/nic

Re: [dpdk-dev] [PATCH v1 3/5] bpf: introduce basic RX/TX BPF filters

2018-03-13 Thread Ananyev, Konstantin
> > -Original Message- > > Date: Fri, 9 Mar 2018 16:42:03 + > > From: Konstantin Ananyev > > To: dev@dpdk.org > > CC: Konstantin Ananyev > > Subject: [dpdk-dev] [PATCH v1 3/5] bpf: introduce basic RX/TX BPF filters > > X-Mailer: git-send-email 1.7.0.7 > > > > Introduce API to insta

Re: [dpdk-dev] [RFC PATCH 5/5] test: add few eBPF samples

2018-03-13 Thread Ananyev, Konstantin
> > > > Add few simple eBPF programs as an example. > > > > Signed-off-by: Konstantin Ananyev > > diff --git a/test/bpf/mbuf.h b/test/bpf/mbuf.h > > new file mode 100644 > > index 0..aeef6339d > > --- /dev/null > > +++ b/test/bpf/mbuf.h > > @@ -0,0 +1,556 @@ > > +/* SPDX-License-Identifi

Re: [dpdk-dev] Question on AESNI PMD

2018-03-13 Thread De Lara Guarch, Pablo
Hi Paul, Apologies for the delay. Answers inline. > -Original Message- > From: Luse, Paul E > Sent: Tuesday, March 13, 2018 2:16 PM > To: Thomas Monjalon > Cc: dev@dpdk.org; De Lara Guarch, Pablo > ; Doherty, Declan > > Subject: RE: [dpdk-dev] Question on AESNI PMD > > Any thoughts on

Re: [dpdk-dev] Question on AESNI PMD

2018-03-13 Thread Luse, Paul E
Hi Pablo, Thanks for the reply. Wrt your question " Do you mean src and dst using different containers (non mbufs), or using mbufs which data is pointing at another location?" optimally, for storage use cases, something other than m_bufs would be great as right now I only use the buf_addr and u

Re: [dpdk-dev] [PATCH v6 1/6] eal: add internal flag indicating init has completed

2018-03-13 Thread Bruce Richardson
On Tue, Mar 13, 2018 at 05:42:35PM +, Anatoly Burakov wrote: > Currently, primary process initialization is finalized by setting > the RTE_MAGIC value in the shared config. However, it is not > possible to check whether secondary process initialization has > completed. Add such a value to inter

Re: [dpdk-dev] [PATCH 0/2] lib: move Netlink wrapper to lib

2018-03-13 Thread Stephen Hemminger
On Tue, 13 Mar 2018 13:28:25 +0100 Nelio Laranjeiro wrote: > TAP PMD uses a wrapper to communicate with Netlink through a socket. This > wrapper can be useful for other PMD which may need to communicate also with > the Linux kernel via Netlink. > > This series moves this wrapper to the lib leve

Re: [dpdk-dev] [PATCH v2 2/3] net/mlx5: fix link status behavior

2018-03-13 Thread Yongseok Koh
On Mon, Mar 12, 2018 at 02:43:18PM +0100, Nelio Laranjeiro wrote: > This behavior is mixed between what should be handled by the application > and what is under PMD responsibility. > > According to DPDK API: > - link_update() should only query the link status [1] > - link_set_{up,down}() should on

Re: [dpdk-dev] [dpdk-stable] [PATCH] eal/ppc: fix rte_smp_mb for a compilation error with else clause

2018-03-13 Thread Thomas Monjalon
> > This patch fixes the compilation problem with rte_smp_mb, when there is > else > > clause following it, as in test_barrier.c. > > > > Fixes: 05c3fd7110 ("eal/ppc: atomic operations for IBM Power") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Gowrishankar Muthukrishnan > > > > --- > Acked-b

Re: [dpdk-dev] [dpdk-stable] [PATCH v2 2/2] mk: fix the build dependency structure for dpaaX

2018-03-13 Thread Thomas Monjalon
23/02/2018 10:58, Hemant Agrawal: > This patch fixes the build dependency of various > dpaaX components, when the dpaa or fslmc bus is disabled, > or VFIO is disabled. > > Fixes: 1ee9569576f6 ("config: enable dpaaX drivers for generic ARMv8") > Cc: sta...@dpdk.org > > Reported-by: Yongseok Koh

Re: [dpdk-dev] kni: continuous memory restriction ?

2018-03-13 Thread cys
Thanks for your reply. With your solution a), I guess 'single mempool' mean a mempool fit in one memseg (continuous memory). What about a mempool across many memsegs ? I'm afraid it's still not safe. Just like this one: -- MEMPOOL mempool @0x7ff9e4833d00 flags=10

Re: [dpdk-dev] [PATCH v3 03/10] net/enic: heed the requested max Rx packet size

2018-03-13 Thread Ferruh Yigit
On 3/10/2018 12:37 AM, Hyong Youb Kim wrote: > On Fri, Mar 09, 2018 at 03:57:46PM +, Ferruh Yigit wrote: >> On 3/9/2018 3:51 PM, Ananyev, Konstantin wrote: > [...] Is this work based on an application that uses max_rx_pkt_len and to make PMD compatible with that application? If

Re: [dpdk-dev] [RESEND v2 4/7] event/dpaa2: change to dynamic logging

2018-03-13 Thread Nipun Gupta
> -Original Message- > From: Shreyansh Jain > Sent: Tuesday, March 13, 2018 11:14 > To: ferruh.yi...@intel.com > Cc: dev@dpdk.org; Hemant Agrawal ; Nipun Gupta > ; Akhil Goyal ; Shreyansh Jain > > Subject: [RESEND v2 4/7] event/dpaa2: change to dynamic logging > > Some changes had alrea

Re: [dpdk-dev] [PATCH v2 2/5] lib/security: add ESN soft limit in conf

2018-03-13 Thread Anoob Joseph
Hi Akhil, Will revise the patch with the mentioned change. Thanks, Anoob On 13/03/18 17:49, Akhil Goyal wrote: Hi Anoob, Just a minor comment. On 3/1/2018 2:51 PM, Anoob Joseph wrote: Adding ESN soft limit in conf. This will be used in case of protocol offload. Per SA, application could spec

Re: [dpdk-dev] [PATCH V5 2/2] net/tap: use new Rx offloads API

2018-03-13 Thread Shahaf Shuler
Tuesday, March 13, 2018 1:57 PM, Ferruh Yigit: > > > > Again - the application should follow the API which currently dictates how > to set port offload. It is not depends on the rx_queue_offloads capabilities. > > For example, PMD which don't support queue offloads can still have > verification for

Re: [dpdk-dev] [PATCH v2 4/5] examples/ipsec-secgw: handle ESN soft limit event

2018-03-13 Thread Anoob Joseph
Hi Akhil, Please see inline. Thanks, Anoob On 13/03/18 17:54, Akhil Goyal wrote: Hi Anoob, On 3/1/2018 2:51 PM, Anoob Joseph wrote: For inline protocol processing, the PMD/device is required to maintain the ESN. But the application is required to monitor ESN overflow to initiate SA expiry.