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

2020-09-30 Thread Ferruh Yigit
On 9/29/2020 9:37 AM, Bruce Richardson wrote: On Mon, Sep 28, 2020 at 08:47:29PM +0200, 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 applications that use

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

2020-09-29 Thread Bruce Richardson
On Mon, Sep 28, 2020 at 08:47:29PM +0200, 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 applications that use ring interfaces. > > Also advertise scatte

[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/ring/rte_et