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

2020-09-28 Thread Ferruh Yigit
, Bruce Subject: Re: [dpdk-dev] [PATCH] net/ring: advertise multi segment support. On 9/28/2020 12:00 PM, Ananyev, Konstantin wrote: On 9/28/2020 8:31 AM, Dumitru Ceara wrote: 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&#

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

2020-09-28 Thread Dumitru Ceara
t;> ; dev@dpdk.org >>> Cc: Richardson, Bruce >>> Subject: Re: [dpdk-dev] [PATCH] net/ring: advertise multi segment >>> support. >>> >>> On 9/28/2020 12:00 PM, Ananyev, Konstantin wrote: >>>>> On 9/28/2020 8:31 AM, Dumitru Ceara wrote:

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

2020-09-28 Thread Ferruh Yigit
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 ; dev@dpdk.org Cc: Richardson, Bruce Subject: Re: [dpdk-dev] [PATCH] net/ring: advertise multi segment support

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

2020-09-28 Thread Ananyev, Konstantin
> -Original Message- > From: Ferruh Yigit > Sent: Monday, September 28, 2020 1:43 PM > To: Ananyev, Konstantin ; Dumitru Ceara > ; dev@dpdk.org > Cc: Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH] net/ring: advertise multi segment support. > > On

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

2020-09-28 Thread Ferruh Yigit
On 9/28/2020 12:01 PM, Bruce Richardson wrote: On Mon, Sep 28, 2020 at 11:25:34AM +0100, Ferruh Yigit wrote: On 9/28/2020 8:31 AM, Dumitru Ceara wrote: 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

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

2020-09-28 Thread Ferruh Yigit
On 9/28/2020 12:00 PM, Ananyev, Konstantin wrote: On 9/28/2020 8:31 AM, Dumitru Ceara wrote: 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

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

2020-09-28 Thread Bruce Richardson
On Mon, Sep 28, 2020 at 11:25:34AM +0100, Ferruh Yigit wrote: > On 9/28/2020 8:31 AM, Dumitru Ceara wrote: > > 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

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

2020-09-28 Thread Ananyev, Konstantin
> On 9/28/2020 8:31 AM, Dumitru Ceara wrote: > > 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 > >>>

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

2020-09-28 Thread Ferruh Yigit
On 9/28/2020 8:31 AM, Dumitru Ceara wrote: 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 app

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 applications that use ring interfaces.

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

2020-09-22 Thread Ferruh Yigit
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 applications that use ring interfaces. > Does ring PMD support sending multi segmented