[PATCH v6 0/2] net/iavf: fix Rx/Tx burst and add diagnostics

2023-12-29 Thread Mingjin Ye
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 | 4 + drivers/net/iavf/iavf.h| 54 ++- drivers/net/iavf/iavf_e

[PATCH v6 1/2] net/iavf: fix Rx/Tx burst in multi-process

2023-12-29 Thread Mingjin Ye
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

[PATCH v6 2/2] net/iavf: add diagnostic support in TX path

2023-12-29 Thread Mingjin Ye
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

Re: [PATCH v3 00/18] bnxt patchset

2023-12-29 Thread Ajit Khaparde
On Tue, Dec 26, 2023 at 8:21 PM Ajit Khaparde wrote: > > This patchset contains more code fixes and reafctoring, apart from > extending more support for the newer P7 device family. > The patchset adds vector mode support for compressed Rx CQE. > This patchset includes support for checksum and XOR

RE: [PATCH] net/e1000: support launchtime feature

2023-12-29 Thread Chuanyu Xue
>> >> >> +static int >> >> +eth_igb_read_clock(__rte_unused struct rte_eth_dev *dev, uint64_t >> >> +*clock) { >> >> + uint64_t systime_cycles; >> >> + struct e1000_adapter *adapter = dev->data->dev_private; >> >> + >> >> + systime_cycles = igb_read_systime_cyclecounter(dev); >> >> + uint64_t ns =

[Bug 1339] Ice pmd driver ice_rss_init error message "not support in safe mode"

2023-12-29 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1339 Bug ID: 1339 Summary: Ice pmd driver ice_rss_init error message "not support in safe mode" Product: DPDK Version: 20.11 Hardware: All OS: All Status: