mbox series

[0/6] bnxt patchset for Tx performance optimization

Message ID 20190515180817.71523-1-ajit.khaparde@broadcom.com (mailing list archive)
Headers
Series bnxt patchset for Tx performance optimization |

Message

Ajit Khaparde May 15, 2019, 6:08 p.m. UTC
  This patchset brings in few fixes and some changes tuning
the Tx datapath performance in bnxt PMD.
Please apply.

Ajit Khaparde (4):
  net/bnxt: fix an issue seen with TSO
  net/bnxt: add support to update ipid
  net/bnxt: check for some error conditions in Tx path
  net/bnxt: support bulk free of Tx mbufs

Sriharsha Basavapatna (2):
  net/bnxt: fix a couple of issues with Tx batching
  net/bnxt: optimize Tx batching code

 drivers/net/bnxt/bnxt_txq.c |  11 +++
 drivers/net/bnxt/bnxt_txq.h |   2 +-
 drivers/net/bnxt/bnxt_txr.c | 160 ++++++++++++++++++++++++------------
 drivers/net/bnxt/bnxt_txr.h |   2 +
 4 files changed, 123 insertions(+), 52 deletions(-)
  

Comments

Ferruh Yigit May 27, 2019, 4:16 p.m. UTC | #1
On 5/15/2019 7:08 PM, Ajit Khaparde wrote:
> This patchset brings in few fixes and some changes tuning
> the Tx datapath performance in bnxt PMD.
> Please apply.
> 
> Ajit Khaparde (4):
>   net/bnxt: fix an issue seen with TSO
>   net/bnxt: add support to update ipid
>   net/bnxt: check for some error conditions in Tx path
>   net/bnxt: support bulk free of Tx mbufs
> 
> Sriharsha Basavapatna (2):
>   net/bnxt: fix a couple of issues with Tx batching
>   net/bnxt: optimize Tx batching code

Series applied to dpdk-next-net/master, thanks.