Fix init failures in some cases when contiguous memory may not be
available for cases when a larger chunk of memory may be needed.
Fixes: fe2f715ca580 ("net/bnxt: support backing store v2")
Signed-off-by: Ajit Khaparde
---
drivers/net/bnxt/bnxt_ethdev.c | 6 ++
drivers/net/bnxt/bnxt_vnic.c
From: Kishore Padmanabha
The number of Tx queues for the representor port is limited by
number of Rx rings instead of Tx rings.
Fixes: 322bd6e70272 ("net/bnxt: add port representor infrastructure")
Cc: sta...@dpdk.org
Signed-off-by: Kishore Padmanabha
Reviewed-by: Ajit Khaparde
---
drivers/n
Fixes to the bnxt driver. Please apply.
Ajit Khaparde (1):
net/bnxt: fix init failures
Kishore Padmanabha (1):
net/bnxt: fix number of Tx queues being created
drivers/net/bnxt/bnxt_ethdev.c | 6 ++
drivers/net/bnxt/bnxt_reps.c | 4 ++--
drivers/net/bnxt/bnxt_vnic.c | 3 +--
3 files
On Tue, Mar 12, 2024 at 12:52 AM Dengdui Huang wrote:
>
> Extended speed command for setting lane number and
> Show info print lane number.
>
> Signed-off-by: Dengdui Huang
> ---
> app/test-pmd/cmdline.c | 110 +++-
> app/test-pmd/config.c
IBM - Power Systems
DPDK v24.03-rc2-5-gcd218549b6
* Build CI on Fedora 30,37,38,39,40 container images for ppc64le
* Basic PF on Mellanox: No issue found
* Performance: not tested.
* OS: RHEL 9.3 kernel: 5.14.0-362.2.1.el9_3.ppc64le
with gcc version 11.4.1 20230605 (Red Hat 11.4.1-2)
On Fri, Mar 15, 2024 at 08:14:06AM -0700, Stephen Hemminger wrote:
> Having different prototypes on different platforms can lead
> to lots of unnecessary workarounds. Looks like the version of
> getopt used from windows was based on an older out of date
> version from FreeBSD.
>
> This patch chan
Recheck-request: iol-unit-arm64-testing
Even though ipsec update is postponed to a later release, I'm putting
in rechecks for all series that have fails for the arm crypto tests
now that we are building from SECLIB-IPSEC-2024.03.12.
Recheck-request: iol-unit-arm64-testing
Even though ipsec update is postponed to a later release, I'm putting
in rechecks for all series that have fails for the arm crypto tests
now that we are building from SECLIB-IPSEC-2024.03.12.
Recheck-request: iol-unit-arm64-testing
Even though ipsec update is postponed to a later release, I'm putting
in rechecks for all series that have fails for the arm crypto tests
now that we are building from SECLIB-IPSEC-2024.03.12.
Recheck-request: iol-unit-arm64-testing
Even though ipsec update is postponed to a later release, I'm putting
in rechecks for all series that have fails for the arm crypto tests
now that we are building from SECLIB-IPSEC-2024.03.12.
On Thu, Mar 14, 2024 at 4:04 PM Akhil Goyal wrote:
>
>
>
> > Subject: Re: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library
> > tag
> >
> > We are rebuilding from this tag right now. I know the IPSEC update is
> > now postponed until after 24.03, but once this install is done, do you
11/03/2024 16:43, jspew...@iol.unh.edu:
> From: Jeremy Spewock
>
> v9:
> * rebase series on main
> * add "Test" to the name of the test suite class so that it gets properly
> recognized as a suite according to changes from patch on main.
Reviewed-by: Juraj Linkeš
Tested-by: Patrick Robb
App
Having different prototypes on different platforms can lead
to lots of unnecessary workarounds. Looks like the version of
getopt used from windows was based on an older out of date
version from FreeBSD.
This patch changes getopt, getopt_long, etc to have the same const
attributes as Linux and Fre
Both checkpatches.sh and get-maintainer.sh require scripts that come
from the linux sources. And they require DPDK_*_PATH variables to be set
to point at these scripts locally. For new contributors this can be
tedious since they will have to clone the whole linux sources just to
have simple perl sc
On 15/03/2024 09:24, Dariusz Sosnowski wrote:
>> NFP plans support RTE_FLOW_ACTION_TYPE_MODIFY_FIELD flow action in
>> 24.07 or 24.11.
>> For remove of legacy flow, does there also correspond patches in OVS project?
> I am not familiar with any patches to OVS. Thanks for raising this.
>
> For the
13/03/2024 09:22, Gowrishankar Muthukrishnan:
> Hi Fengchengwen
>
> > Hi Gowrishankar,
> >
> > On 2024/3/12 20:24, Gowrishankar Muthukrishnan wrote:
> > > Hi Fengchengwen
> > >
> > >>
> > >> Hi Thomas,
> > >>
> > >> On 2024/3/12 17:15, Thomas Monjalon wrote:
> > >>> 07/03/2024 14:55, Gowrishankar
12/03/2024 02:29, fengchengwen:
> It's not a bugfix, but a best practice for test (clean state before
> continuing).
>
> The other is LGTM,
> Acked-by: Chengwen Feng
>
>
> On 2024/3/11 23:25, Kevin Laatz wrote:
> > The API testsuite previously only used the dmadev skeleton. Now that real
> > d
On 3/15/2024 2:54 AM, Jie Hai wrote:
> This patch introduces the new devices, which are on-chip network
> interface controllers with RDMA/DCB/ROH supporting. One is 100GE
> and the other is 200GE. Both can be found on HIP09/HIP10 SoCs.
>
> Cc: sta...@dpdk.org
>
> Signed-off-by: Jie Hai
>
Applie
08/03/2024 15:24, David Marchand:
> On Fri, Mar 8, 2024 at 12:59 PM Robin Jarry wrote:
> >
> > When DPDK is used as a subproject, include the required compile
> > arguments so that the parent project is also built with the appropriate
> > cflags (most importantly -march). Use the same cflags as pk
> Subject: [PATCH v4 0/8] Fixes and minor improvements for Crypto cnxk
>
> Fixes and minor improvements for Crypto cnxk PMD.
>
> v4:
> * Addressed checkpatch issue
>
> v3:
> * Resend
>
> v2:
> * Squashed related patches
>
> Aakash Sasidharan (1):
> crypto/cnxk: add support for oop processing
14/03/2024 13:05, Jerin Jacob:
> On Thu, Mar 7, 2024 at 1:36 PM Anoob Joseph wrote:
> >
> > Add march & fallback march for Neoverse V2 to support build with older
> > compilers that doesn't support mcpu = 'neoverse-v2'.
> >
> > Signed-off-by: Anoob Joseph
>
> Acked-by: Jerin Jacob
Applied, tha
On 3/15/2024 3:00 AM, Jie Hai wrote:
> The RSS algorithm from user is parased but not passed to the
> rte_eth_dev_rss_hash_update() API as we wanted, this patch
> fixes it.
>
> Fixes: 3da59f30a23f ("app/testpmd: set RSS hash algorithm")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Jie Hai
>
Review
14/03/2024 12:38, pbhagavat...@marvell.com:
> From: Pavan Nikhilesh
>
> The compiler options march and mtune are a subset
> of mcpu and will lead to conflicts if improper march
> is chosen for a given mcpu.
> To avoid conflicts, discard part number march when
> mcpu is available and is supported
> -Original Message-
> From: Kusztal, ArkadiuszX
> Sent: Friday, March 15, 2024 10:45 AM
> To: dev@dpdk.org
> Cc: gak...@marvell.com; Power, Ciara ; Kusztal,
> ArkadiuszX
> Subject: [PATCH v2] app/crypto-perf-test: fix unset crc algorithm
>
> Because net crc api is not thread-safe, se
Because net crc api is not thread-safe, setting crc algorithm
by the application will prevent race condition in the calc function.
Race condition still may occur when any of the threads will call this
function again. Function is called with the highest possible SIMD
extension, which is AVX512, but
Add check mbuf sub-segment to Tx diagnostic path.
Fixes: 2a0244d611b4 ("net/ice: support mbuf checks in Tx path")
Cc: sta...@dpdk.org
Signed-off-by: Mingjin Ye
---
drivers/net/ice/ice_rxtx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ice/ice_rxtx.c b/drivers
Add check mbuf sub-segment to Tx diagnostic path.
Fixes: 82b03af55a1b ("net/i40e: support mbuf checks in Tx path")
Cc: sta...@dpdk.org
Signed-off-by: Mingjin Ye
---
drivers/net/i40e/i40e_rxtx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/i40e/i40e_rxtx.c b/dr
Add check mbuf sub-segment to Tx diagnostic path.
Mingjin Ye (2):
net/i40e: Tx path check mbuf sub-segment
net/ice: Tx path check mbuf sub-segment
drivers/net/i40e/i40e_rxtx.c | 2 +-
drivers/net/ice/ice_rxtx.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.25.1
Hello Everyone,
Can anybody please share the compatibility matrix for i40en (Vmware native
driver) with the DPDK version.
I am trying XL710 nic card 10G dual port but facing issues.
2024/03/15 10:06:12:842 notice dpdk iavf_configure_queues():
RXDID[22] is not supported, request defa
> -Original Message-
> From: Akhil Goyal
> Sent: Thursday, March 14, 2024 1:50 PM
> To: Kusztal, ArkadiuszX ; dev@dpdk.org
> Cc: Power, Ciara
> Subject: RE: [EXTERNAL] [PATCH] app/crypto-perf-test: fix unset crc algorithm
>
> > > Subject: RE: [EXTERNAL] [PATCH] app/crypto-perf-test: f
Hi Chengwen
> -Original Message-
> From: fengchengwen
> Sent: Friday, March 15, 2024 4:32 PM
> To: Ma, WenwuX ; dev@dpdk.org
> Cc: Jiale, SongX ; sta...@dpdk.org
> Subject: Re: [PATCH v2] dmadev: fix structure alignment
>
> Hi Wenwu,
>
> On 2024/3/15 15:44, Ma, WenwuX wrote:
> > Hi Chen
> NFP plans support RTE_FLOW_ACTION_TYPE_MODIFY_FIELD flow action in
> 24.07 or 24.11.
> For remove of legacy flow, does there also correspond patches in OVS project?
I am not familiar with any patches to OVS. Thanks for raising this.
For the record, in latest commit on main branch in OVS (commit
On Mon, Mar 11, 2024 at 08:31:25PM +, Paul Szczepanek wrote:
> Allow header only libraries.
>
> Signed-off-by: Paul Szczepanek
> Reviewed-by: Honnappa Nagarahalli
Acked-by: Bruce Richardson
https://bugs.dpdk.org/show_bug.cgi?id=669
tiger@mavenir.com changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
Update the test status for Intel part. dpdk24.03-rc2 all test is done. found
five new issues.
New issues:
1. loopback_virtio_user_server_mode: Failed to add vdev when launch dpdk-pdump
-> has fix patch
2. DMA devices stats not reset after API testsuite -> has fix patch
3. https://bugs.dpdk.org/s
On 11/03/2024 15:23, Bruce Richardson wrote:
> On Mon, Mar 11, 2024 at 02:47:02PM +, Paul Szczepanek wrote:
>> Allow header only libraries.
>>
>> Signed-off-by: Paul Szczepanek
>> Reviewed-by: Honnappa Nagarahalli
>> ---
>> lib/meson.build | 14 ++
>> 1 file changed, 14 insertion
Hi Wenwu,
On 2024/3/15 15:44, Ma, WenwuX wrote:
> Hi Chengwen,
>
>> -Original Message-
>> From: Ma, WenwuX
>> Sent: Friday, March 15, 2024 2:26 PM
>> To: fengchengwen ; dev@dpdk.org
>> Cc: Jiale, SongX ; sta...@dpdk.org
>> Subject: RE: [PATCH v2] dmadev: fix structure alignment
>>
>> Hi C
On Thu, Mar 14, 2024 at 11:30:22PM -0700, Tyler Retzlaff wrote:
> Use static deps when default_library=static and use shared deps when
> using default_library=shared.
>
> Signed-off-by: Tyler Retzlaff
> ---
> buildtools/chkincs/meson.build | 18 +-
> 1 file changed, 13 insertions
Yes, I think you are right. After adding some debug information, I can confirm
that it's probably an initialization issue with the ixgbe driver.
Secondary processes should initialize some callback functions, but they seem to
be missing.
I made some minor modifications by moving the ixgbe_init_
Hi Chengwen,
> -Original Message-
> From: Ma, WenwuX
> Sent: Friday, March 15, 2024 2:26 PM
> To: fengchengwen ; dev@dpdk.org
> Cc: Jiale, SongX ; sta...@dpdk.org
> Subject: RE: [PATCH v2] dmadev: fix structure alignment
>
> Hi Chengwen,
>
> > -Original Message-
> > From: fengche
Hi Thomas,
>
> Hi Fengchengwen
>
> > Hi Gowrishankar,
> >
> > On 2024/3/12 20:24, Gowrishankar Muthukrishnan wrote:
> > > Hi Fengchengwen
> > >
> > >>
> > >> Hi Thomas,
> > >>
> > >> On 2024/3/12 17:15, Thomas Monjalon wrote:
> > >>> 07/03/2024 14:55, Gowrishankar Muthukrishnan:
> > Hi Feng
41 matches
Mail list logo