[PATCH 1/1] drivers/net: fix checking for Tx simple

2023-09-02 Thread Min Zhou
We have such checking logic for Tx simple in some drivers, such as i40e, ice and hns3: /* Use a simple Tx queue if possible (only fast free is allowed) */ ad->tx_simple_allowed = (txq->offloads == (txq->offloads & RTE_ETH_TX_OFFLOAD_MBUF_FAST_FREE) &

Re: [PATCH 2/2] build: fail if explicitly requested driver is unbuildable

2023-09-02 Thread Patrick Robb
ARM Ampere server test fails on this patch are lab infra-failures (I did some updates on the server yesterday) and they can be ignored.

Re: [PATCH v13 8/8] net/ntnic: adds socket connection to PMD

2023-09-02 Thread Patrick Robb
ARM Ampere server test fails on this patch are lab infra-failures (I did some updates on the server yesterday) and they can be ignored.

[PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-09-02 Thread Trevor Tao
Now the port Rx mq_mode had been set to RTE_ETH_MQ_RX_RSS, and offload mode set to RTE_ETH_RX_OFFLOAD_CHECKSUM by default, but some hardware and/or virtual interface does not support the RSS and offload mode presupposed, e.g., some virtio interfaces in the cloud don't support RSS and may only partl