Re: [PATCH v3] net/sfc: stop misuse of Rx ingress m-port metadata on EF100

2023-04-09 Thread Andrew Rybchenko
On 3/12/23 13:54, Ivan Malov wrote: The driver supports representor functionality. In it, packets coming from VFs to the dedicated back-end Rx queue get demultiplexed into front-end Rx queues of representor ethdevs as per the per-packet metadata indicating logical HW ingress ports. On transmit, p

Re: [PATCH v2 06/44] net/sfc: fix segment fault when parse devargs

2023-04-09 Thread Andrew Rybchenko
On 3/20/23 12:20, Chengwen Feng wrote: The rte_kvargs_process() was used to parse KV pairs, it also supports to parse 'only keys' (e.g. socket_id) type. And the callback function parameter 'value' is NULL when parsed 'only keys'. This patch fixes segment fault when parse input args with 'only ke

Re: [PATCH v2 02/44] ethdev: fix segment fault when parse args

2023-04-09 Thread Andrew Rybchenko
On 3/20/23 12:20, Chengwen Feng wrote: The rte_kvargs_process() was used to parse KV pairs, it also supports to parse 'only keys' (e.g. socket_id) type. And the callback function parameter 'value' is NULL when parsed 'only keys'. This patch fixes segment fault when parse args with 'only keys' (e

Re: [PATCH] dma/dpaa2: set the vfa bit for rbp with vf

2023-04-09 Thread Alvaro Karsz
Hi, Any comments on the patch? Thanks

RE: [PATCH] app/crypto-perf: change buffer size based on optype

2023-04-09 Thread Anoob Joseph
> Adding digest size to buffer size in auth-then-cipher mode with auth_op set to > generate as cipher length includes digest size also. > > Signed-off-by: Tejasree Kondoj > --- > app/test-crypto-perf/cperf_options_parsing.c | 8 > 1 file changed, 8 insertions(+) > Acked-by: Anoob Jose

[PATCH] power: amd power monitor support

2023-04-09 Thread Sivaprasad Tummala
mwaitx allows epyc processors to enter a implementation dependent power/performance optimized state (C1 state) for a specific period or until a store to the monitored address range. Signed-off-by: Sivaprasad Tummala --- lib/eal/include/generic/rte_cpuflags.h | 2 + lib/eal/x86/include/rte_cpufl

[PATCH] net/gve: add struct members and typedefs for DQO

2023-04-09 Thread Junfeng Guo
Add struct members for gve_tx_queue and gve_rx_queue. Add typedefs for little endians. Signed-off-by: Junfeng Guo Signed-off-by: Rushil Gupta Signed-off-by: Joshua Washington Signed-off-by: Jeroen de Borst --- .mailmap | 1 + drivers/net/gve/base/gve_osdep.h | 4