Add E830 device ids.
Signed-off-by: Qiming Yang
---
drivers/net/ice/base/ice_common.c | 33 ---
drivers/net/ice/base/ice_ddp.c| 6 +
drivers/net/ice/base/ice_ddp.h| 1 +
drivers/net/ice/base/ice_devids.h | 8 +++
drivers/net/ice/base/ice
https://bugs.dpdk.org/show_bug.cgi?id=1340
Bug ID: 1340
Summary: net/i40e do not match packet with non-zero 802.1p
priority when flow rule for VLAN ID only is used
Product: DPDK
Version: 23.11
Hardware: All
On Thu, Dec 21, 2023 at 7:18 PM Hanumanth Pothula wrote:
>
> By default dmac control register is set to reject packets
> on mac address match, leading all unicast packets to drop.
>
> Update DMAC control register to allow packets on MAC address
> match rather than dropping.
>
> Signed-off-by: Hanu
> -Original Message-
> From: He, ShiyangX
> Sent: Wednesday, January 3, 2024 6:42 PM
> To: dev@dpdk.org
> Cc: Yang, Qiming ; He, ShiyangX
> ; sta...@dpdk.org; Wu, Jingjing
> ; Xing, Beilei ; Wang, Liang-
> min ; Zhang, Qi Z
> Subject: [PATCH v3] net/iavf: fix VF startup coredump
>
> W
On Thu, Dec 21, 2023 at 12:09 PM Harman Kalra wrote:
>
> Adding the has vlan check in inner headers i.e in LF layer. If
> has_vlan is 0 it should be masked out while installing flow rule.
>
> Fixes: c34ea71b878d ("common/cnxk: add NPC parsing API")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Harman K
Fixed Rx/Tx crash in multi-process environment and added
Tx diagnostic feature.
Mingjin Ye (2):
net/iavf: fix Rx/Tx burst in multi-process
net/iavf: add diagnostic support in TX path
doc/guides/nics/intel_vf.rst | 9 ++
drivers/net/iavf/iavf.h| 54 ++-
drivers/net/iavf/iavf_
In a multi-process environment, a secondary process operates on shared
memory and changes the function pointer of the primary process, resulting
in a crash when the primary process cannot find the function address
during an Rx/Tx burst.
Fixes: 5b3124a0a6ef ("net/iavf: support no polling when link
The only way to enable diagnostics for TX paths is to modify the
application source code. Making it difficult to diagnose faults.
In this patch, the devarg option "mbuf_check" is introduced and the
parameters are configured to enable the corresponding diagnostics.
supported cases: mbuf, size, seg
> -Original Message-
> From: Mingjin Ye
> Sent: Thursday, December 14, 2023 6:33 PM
> To: dev@dpdk.org
> Cc: Yang, Qiming ; Ye, MingjinX
> ; sta...@dpdk.org; Wu, Jingjing
> ; Xing, Beilei
> Subject: [PATCH v2] net/iavf: fix no polling mode switch
>
> PMD does not switch to no polling
The rte_flow_query_count structure returned from the bonding driver
always indicates that hits and bytes are invalid (bytes_set and
hits_set flags are zero) because bond_flow_query_count() from the
net/bonding driver does not set the bytes_set and hits_set flags.
Fixes: 49dad9028e2a ("net/bonding:
On Thu, Dec 21, 2023 at 8:38 PM Jeremy Spewock wrote:
>
>
>
> On Tue, Dec 19, 2023 at 11:45 AM Juraj Linkeš
> wrote:
>>
>> The subject could be improved. That these methods are required is
>> kinda obvious. We should try to actually include some useful
>> information in the subject, such as "add
On Thu, Dec 21, 2023 at 10:47 PM Jeremy Spewock wrote:
>
>
>
> On Tue, Dec 19, 2023 at 12:29 PM Juraj Linkeš
> wrote:
>>
>> Should we use the full name (pmd_buffer_scatter) in the subject? I
>> lean towards the full name.
>>
>> On Mon, Dec 18, 2023 at 7:13 PM wrote:
>> >
>> > From: Jeremy Spewo
Hi Suanming,
Good catch. Please see inline.
Thanks,
Anoob
> -Original Message-
> From: Suanming Mou
> Sent: Wednesday, January 3, 2024 9:24 AM
> To: Ciara Power
> Cc: dev@dpdk.org
> Subject: [EXT] [PATCH] app/test-crypto-perf: fix invalid mbuf next operation
>
> External Email
>
> --
> The function memcmp() returns an integer less than, equal to, or greater than
> zero. In current code, if the first memcmp() returns less than zero and the
> second memcmp() returns greater than zero, the sum of results may still be 0
> and indicates verify succussed.
>
> This commit converts th
Hi,
> -Original Message-
> From: Anoob Joseph
> Sent: Wednesday, January 3, 2024 7:22 PM
> To: Suanming Mou
> Cc: dev@dpdk.org; Ciara Power
> Subject: RE: [EXT] [PATCH] app/test-crypto-perf: fix invalid mbuf next
> operation
>
> Hi Suanming,
>
> Good catch. Please see inline.
>
> Th
Improve instructions for installing dependencies, configuring and
launching the project. Finally, document the configuration schema
by adding more comments to the example and documenting every
property and definition.
Reviewed-by: Paul Szczepanek
Signed-off-by: Luca Vizzarro
---
.mailmap
> -Original Message-
> From: Xueming(Steven) Li
> Sent: Wednesday, December 20, 2023 9:19 AM
> To: sta...@dpdk.org
> Cc: Xueming(Steven) Li ; dev@dpdk.org; Abhishek
> Marathe ; Ali Alnubani
> ; benjamin.wal...@intel.com; David Christensen
> ; Hemant Agrawal ;
> Ian Stokes ; Jerin Jacob ; J
> -Original Message-
> From: Kevin Traynor
> Sent: Wednesday, December 20, 2023 3:23 PM
> To: sta...@dpdk.org
> Cc: dev@dpdk.org; Abhishek Marathe ;
> Ali Alnubani ; benjamin.wal...@intel.com; David
> Christensen ; Hemant Agrawal
> ; Ian Stokes ; Jerin Jacob
> ; John McNamara ; Ju-
> Hyoun
Hi Suanming,
Please see inline.
Thanks,
Anoob
> -Original Message-
> From: Suanming Mou
> Sent: Wednesday, January 3, 2024 6:06 PM
> To: Anoob Joseph
> Cc: dev@dpdk.org; Ciara Power
> Subject: RE: [EXT] [PATCH] app/test-crypto-perf: fix invalid mbuf next
> operation
>
> Hi,
>
> > -
Hi Ivan,
> Hi Dariusz,
>
> I appreciate the proposal. You say that a reference PMD implementation will
> be made available for 24.03 release. What about the applications?
> Is this supposed to go to upstream code of some applications?
No source code changes are required in applications which alre
Hi Dariusz,
I appreciate your response. All to the point.
I have to confess my question was inspired by the 23.11 merge commit
in OVS mailing list. I first thought that an obvious consumer for
the async flow API could have been OVS but saw no usage of it in
the current code. It was my impression
> -Original Message-
> From: Stephen Hemminger
> Sent: Thursday, December 28, 2023 18:17
> > However, at the moment I see one problem with this approach.
> > It would require DPDK to expose the rte_eth_dev struct definition,
> > because of implied locking implemented in the flow API.
>
>
Hi, Simei
Thank you for your guidance on how to test this feature.
>> Following is how I try to test with testpmd. Please let me know if I did
>> something wrong.
>>
>> sudo ./dpdk-testpmd -- -i --forward-mode=txonly
>>
>> testpmd> port stop 0
>> testpmd> set burst 1
>>
From: Jeremy Spewock
v5:
Addressed comments and made changes to files where appropriate. Notably,
added things such as verification to testpmd methods and a flag which
hides messages about "link state change events" in testpmd as such
messages changed the expected format of the terminal and caus
From: Jeremy Spewock
Added commonly used methods in testpmd such as starting and stopping
packet forwarding, changing foward modes, and verifying link status of
ports so that developers can configure testpmd and start forwaring
through the provided class rather than sending commands to the testpm
From: Jeremy Spewock
Changed the factory method for creating interactive apps in the SUT Node
so that EAL parameters would only be passed into DPDK apps since
non-DPDK apps wouldn't be able to process them. Also modified
interactive apps to allow for the ability to pass parameters into the
app on
From: Jeremy Spewock
Added the options to filter out LLDP and ARP packets when
sniffing for packets with scapy. This was done using BPF filters to
ensure that the noise these packets provide does not interfere with test
cases.
Signed-off-by: Jeremy Spewock
---
dts/framework/test_suite.py
From: Jeremy Spewock
Adds methods in both os_session and linux session to allow for setting
MTU of port interfaces so that suites that require the sending and
receiving of packets of a specific size, or the rejection of packets
over a certain size, can configure this maximum as needed.
Signed-of
From: Jeremy Spewock
Added allow list to the EAL parameters created in DTS to ensure that
only the relevant PCI devices are considered when launching DPDK
applications.
Signed-off-by: Jeremy Spewock
---
dts/framework/testbed_model/sut_node.py | 12
1 file changed, 12 insertions(+)
From: Jeremy Spewock
Allow for scatter to be specified in the configuration file.
Signed-off-by: Jeremy Spewock
---
dts/framework/config/conf_yaml_schema.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dts/framework/config/conf_yaml_schema.json
b/dts/framework/confi
From: Jeremy Spewock
This test suite provides testing of the support of scattered packets by
Poll Mode Drivers using testpmd, verifying the ability to receive and
transmit scattered multi-segment packets made up of multiple
non-contiguous memory buffers. This is tested through 5 different cases
i
From: Jeremy Spewock
v6:
Fixed spelling mistake that caused checkpatch failure.
Jeremy Spewock (7):
dts: add startup verification and forwarding modes to testpmd shell
dts: limit EAL parameters to DPDK apps and add parameters to all apps
dts: add optional packet filtering to scapy sniffer
From: Jeremy Spewock
Added commonly used methods in testpmd such as starting and stopping
packet forwarding, changing forward modes, and verifying link status of
ports so that developers can configure testpmd and start forwarding
through the provided class rather than sending commands to the test
From: Jeremy Spewock
Changed the factory method for creating interactive apps in the SUT Node
so that EAL parameters would only be passed into DPDK apps since
non-DPDK apps wouldn't be able to process them. Also modified
interactive apps to allow for the ability to pass parameters into the
app on
From: Jeremy Spewock
Added the options to filter out LLDP and ARP packets when
sniffing for packets with scapy. This was done using BPF filters to
ensure that the noise these packets provide does not interfere with test
cases.
Signed-off-by: Jeremy Spewock
---
dts/framework/test_suite.py
From: Jeremy Spewock
Adds methods in both os_session and linux session to allow for setting
MTU of port interfaces so that suites that require the sending and
receiving of packets of a specific size, or the rejection of packets
over a certain size, can configure this maximum as needed.
Signed-of
From: Jeremy Spewock
Added allow list to the EAL parameters created in DTS to ensure that
only the relevant PCI devices are considered when launching DPDK
applications.
Signed-off-by: Jeremy Spewock
---
dts/framework/testbed_model/sut_node.py | 12
1 file changed, 12 insertions(+)
From: Jeremy Spewock
This test suite provides testing of the support of scattered packets by
Poll Mode Drivers using testpmd, verifying the ability to receive and
transmit scattered multi-segment packets made up of multiple
non-contiguous memory buffers. This is tested through 5 different cases
i
From: Jeremy Spewock
Allow for scatter to be specified in the configuration file.
Signed-off-by: Jeremy Spewock
---
dts/framework/config/conf_yaml_schema.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dts/framework/config/conf_yaml_schema.json
b/dts/framework/confi
> -Original Message-
> From: Zeng, ZhichaoX
> Sent: Thursday, December 28, 2023 11:22 AM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z ; Zeng, ZhichaoX
>
> Subject: [PATCH v5 0/3] net/iavf: support Tx LLDP on scalar and AVX512
>
> This patch set adds an IAVF testpmd command "set tx lldp on|off
On Wed, 3 Jan 2024 19:14:49 +
Dariusz Sosnowski wrote:
> In summary, in my opinion extending the async flow API with bulking
> capabilities or exposing the queue directly to the application is not
> desirable.
> This proposal aims to reduce the I-cache overhead in async flow API by
> reusi
ice_atomic_write_link_status in ice_link_update function is not protected
by the spinlock, there maybe a situation:
1.dev_start call ice_link_update with wait_to_complete = 1,and
get link_status = 0
2.LSC interrupt handler call ice_link_update and get link_status = 1
3.LSC interrupt handler call ic
> -Original Message-
> From: Anoob Joseph
> Sent: Wednesday, January 3, 2024 11:43 PM
> To: Suanming Mou
> Cc: dev@dpdk.org; Ciara Power
> Subject: RE: [EXT] [PATCH] app/test-crypto-perf: fix invalid mbuf next
> operation
>
> Hi Suanming,
>
> Please see inline.
>
> Thanks,
> Anoob
In fill_multi_seg_mbuf(), when remaining_segments is 0,
rte_mbuf m's next should pointer to NULL instead of a
new rte_mbuf, that causes setting m->next as NULL out
of the while loop to the invalid mbuf.
This commit fixes the invalid mbuf next operation.
Fixes: bf9d6702eca9 ("app/crypto-perf: use
> -Original Message-
> From: Zhang, Qi Z
> Sent: Wednesday, January 3, 2024 3:42 AM
> To: Yang, Qiming ; Wu, Wenjun1
>
> Cc: dev@dpdk.org; Zhang, Qi Z
> Subject: [PATCH 0/6] net/ice improve qos
>
> The patchset enhanced ice rte_tm implemenations
>
> Qi Zhang (6):
> net/ice: remove re
Thanks for raising this.
Agree with your finding, the current implementation ensures data integrity but
not guarantee 100% correctness, as updates to link status by interrupts could
be missed in certain cases though less happen.
Please raise a Bugzilla if you think its urgent for your usage and w
Hi Chuanyu,
> -Original Message-
> From: Chuanyu Xue
> Sent: Thursday, January 4, 2024 5:52 AM
> To: Su, Simei
> Cc: Xing, Beilei ; chuanyu@uconn.edu;
> dev@dpdk.org; Zhang, Qi Z ; Lu, Wenzhuo
>
> Subject: RE: [PATCH] net/e1000: support launchtime feature
>
> Hi, Simei
>
> Thank y
> -Original Message-
> From: Wu, Wenjun1
> Sent: Thursday, January 4, 2024 10:29 AM
> To: Zhang, Qi Z ; Yang, Qiming
>
> Cc: dev@dpdk.org
> Subject: RE: [PATCH 0/6] net/ice improve qos
>
> > -Original Message-
> > From: Zhang, Qi Z
> > Sent: Wednesday, January 3, 2024 3:42 AM
> -Original Message-
> From: Chuanyu Xue
> Sent: Sunday, December 31, 2023 12:35 AM
> To: Su, Simei ; Lu, Wenzhuo ;
> Zhang, Qi Z ; Xing, Beilei
> Cc: dev@dpdk.org; Chuanyu Xue
> Subject: [PATCH v2] net/e1000: support launchtime feature
>
> Enable the time-based scheduled Tx of packet
Add suggested DPDK/kernel driver/firmware version matching list.
Signed-off-by: Simei Su
---
v2:
* Add commit log.
doc/guides/nics/i40e.rst | 4
1 file changed, 4 insertions(+)
diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index 3432eab..15689ac 100644
--- a/doc/guides/
> -Original Message-
> From: Su, Simei
> Sent: Thursday, January 4, 2024 11:15 AM
> To: Xing, Beilei ; Zhang, Qi Z
> Cc: dev@dpdk.org; Yang, Qiming ; Su, Simei
>
> Subject: [PATCH v2] net/i40e: updated 23.11 recommended matching list
>
> Add suggested DPDK/kernel driver/firmware vers
> In fill_multi_seg_mbuf(), when remaining_segments is 0, rte_mbuf m's next
> should pointer to NULL instead of a new rte_mbuf, that causes setting m->next
> as NULL out of the while loop to the invalid mbuf.
>
> This commit fixes the invalid mbuf next operation.
>
> Fixes: bf9d6702eca9 ("app/cry
Hi Suanming,
Please see inline.
Thanks,
Anoob
> -Original Message-
> From: Suanming Mou
> Sent: Wednesday, January 3, 2024 9:26 AM
> To: Ciara Power
> Cc: dev@dpdk.org
> Subject: [EXT] [PATCH 2/2] app/test-crypto-perf: fix encrypt operation verify
>
> External Email
>
> -
> -Original Message-
> From: Xing, Beilei
> Sent: Thursday, January 4, 2024 11:30 AM
> To: Su, Simei ; Zhang, Qi Z
> Cc: dev@dpdk.org; Yang, Qiming
> Subject: RE: [PATCH v2] net/i40e: updated 23.11 recommended matching list
>
>
>
> > -Original Message-
> > From: Su, Simei
On Wed, Jan 3, 2024 at 7:38 AM Kaiwen Deng wrote:
>
> Txonly forwarding engine does not call the Tx preparation API
> before transmitting packets. This may cause some problems.
>
> TSO breaks when MSS spans more than 8 data fragments. Those
> packets will be dropped by Tx preparation API, but it w
Hi Ali,
Thanks for the testing and report!
Regards,
Xueming
> -Original Message-
> From: Ali Alnubani
> Sent: 1/3/2024 22:41
> To: Xueming(Steven) Li ; sta...@dpdk.org
> Cc: dev@dpdk.org; Abhishek Marathe ;
> benjamin.wal...@intel.com; David Christensen ;
> Hemant Agrawal ; Ian Stokes
>
56 matches
Mail list logo