Re: [dpdk-dev] [PATCH] net/sfc: cut non VLAN ID bits from TCI

2018-07-07 Thread Andrew Rybchenko
On 05.07.2018 22:23, Adrien Mazarguil wrote: On Thu, Jul 05, 2018 at 01:14:49PM +0200, Adrien Mazarguil wrote: On Fri, Jun 29, 2018 at 04:23:31PM +0100, Andrew Rybchenko wrote: TCI may contain PCP or DEI bits. Matching of these bits is not supported, but the bits still may be set in specificati

Re: [dpdk-dev] [PATCH v3 2/6] ethdev: add function for checking IOVAs by a device

2018-07-07 Thread Andrew Rybchenko
On 04.07.2018 15:53, Alejandro Lucero wrote: A PMD should invoke this function for checking memsegs iovas are within the supported range by the device. Signed-off-by: Alejandro Lucero --- lib/librte_ether/rte_ethdev.h | 13 + lib/librte_ether/rte_ethdev_version.map | 1

Re: [dpdk-dev] [PATCH] ethdev: document xstats API assumption

2018-07-07 Thread Andrew Rybchenko
On 28.06.2018 17:16, Ferruh Yigit wrote: Documents the assumption that 'xstats[i].id == i' and key=xstats_names[i].name, value=xstats[i].value xstats[i].id is still used for xstats _by_id() APIs. This patch reverts some part of the commit 6d52d1d4afb4 ("ethdev: clarify extended statistics docum

Re: [dpdk-dev] Compilation of MLX5 driver

2018-07-07 Thread Asaf Sinai
Hi Shahaf, Thanks for the useful information! -Original Message- From: Shahaf Shuler [mailto:shah...@mellanox.com] Sent: Tuesday, July 3, 2018 02:16 PM To: Asaf Sinai Cc: dev@dpdk.org; Nitin Katiyar ; NĂ©lio Laranjeiro Subject: RE: [dpdk-dev] Compilation of MLX5 driver Tuesday, July 3

[dpdk-dev] [PATCH] net/bnx2x: move SPDX tags to source files

2018-07-07 Thread Rasesh Mody
We were using LICENSE.bnx2x_pmd to reference inclusion of SPDX licensing tag from all the source file. Remove the LICENSE.bnx2x_pmd file and directly include SPDX tags in source files. Signed-off-by: Rasesh Mody --- drivers/net/bnx2x/LICENSE.bnx2x_pmd |3 --- drivers/net/bnx2x/Makefile

[dpdk-dev] [PATCH] net/qede: move SPDX tags to source files

2018-07-07 Thread Rasesh Mody
We were using LICENSE.qede_pmd to reference inclusion of SPDX licensing tag from all the source file. Remove the LICENSE.qede_pmd file and directly include SPDX tags in source files. Signed-off-by: Rasesh Mody --- drivers/net/qede/LICENSE.qede_pmd |3 --- drivers/net/qede/Makefil

[dpdk-dev] expectation from rte_eth_dev_stop(start)

2018-07-07 Thread Shahaf Shuler
Hi ethdev maintainers, I am looking for the exact expectation from the PMD upon a call for rte_eth_dev_stop. The doc is a bit lacking[1]. Assuming stop should do the opposite of start[2], Does it mean after call to dev_stop the DPDK port should no longer receive traffic? What should be the lin