Re: [PATCH v1] net/e1000: do not update link status in secondary process

2024-07-14 Thread Jun Wang
>> The code to update link status is not safe in secondary process. >> If called from secondary it will crash, example from dumpcap: >> eth_em_link_update >> >> Signed-off-by: Jun Wang > > Wouldn't it be better to fix the code in e1000_check_link to work in > secondary process. There are netw

[PATCH] net/hns3: add Rx DMA address align check

2024-07-14 Thread Jie Hai
From: Chengwen Feng The network engine has Rx DMA address align requirement, if this requirement is violated, the Rx function will be abnormal. The detail requirement is: 1) For HIP08 platform, require 64-bytes alignment. 2) For later platform, require 128-bytes alignment. The setup Rx DMA addre

Re: [PATCH v6 2/2] bus/pci: fix secondary process save 'FD' problem

2024-07-14 Thread Chenbo Xia
Hi David, > On Jul 13, 2024, at 01:30, David Marchand wrote: > > External email: Use caution opening links or attachments > > > Hello, > > On Tue, Jul 2, 2024 at 9:40 AM Chaoyong He wrote: >> >> From: Zerun Fu >> >> In the previous logic the 'fd' was only saved in the primary process, >>

[DPDK/doc Bug 1488] Suggestion: add documentation to fill in total_length etc. to UDP checksum offloading?

2024-07-14 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1488 Bug ID: 1488 Summary: Suggestion: add documentation to fill in total_length etc. to UDP checksum offloading? Product: DPDK Version: 24.07 Hardware: x86 OS: Linux

Re: [PATCH v6 1/2] bus/pci: fix secondary process PCI uio resource map problem

2024-07-14 Thread huangdengdui
On 2024/7/2 15:40, Chaoyong He wrote: > From: Zerun Fu > > For the primary process, the logic loops all BARs and will skip > the map of BAR with an invalid physical address (0), also will > assign 'uio_res->nb_maps' with the real mapped BARs number. But > for the secondary process, instead of l