mbox series

[0/3] three bugfixes for hns3 PMD

Message ID 20220117024302.16006-1-humin29@huawei.com (mailing list archive)
Headers
Series three bugfixes for hns3 PMD |

Message

humin (Q) Jan. 17, 2022, 2:42 a.m. UTC
  Three bugfixes:
fix vector burst unsupported when PTP enable 
fix mailbox wait time uninitialization       
fix Rx/Tx when fast path operation introduced

Huisong Li (1):
  net/hns3: fix mailbox wait time uninitialization

Min Hu (Connor) (2):
  net/hns3: fix Rx/Tx when fast path operation introduced
  net/hns3: fix vector burst unsupported when PTP enable

 doc/guides/nics/hns3.rst         |  5 +++
 drivers/net/hns3/hns3_common.c   |  8 ++++-
 drivers/net/hns3/hns3_ethdev.c   |  8 +----
 drivers/net/hns3/hns3_mp.c       |  7 ++--
 drivers/net/hns3/hns3_ptp.c      |  1 +
 drivers/net/hns3/hns3_rxtx.c     | 57 ++++++++++++++++++++++++--------
 drivers/net/hns3/hns3_rxtx_vec.c | 20 ++++++-----
 7 files changed, 72 insertions(+), 34 deletions(-)
  

Comments

Ferruh Yigit Jan. 26, 2022, 2:53 p.m. UTC | #1
On 1/17/2022 2:42 AM, Min Hu (Connor) wrote:
> Three bugfixes:
> fix vector burst unsupported when PTP enable
> fix mailbox wait time uninitialization
> fix Rx/Tx when fast path operation introduced
> 
> Huisong Li (1):
>    net/hns3: fix mailbox wait time uninitialization
> 
> Min Hu (Connor) (2):
>    net/hns3: fix Rx/Tx when fast path operation introduced
>    net/hns3: fix vector burst unsupported when PTP enable
> 

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