Re: [dpdk-dev] [PATCH] doc: announce ABI change on ethdev

2017-05-10 Thread Thomas Monjalon
> > > This is an ABI change notice for DPDK 17.08 in librte_ether > > > about changes in rte_eth_txmode structure. > > > > > > Currently Tx offloads are enabled by default, and can be disabled > > > using ETH_TXQ_FLAGS_NO* flags. This behaviour is not consistent with > > > the Rx side where the Rx

Re: [dpdk-dev] [PATCH] doc: announce ABI change on ethdev

2017-05-10 Thread Bruce Richardson
On Mon, May 01, 2017 at 09:58:12AM +0300, Shahaf Shuler wrote: > This is an ABI change notice for DPDK 17.08 in librte_ether > about changes in rte_eth_txmode structure. > > Currently Tx offloads are enabled by default, and can be disabled > using ETH_TXQ_FLAGS_NO* flags. This behaviour is not con

Re: [dpdk-dev] [PATCH] doc: announce ABI change on ethdev

2017-05-09 Thread Ananyev, Konstantin
> > This is an ABI change notice for DPDK 17.08 in librte_ether > about changes in rte_eth_txmode structure. > > Currently Tx offloads are enabled by default, and can be disabled > using ETH_TXQ_FLAGS_NO* flags. This behaviour is not consistent with > the Rx side where the Rx offloads are disab

Re: [dpdk-dev] [PATCH] doc: announce ABI change on ethdev

2017-05-09 Thread Jerin Jacob
-Original Message- > Date: Tue, 9 May 2017 15:40:04 +0200 > From: Adrien Mazarguil > To: Shahaf Shuler , Konstantin Ananyev > , Olivier Matz , > Tomasz Kulasek > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change on ethdev > > On

Re: [dpdk-dev] [PATCH] doc: announce ABI change on ethdev

2017-05-09 Thread Shahaf Shuler
Tuesday, May 9, 2017 4:49 PM, Ferruh Yigit: > On 5/1/2017 7:58 AM, Shahaf Shuler wrote: > > I understand the consistency part, but why PMD performs better when Tx > offload disabled? > Well Adrien pretty much summarized it [1]. Tx offload consumes cycles, for examples checksum or TSO. Since tho

Re: [dpdk-dev] [PATCH] doc: announce ABI change on ethdev

2017-05-09 Thread Ferruh Yigit
On 5/1/2017 7:58 AM, Shahaf Shuler wrote: > This is an ABI change notice for DPDK 17.08 in librte_ether > about changes in rte_eth_txmode structure. > > Currently Tx offloads are enabled by default, and can be disabled > using ETH_TXQ_FLAGS_NO* flags. This behaviour is not consistent with > the Rx

Re: [dpdk-dev] [PATCH] doc: announce ABI change on ethdev

2017-05-09 Thread Adrien Mazarguil
On Mon, May 01, 2017 at 09:58:12AM +0300, Shahaf Shuler wrote: > This is an ABI change notice for DPDK 17.08 in librte_ether > about changes in rte_eth_txmode structure. > > Currently Tx offloads are enabled by default, and can be disabled > using ETH_TXQ_FLAGS_NO* flags. This behaviour is not con

Re: [dpdk-dev] [PATCH] doc: announce ABI change on ethdev

2017-05-09 Thread Shahaf Shuler
Monday, May 1, 2017 9:58 AM, Shahaf Shuler: > > This is an ABI change notice for DPDK 17.08 in librte_ether about changes in > rte_eth_txmode structure. > > Currently Tx offloads are enabled by default, and can be disabled using > ETH_TXQ_FLAGS_NO* flags. This behaviour is not consistent with the

[dpdk-dev] [PATCH] doc: announce ABI change on ethdev

2017-04-30 Thread Shahaf Shuler
This is an ABI change notice for DPDK 17.08 in librte_ether about changes in rte_eth_txmode structure. Currently Tx offloads are enabled by default, and can be disabled using ETH_TXQ_FLAGS_NO* flags. This behaviour is not consistent with the Rx side where the Rx offloads are disabled by default an