Hi Pavan,
> -Original Message-
> From: dev On Behalf Of Pavan Nikhilesh Bhagavatula
> Sent: Wednesday, January 9, 2019 6:40 PM
> To: jer...@marvell.com; Gavin Hu (Arm Technology China)
> ; bruce.richard...@intel.com; tho...@monjalon.net
> Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula
> S
Hi Phil,
On Tue, 2019-02-12 at 08:06 +, Phil Yang (Arm Technology China)
wrote:
> External Email
>
> ---
> ---
> Hi Pavan,
>
> > -Original Message-
> > From: dev On Behalf Of Pavan Nikhilesh
> > Bhagavatula
> > Sent: We
Hi Jerin/Pavan,
> -Original Message-
> From: dev On Behalf Of Pavan Nikhilesh Bhagavatula
> Sent: Wednesday, January 9, 2019 6:40 PM
> To: jer...@marvell.com; Gavin Hu (Arm Technology China)
> ; bruce.richard...@intel.com; tho...@monjalon.net
> Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatul
17/01/2019 18:30, Bruce Richardson:
> Add the strlcat function to DPDK to exist alongside the strlcpy one.
> While strncat is generally safe for use for concatenation, the API for the
> strlcat function is perhaps a little nicer to use, and supports truncation
> detection.
>
> See commit 5364de644
From: Georgina Sheehan
This allows the application to change the DSCP value of incoming packets
Signed-off-by: Georgina Sheehan
---
lib/librte_pipeline/rte_table_action.c | 133 +
lib/librte_pipeline/rte_table_action.h | 20
2 files changed, 153 insertions(+)
dif
From: Georgina Sheehan
This allows the application to change the DSCP value of incoming packets
Signed-off-by: Georgina Sheehan
---
drivers/net/softnic/rte_eth_softnic_action.c | 14
drivers/net/softnic/rte_eth_softnic_cli.c | 34 +++
.../net/softnic/rte_eth_softn
From: Georgina Sheehan
This allows the application to change the DSCP value of incoming packets
Signed-off-by: Georgina Sheehan
---
examples/ip_pipeline/action.c | 11 +++
examples/ip_pipeline/action.h | 1 +
examples/ip_pipeline/cli.c | 52 -
exam
29/01/2019 11:10, Vipin Varghese:
> +Meson system
> +
What do you think about adding "Makefile system" title for previous section?
We could also add an introduction explaining that both systems must be tested.
> +
> +Compilation of patches is to be tested with
> ``devtools/test-meson
On 2/11/2019 6:38 PM, Rami Rosen wrote:
> This patch fixes a broken build; when running
> make test
> we get the following error:
> ...
> Traceback (most recent call last):
> File "/work/src/dpdk-19.02/test/test/autotest.py", line 49, in
> num_fails = runner.run_all_tests()
> File "/work/s
On Tue, Feb 12, 2019 at 10:36 AM Ferruh Yigit
wrote:
> Good catch! But it seems 19.02 released autotest broken, so this needs to
> be
> backported to 19.02:
>
> Cc: sta...@dpdk.org
>
>
> Thomas,
> What do you think adding autotest into DPDK community lab testing? I will
> bring
> the the suggesti
>-Original Message-
>From: Arek Kusztal
>Sent: 08 February 2019 16:44
>To: dev@dpdk.org
>Cc: akhil.go...@nxp.com; fiona.tr...@intel.com;
>shally.ve...@caviumnetworks.com; Arek Kusztal
>Subject: [PATCH v2 1/3] cryptodev: add result field to mod exp and inverse
>operations
>
>External
>-Original Message-
>From: Arek Kusztal
>Sent: 08 February 2019 16:44
>To: dev@dpdk.org
>Cc: akhil.go...@nxp.com; fiona.tr...@intel.com;
>shally.ve...@caviumnetworks.com; Arek Kusztal
>Subject: [PATCH v2 3/3] test: add result field to mod exp and mod inv
>
>External Email
>
>This patc
>-Original Message-
>From: dev On Behalf Of Arek Kusztal
>Sent: 07 February 2019 16:25
>To: dev@dpdk.org
>Cc: akhil.go...@nxp.com; fiona.tr...@intel.com;
>shally.ve...@caviumnetworks.com; sunila.s...@caviumnetworks.com;
>ashish.gu...@caviumnetworks.com; Arek Kusztal
>Subject: [dpdk-de
Hi Shally, Ayuj
Answers with [AK]
> -Original Message-
> From: Shally Verma [mailto:shal...@marvell.com]
> Sent: Tuesday, February 12, 2019 6:27 AM
> To: Kusztal, ArkadiuszX ; Ayuj Verma
> ; Trahe, Fiona
> Cc: akhil.go...@nxp.com; Kanaka Durga Kotamarthy
> ; Sunila Sahu ;
> dev@dpdk.org
06/02/2019 18:08, Luca Boccassi:
> Whenever possible (if the library ships a pkg-config file) use meson's
> dependency() function to look for it, as it will automatically add it
> to the Requires.private list if needed, to allow for static builds to
> succeed for reverse dependencies of DPDK. Other
Hi Arek
>-Original Message-
>From: Kusztal, ArkadiuszX
>Sent: 12 February 2019 16:42
>To: Shally Verma ; Ayuj Verma ;
>Trahe, Fiona
>Cc: akhil.go...@nxp.com; Kanaka Durga Kotamarthy ;
>Sunila Sahu ;
>dev@dpdk.org
>Subject: RE: [PATCH 0/3] adding op-type crt sign and decrypt
>
>Hi Shall
12/02/2019 10:36, Ferruh Yigit:
> On 2/11/2019 6:38 PM, Rami Rosen wrote:
> > This patch fixes a broken build; when running
> > make test
> > we get the following error:
> > ...
> > Traceback (most recent call last):
> > File "/work/src/dpdk-19.02/test/test/autotest.py", line 49, in
> > num_
On Tue, Feb 12, 2019 at 12:15:43PM +0100, Thomas Monjalon wrote:
> 06/02/2019 18:08, Luca Boccassi:
> > Whenever possible (if the library ships a pkg-config file) use meson's
> > dependency() function to look for it, as it will automatically add it
> > to the Requires.private list if needed, to all
12/02/2019 12:31, Bruce Richardson:
> On Tue, Feb 12, 2019 at 12:15:43PM +0100, Thomas Monjalon wrote:
> > 06/02/2019 18:08, Luca Boccassi:
> > > Whenever possible (if the library ships a pkg-config file) use meson's
> > > dependency() function to look for it, as it will automatically add it
> > >
> -Original Message-
> From: Shally Verma [mailto:shal...@marvell.com]
> Sent: Tuesday, February 12, 2019 12:19 PM
> To: Kusztal, ArkadiuszX ; Ayuj Verma
> ; Trahe, Fiona
> Cc: akhil.go...@nxp.com; Kanaka Durga Kotamarthy
> ; Sunila Sahu ;
> dev@dpdk.org
> Subject: RE: [PATCH 0/3] addin
On Tue, Feb 12, 2019 at 12:36:17PM +0100, Thomas Monjalon wrote:
> 12/02/2019 12:31, Bruce Richardson:
> > On Tue, Feb 12, 2019 at 12:15:43PM +0100, Thomas Monjalon wrote:
> > > 06/02/2019 18:08, Luca Boccassi:
> > > > Whenever possible (if the library ships a pkg-config file) use meson's
> > > > d
11/02/2019 19:52, 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
Applied, thanks
From: Georgina Sheehan
This allows the application to change the DSCP value of incoming packets
v2: Added in call of function parse_table_action_dscp in softnic cli file
Signed-off-by: Georgina Sheehan
---
lib/librte_pipeline/rte_table_action.c | 133 +
lib/librte_pipe
From: Georgina Sheehan
This allows the application to change the DSCP value of incoming packets
v2: Added in call of function parse_table_action_dscp in softnic cli file
Signed-off-by: Georgina Sheehan
---
drivers/net/softnic/rte_eth_softnic_action.c | 14 ++
drivers/net/softnic/rte_eth_
From: Georgina Sheehan
This allows the application to change the DSCP value of incoming packets
v2: Added in call of function parse_table_action_dscp in softnic cli file
Signed-off-by: Georgina Sheehan
---
examples/ip_pipeline/action.c | 11 +++
examples/ip_pipeline/action.h | 1 +
e
12/02/2019 12:43, Bruce Richardson:
> On Tue, Feb 12, 2019 at 12:36:17PM +0100, Thomas Monjalon wrote:
> > 12/02/2019 12:31, Bruce Richardson:
> > > On Tue, Feb 12, 2019 at 12:15:43PM +0100, Thomas Monjalon wrote:
> > > > 06/02/2019 18:08, Luca Boccassi:
> > > > > Whenever possible (if the library
On Tue, Feb 12, 2019 at 03:47:56PM +0100, Thomas Monjalon wrote:
> 12/02/2019 12:43, Bruce Richardson:
> > On Tue, Feb 12, 2019 at 12:36:17PM +0100, Thomas Monjalon wrote:
> > > 12/02/2019 12:31, Bruce Richardson:
> > > > On Tue, Feb 12, 2019 at 12:15:43PM +0100, Thomas Monjalon wrote:
> > > > > 06
12/02/2019 16:03, Bruce Richardson:
> On Tue, Feb 12, 2019 at 03:47:56PM +0100, Thomas Monjalon wrote:
> > 12/02/2019 12:43, Bruce Richardson:
> > > On Tue, Feb 12, 2019 at 12:36:17PM +0100, Thomas Monjalon wrote:
> > > > 12/02/2019 12:31, Bruce Richardson:
> > > > > On Tue, Feb 12, 2019 at 12:15:4
Hello,
Following are the features we are working on for 19.05 release:
1) Complete RCU library implementation
2) Enable relaxed memory ordering in spinlock
3) Enable relaxed memory ordering in Reader-Writer lock
4) Enable lock free extended bucket in rte_hash library
5) Introduce ticket-lo
On Tue, Jan 15, 2019 at 08:55:50AM +, Shahaf Shuler wrote:
> Tuesday, January 15, 2019 10:29 AM, Ilya Maximets:
> > Subject: Re: [dpdk-dev] [PATCH v2] net/virtio: add platform memory
> > ordering feature support
> >
> > On 15.01.2019 9:33, Shahaf Shuler wrote:
> > > Thursday, January 10, 2019
On 2/12/2019 11:24 AM, Thomas Monjalon wrote:
> 12/02/2019 10:36, Ferruh Yigit:
>> On 2/11/2019 6:38 PM, Rami Rosen wrote:
>>> This patch fixes a broken build; when running
>>> make test
>>> we get the following error:
>>> ...
>>> Traceback (most recent call last):
>>> File "/work/src/dpdk-19.02/
Set RTE_PCI_DRV_IOVA_AS_VA in drv_flags: this allows initializing bnxt
PMD as non-root also on Linux v4.x, where /proc/self/pagemap can't be
acccessed without CAP_SYS_ADMIN privileges.
Cc: sta...@dpdk.org
Signed-off-by: Davide Caratti
---
drivers/net/bnxt/bnxt_ethdev.c | 2 +-
1 file changed, 1
On Tue, Feb 12, 2019 at 10:30 AM Davide Caratti wrote:
> Set RTE_PCI_DRV_IOVA_AS_VA in drv_flags: this allows initializing bnxt
> PMD as non-root also on Linux v4.x, where /proc/self/pagemap can't be
> acccessed without CAP_SYS_ADMIN privileges.
>
> Cc: sta...@dpdk.org
> Signed-off-by: Davide Car
When using the "make" system which allows a huge number of
build combinations, some options were not tested with
the script test-build.sh.
Thomas Monjalon (4):
mk: fix build of shared library with libbsd
devtools: add libelf dependency to build test
devtools: test build of zlib PMD
devtoo
The option CONFIG_RTE_LIBRTE_BPF_ELF was never enabled
with test-build.sh.
It is fixed with the environment variable DPDK_DEP_ELF.
Fixes: 5dba93ae5f2d ("bpf: add ability to load eBPF program from ELF object
file")
Cc: konstantin.anan...@intel.com
Cc: sta...@dpdk.org
Signed-off-by: Thomas Monjalo
When building DPDK with "make" and options
CONFIG_RTE_USE_LIBBSD=y
and
CONFIG_RTE_BUILD_SHARED_LIB=y
libbsd was not linked, resulting in compilation errors:
undefined reference to `strlcpy'
The link option -lbsd is added in a common place for both
Linux apps and libs.
It is
The PMD zlib was not enabled in devtools/test-build.sh.
It is fixed by using the environment variable DPDK_DEP_ZLIB.
Fixes: 0c4e4c16b004 ("compress/zlib: introduce zlib PMD")
Cc: ashish.gu...@caviumnetworks.com
Cc: sta...@dpdk.org
Signed-off-by: Thomas Monjalon
---
devtools/test-build.sh | 2 ++
CONFIG_RTE_LIBRTE_PMD_ISAL was not tested because of a typo.
CONFIG_RTE_LIBRTE_PMD_QAT_SYM was not tested since it has been
introduced and made CONFIG_RTE_LIBRTE_PMD_QAT enabled by default.
While at it, DPDK_DEP_JSON is now checked for "y",
as other DPDK_DEP_* variables, instead of non-empty.
Fi
From: Yunjian Wang
The nic's interrupt source has some active handler, when the
port remove. We should cancel the delay handler before remove
dev to prevent executing the delay handler.
Call Trace:
#0 ixgbe_disable_intr (hw=0x0, hw=0x0)
at /usr/src/debug/dpdk-18.11/drivers/net/ixgbe/ixg
> -Original Message-
> From: Lu, Wenzhuo
> Sent: Friday, February 1, 2019 9:36 AM
> To: Zhang, Qi Z ; Yang, Qiming
> Cc: dev@dpdk.org
> Subject: RE: [PATCH] net/ice: fix segment fault
>
> Hi,
>
> > -Original Message-
> > From: Zhang, Qi Z
> > Sent: Wednesday, January 30, 2019
> -Original Message-
> From: Zhang, Qi Z
> Sent: Wednesday, February 13, 2019 11:35 AM
> To: Zhao1, Wei ; dev@dpdk.org
> Cc: sta...@dpdk.org; Lu, Wenzhuo
> Subject: RE: [PATCH v2 1/3] net/ixgbe: promiscuous mode enable on VF
>
>
>
> > -Original Message-
> > From: Zhao1, Wei
>
> -Original Message-
> From: Zhao1, Wei
> Sent: Wednesday, January 16, 2019 1:02 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Lu, Wenzhuo ; Zhang, Qi Z
> ; Zhao1, Wei
> Subject: [PATCH v2 1/3] net/ixgbe: promiscuous mode enable on VF
>
> There is need to enable two ops of promiscuous_e
> -Original Message-
> From: Zhao1, Wei
> Sent: Wednesday, January 16, 2019 1:02 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Lu, Wenzhuo ; Zhang, Qi Z
> ; Zhao1, Wei
> Subject: [PATCH v2 2/3] net/ixgbe: enable promiscuous mode on PF host
>
The title is misleading, we are going to sup
> -Original Message-
> From: Zhang, Qi Z
> Sent: Wednesday, February 13, 2019 11:42 AM
> To: Zhao1, Wei ; dev@dpdk.org
> Cc: sta...@dpdk.org; Lu, Wenzhuo
> Subject: RE: [PATCH v2 2/3] net/ixgbe: enable promiscuous mode on PF host
>
>
>
> > -Original Message-
> > From: Zhao1,
I think this patch should be merged with PATCH 2/3, since "ixgbe_mbox_api_13"
is already be referenced on that patch.
> -Original Message-
> From: Zhao1, Wei
> Sent: Wednesday, January 16, 2019 1:02 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Lu, Wenzhuo ; Zhang, Qi Z
> ; Zhao1, Wei
> S
There is need to check whether dev_conf.rxmode.offloads is
set when start ice device, if one of the vlan related bits
is set, for example DEV_RX_OFFLOAD_VLAN_FILTER and so on,
sevice start process to enable this offloads request.
Signed-off-by: Wei Zhao
---
v2:
-rework patch for compile error.
Error patch, please ignore it.
> -Original Message-
> From: Zhao1, Wei
> Sent: Wednesday, February 13, 2019 11:30 AM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Zhang, Qi Z ; Zhao1, Wei
>
> Subject: [PATCH v2] net/ice: enable VLAN filter offloads support
>
> There is need to check whether
There is need to check whether dev_conf.rxmode.offloads is
set when start ice device, if one of the vlan related bits
is set, for example DEV_RX_OFFLOAD_VLAN_FILTER and so on,
sevice start process to enable this offloads request.
Signed-off-by: Wei Zhao
---
v2:
-rework patch for compile error.
Sure, I will share v6 with the changes
> -Original Message-
> From: Thomas Monjalon
> Sent: Tuesday, February 12, 2019 3:06 PM
> To: Varghese, Vipin
> Cc: dev@dpdk.org; Mcnamara, John ; Kovacevic,
> Marko ; Yigit, Ferruh ;
> Padubidri, Sanjay A ; Patel, Amol
> ; Richardson, Bruce
> Subj
Hi Team,
This is regarding RSS feature. In RSS configuration with Flexible Payload,
facing a problem in getting packets distributed across multiple queues (2 per
port). While debugging, found packets going thru q1 even if million packets are
sent.
For simulating multiple flows, modifying Inner P
Patches has to be validated for meson devtool script for
code and document changes. Updating documentation for meson
build steps in checking Compilation category.
Signed-off-by: Vipin Varghese
Tested-by: Marko Kovacevic
Acked-by: Marko Kovacevic
---
V6:
added 'Makefile' sub-header - Thomas Mo
There is need to PF host promiscuous mode enable. For ixgbe,
in order to support VF vlan promiscuous or unicast promiscuous,
we need to set PF host register PFVML2FLT of bit UPE and VPE.
It also align to ixgbe kernel code version 5.5.3. And also
it need to update to the latest API version in order
There is need to enable promiscuous mode enable on VF,
pf host should also enable to support that.
v2:
--fix typo in commit log.
v3:
--delete unnecessary commit log infomation
--merge 2 patch into 1
--change patch headline name
--add promiscuous enable support infomation into doc
Zhao Wei (2):
There is need to enable two ops of promiscuous_enable and
promiscuous_disable on VF.
Signed-off-by: Wei Zhao
---
doc/guides/nics/features/ixgbe_vf.ini | 1 +
drivers/net/ixgbe/ixgbe_ethdev.c | 20
2 files changed, 21 insertions(+)
diff --git a/doc/guides/nics/features
54 matches
Mail list logo