From: "ke1x.zhang"
This patch adds support to disable mac filter which will
be used by ice driver when setting dpdk_devargs config
field in the TRex config file.
Mac filter is not disabled in default.
Signed-off-by: ke1x.zhang
---
drivers/net/ice/ice_ethdev.c | 13 +
drivers
Hi All,
Could you please review and provide suggestions if any.
Thanks,
Mingjin
> -Original Message-
> From: Ye, MingjinX
> Sent: 2022年11月21日 10:55
> To: dev@dpdk.org
> Cc: Yang, Qiming ; sta...@dpdk.org; Zhou, YidingX
> ; Ye, MingjinX ; Zhang, Qi
> Z ; Jie Zhou ; Menon, Ranjit
> ; Ferr
One line of commented code was dead code, this line and related
comments are removed. Naming of rx,RX and tx,TX are replaced by Rx and
Tx.
Signed-off-by: Abdullah Ömer Yamaç
---
CC: Thomas Monjalon
---
examples/distributor/main.c | 55 +
1 file changed, 25 in
One line of commented code was dead code, this line and related
comments are removed. Naming of rx,RX and tx,TX are replaced by Rx and
Tx.
Signed-off-by: Abdullah Ömer Yamaç
---
CC: Thomas Monjalon
---
examples/distributor/main.c | 53 +
1 file changed, 24 in
One line of commented code was dead code, this line and related
comments are removed. Naming of rx,RX and tx,TX are replaced by Rx and
Tx.
Signed-off-by: Abdullah Ömer Yamaç
---
CC: Thomas Monjalon
---
examples/distributor/main.c | 51 +
1 file changed, 23 in
On 11/24/22 17:06, Nicolas Chautru wrote:
Incorrect bbdev member name used in test code under
RTE_BBDEV_OFFLOAD_COST build flag.
Fixes: 4f08028c5e24 ("bbdev: expose queue related warning and status")
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/test_bbdev_perf.c | 4 ++--
1 file cha
Hi Nicolas,
On 11/24/22 17:06, Nicolas Chautru wrote:
Missing implementation for offload test with FFT.
Only build when the optional build flag RTE_BBDEV_OFFLOAD_COST
is set.
Fixes: 0acdb9866756 ("test/bbdev: add FFT operations cases")
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/test_
One line of commented code was dead code, this line and releated
comments are removed. Naming of rx,RX and tx,TX are replaced by Rx and
Tx.
Signed-off-by: Abdullah Ömer Yamaç
---
CC: Thomas Monjalon
---
examples/distributor/main.c | 51 +
1 file changed, 23 i
24/11/2022 18:34, Ferruh Yigit:
> On 11/24/2022 5:26 PM, Thomas Monjalon wrote:
> > 24/11/2022 18:21, Ferruh Yigit:
> >> On 11/24/2022 3:44 PM, David Marchand wrote:
> >>> From: Bruce Richardson
> >>>
> >>> Since a number of contributors to DPDK have submitted patches to DPDK
> >>> under more than
On 11/24/2022 5:26 PM, Thomas Monjalon wrote:
> 24/11/2022 18:21, Ferruh Yigit:
>> On 11/24/2022 3:44 PM, David Marchand wrote:
>>> From: Bruce Richardson
>>>
>>> Since a number of contributors to DPDK have submitted patches to DPDK
>>> under more than one email address, we should maintain a mailm
24/11/2022 18:21, Ferruh Yigit:
> On 11/24/2022 3:44 PM, David Marchand wrote:
> > From: Bruce Richardson
> >
> > Since a number of contributors to DPDK have submitted patches to DPDK
> > under more than one email address, we should maintain a mailmap file to
> > properly track their commits usin
On 11/24/2022 4:59 PM, Stephen Hemminger wrote:
> On Thu, 24 Nov 2022 15:33:35 +0800
> Junfeng Guo wrote:
>
>> +static int
>> +gve_dev_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats)
>> +{
>> +uint16_t i;
>> +
>> +for (i = 0; i < dev->data->nb_tx_queues; i++) {
>> +
24/11/2022 16:08, Bruce Richardson:
> On Thu, Nov 24, 2022 at 02:57:17PM +0100, Thomas Monjalon wrote:
> > 24/11/2022 14:49, David Marchand:
> > > On Thu, Nov 24, 2022 at 2:43 PM Bruce Richardson
> > > wrote:
> > > >
> > > > On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote:
> > > > >
On 11/24/2022 3:44 PM, David Marchand wrote:
> From: Bruce Richardson
>
> Since a number of contributors to DPDK have submitted patches to DPDK
> under more than one email address, we should maintain a mailmap file to
> properly track their commits using "shortlog".
>
> It also helps fix up any
24/11/2022 17:51, Stephen Hemminger:
> On Thu, 24 Nov 2022 13:43:07 +
> Bruce Richardson wrote:
>
> > On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote:
> > > From: Bruce Richardson
> > >
> > > Since a number of contributors to DPDK have submitted patches to DPDK
> > > under mo
Add more information on alternatives of KNI and the disadvantages of KNI
against these alternatives.
Signed-off-by: Ferruh Yigit
---
Cc: Olivier Matz
Cc: David Marchand
Cc: Stephen Hemminger
Cc: Elad Nachman
Cc: Igor Ryzhov
Cc: Dan Gora
Cc: Morten Brørup
v6:
* s/ifconfig/iproute2/
* rewor
> -Original Message-
> From: Mcnamara, John
> Sent: Thursday, November 24, 2022 4:56 PM
> To: dev@dpdk.org
> Cc: tho...@monjalon.net; Mcnamara, John
> Subject: [PATCH v1] doc: update release notes for 22.11
>
> Fix grammar, spelling and formatting of DPDK 22.11 release notes.
P.S., I di
On 11/24/2022 4:55 PM, Stephen Hemminger wrote:
> On Thu, 24 Nov 2022 11:40:40 +
> Ferruh Yigit wrote:
>
>> +* It is out-of-tree Linux kernel module and it can't be distributed as
>> binary as
>> + part of operating system vendor DPDK packages. This makes it harder to
>> + consume, althoug
On Thu, 24 Nov 2022 15:33:35 +0800
Junfeng Guo wrote:
> +static int
> +gve_dev_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats)
> +{
> + uint16_t i;
> +
> + for (i = 0; i < dev->data->nb_tx_queues; i++) {
> + struct gve_tx_queue *txq = dev->data->tx_queues[i];
>
Fix grammar, spelling and formatting of DPDK 22.11 release notes.
Signed-off-by: John McNamara
---
doc/guides/rel_notes/release_22_11.rst | 92 +-
1 file changed, 46 insertions(+), 46 deletions(-)
diff --git a/doc/guides/rel_notes/release_22_11.rst
b/doc/guides/rel_note
On Thu, 24 Nov 2022 11:40:40 +
Ferruh Yigit wrote:
> +* It is out-of-tree Linux kernel module and it can't be distributed as
> binary as
> + part of operating system vendor DPDK packages. This makes it harder to
> + consume, although it is always possible to compile it from the source code
On Thu, 24 Nov 2022 13:43:07 +
Bruce Richardson wrote:
> On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote:
> > From: Bruce Richardson
> >
> > Since a number of contributors to DPDK have submitted patches to DPDK
> > under more than one email address, we should maintain a mailm
Missing implementation for offload test with FFT.
Only build when the optional build flag RTE_BBDEV_OFFLOAD_COST
is set.
Fixes: 0acdb9866756 ("test/bbdev: add FFT operations cases")
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/test_bbdev_perf.c | 82
1 file
Fixing compilation errors in bbdev-test application on rc4
when the optional flag RTE_BBDEV_OFFLOAD_COST is set manually.
This was raised by Vipin.
Nicolas Chautru (2):
test/bbdev: fix build issue with optional build flag
test/bbdev: fix build issue with optional build flag
app/test-bbdev/t
Incorrect bbdev member name used in test code under
RTE_BBDEV_OFFLOAD_COST build flag.
Fixes: 4f08028c5e24 ("bbdev: expose queue related warning and status")
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/test_bbdev_perf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
From: Bruce Richardson
Since a number of contributors to DPDK have submitted patches to DPDK
under more than one email address, we should maintain a mailmap file to
properly track their commits using "shortlog".
It also helps fix up any mangled names, for example, with
surname/firstname reversed
Release status meeting minutes 2022-11-24
=
Agenda:
* Release Dates
* Subtrees
* Roadmaps
* LTS
* Defects
* Opens
Participants:
* ARM
* Canonical [No]
* Debian/Microsoft
* Intel
* Marvell
* Nvidia
* Red Hat
* Xilinx/AMD
Release Dates
-
The fo
On Thu, Nov 24, 2022 at 02:57:17PM +0100, Thomas Monjalon wrote:
> 24/11/2022 14:49, David Marchand:
> > On Thu, Nov 24, 2022 at 2:43 PM Bruce Richardson
> > wrote:
> > >
> > > On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote:
> > > > From: Bruce Richardson
> > > >
> > > > Since a n
> -Original Message-
> From: Andrew Rybchenko
> Sent: Thursday, 24 November 2022 16:35
> To: NBU-Contact-Thomas Monjalon (EXTERNAL) ;
> dev@dpdk.org
> Cc: Ori Kam ; Ferruh Yigit
> Subject: Re: [PATCH 0/2] update ethdev deprecation notices
>
> On 11/24/22 17:26, Thomas Monjalon wrote:
>
On 11/24/22 17:26, Thomas Monjalon wrote:
The deprecation plan was not followed for rte_flow actions and items.
It needs to be reflected before the release 22.11.
Thomas Monjalon (2):
doc: update deprecation notice of legacy flow actions
doc: update deprecation notice of flow items
doc/
The legacy flow actions, replaced with the more generic modify action,
are not completely replaced yet in DPDK 22.11.
The plan needs to be updated for this release,
and a new plan must be precised during the next release.
Signed-off-by: Thomas Monjalon
---
doc/guides/rel_notes/deprecation.rst |
The flow items are not yet cleaned up in DPDK 22.11 as desired.
The plan is updated for this release, with more details.
A new plan must be precised during the next release.
Signed-off-by: Thomas Monjalon
---
doc/guides/rel_notes/deprecation.rst | 37 ++--
1 file changed,
The deprecation plan was not followed for rte_flow actions and items.
It needs to be reflected before the release 22.11.
Thomas Monjalon (2):
doc: update deprecation notice of legacy flow actions
doc: update deprecation notice of flow items
doc/guides/rel_notes/deprecation.rst | 47 +
24/11/2022 14:49, David Marchand:
> On Thu, Nov 24, 2022 at 2:43 PM Bruce Richardson
> wrote:
> >
> > On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote:
> > > From: Bruce Richardson
> > >
> > > Since a number of contributors to DPDK have submitted patches to DPDK
> > > under more tha
- Fixed flow for probe and initialization of requested ccp devices
- Removed unnecessary code enumerating for all the PCI devices
available in the system.
- Removed ccp_pmd_init_done flag controlling probe and initialization
of only one CCP device even if other CCP devices available
Signed-off
On Thu, Nov 24, 2022 at 2:43 PM Bruce Richardson
wrote:
>
> On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote:
> > From: Bruce Richardson
> >
> > Since a number of contributors to DPDK have submitted patches to DPDK
> > under more than one email address, we should maintain a mailmap
On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote:
> From: Bruce Richardson
>
> Since a number of contributors to DPDK have submitted patches to DPDK
> under more than one email address, we should maintain a mailmap file to
> properly track their commits using "shortlog".
>
> It als
Hello,
On Thu, Nov 24, 2022 at 1:31 PM Varghese, Vipin wrote:
>
> Hi John and Thomas,
>
> Sharing an observation for compilation failure
Thanks for reporting.
I suspect you forgot to mention that this error is only seen with some
additional -DRTE_BBDEV_OFFLOAD_COST in cflags.
>
> Git head: 9cb8
From: Bruce Richardson
Since a number of contributors to DPDK have submitted patches to DPDK
under more than one email address, we should maintain a mailmap file to
properly track their commits using "shortlog".
It also helps fix up any mangled names, for example, with
surname/firstname reversed
Add more information on alternatives of KNI and the disadvantages of KNI
against these alternatives.
Signed-off-by: Ferruh Yigit
---
Cc: Olivier Matz
Cc: David Marchand
Cc: Stephen Hemminger
Cc: Elad Nachman
Cc: Igor Ryzhov
Cc: Dan Gora
Cc: Morten Brørup
v5:
* Rebased
* Dedicated kernel c
On 12/1/2021 4:31 PM, Morten Brørup wrote:
>> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com]
>> Sent: Wednesday, 24 November 2021 18.16
>>
>> Add more information on alternatives of KNI and the cons of KNI against
>> these alternatives.
>>
>> Signed-off-by: Ferruh Yigit
>> ---
>> Cc: Olivier M
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com]
> Sent: Thursday, 24 November 2022 00.43
>
> Provide an abstraction for leading and trailing zero bit counting
> functions to hide compiler specific intrinsics and builtins.
>
> Signed-off-by: Tyler Retzlaff
> ---
Related functions al
Hi All,
Update the test status for Intel part. Till now dpdk22.11-rc4 test execution
rate is 85%.
No new issue is found.
# Basic Intel(R) NIC testing
* Build or compile:
*Build: cover the build test combination with latest GCC/Clang version and the
popular OS revision such as Ubuntu20.04.5, Ub
24/11/2022 02:09, Chautru, Nicolas:
> Hi Thomas,
>
> > -Original Message-
> > From: Thomas Monjalon
> > Sent: Wednesday, November 23, 2022 12:35 AM
> > To: Chautru, Nicolas
> > Cc: dev@dpdk.org; gak...@marvell.com; maxime.coque...@redhat.com;
> > Vargas, Hernan
> > Subject: Re: [PATCH
44 matches
Mail list logo