Re: [dpdk-dev] [dpdk-users] DPDK16.11.2 LTS: i40e PMD fails to start X710 port

2017-08-01 Thread Dumitru Ceara
ike a hacky temporary fix as it increases the "start-up" time unnecessarily. Thanks, Dumitru On Wed, Jul 19, 2017 at 3:49 PM, Dumitru Ceara wrote: > Hi all, > > With DPDK 16.11.2 LTS we see "intermittent" errors when trying to > start an X710 interface (latest fir

Re: [dpdk-dev] [PATCH] net/ring: advertise multi segment support.

2020-09-28 Thread Dumitru Ceara
On 9/22/20 4:21 PM, Ferruh Yigit wrote: > On 9/18/2020 11:36 AM, Dumitru Ceara wrote: >> Even though ring interfaces don't support any other TX/RX offloads they >> do support sending multi segment packets and this should be advertised >> in order to not break application

Re: [dpdk-dev] [PATCH] net/ring: advertise multi segment support.

2020-09-28 Thread Dumitru Ceara
On 9/28/20 3:26 PM, Ferruh Yigit wrote: > On 9/28/2020 2:10 PM, Ananyev, Konstantin wrote: >> >> >>> -Original Message- >>> From: Ferruh Yigit >>> Sent: Monday, September 28, 2020 1:43 PM >>> To: Ananyev, Konstantin ; Dumitru Ceara >&g

[dpdk-dev] [PATCH v2] net/ring: advertise multi segment TX and scatter RX.

2020-09-28 Thread Dumitru Ceara
Even though ring interfaces don't support any other TX/RX offloads they do support sending multi segment packets and this should be advertised in order to not break applications that use ring interfaces. Also advertise scatter RX support. Signed-off-by: Dumitru Ceara --- drivers/net

[dpdk-dev] [PATCH] net/ring: advertise multi segment support.

2020-09-18 Thread Dumitru Ceara
Even though ring interfaces don't support any other TX/RX offloads they do support sending multi segment packets and this should be advertised in order to not break applications that use ring interfaces. Signed-off-by: Dumitru Ceara --- drivers/net/ring/rte_eth_ring.c | 1 + 1 file chang