mbox series

[0/8] feature porting from i40evf to iavf

Message ID 20200927072626.28374-1-robinx.zhang@intel.com (mailing list archive)
Headers
Series feature porting from i40evf to iavf |

Message

Robin Zhang Sept. 27, 2020, 7:26 a.m. UTC
  This patch set port some features of i40evf to iavf.

Robin Zhang (8):
  net/iavf: use link status helper functions
  net/iavf: set min and max MTU for VF
  net/iavf: re-program promiscuous mode on VF interface
  net/iavf: optimize promiscuous ops
  net/iavf: add workaround promiscuous disable
  net/iavf: cleanup Tx buffers
  net/iavf: add extended stats
  net/iavf: support check DD bit of a RX descriptor

 drivers/net/iavf/iavf_ethdev.c | 162 +++++++++++++++++++++------------
 drivers/net/iavf/iavf_rxtx.c   |  94 ++++++++++++++++++-
 drivers/net/iavf/iavf_rxtx.h   |   2 +
 drivers/net/iavf/iavf_vchnl.c  |  13 ++-
 4 files changed, 209 insertions(+), 62 deletions(-)
  

Comments

Qi Zhang Oct. 8, 2020, 12:23 p.m. UTC | #1
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Robin Zhang
> Sent: Sunday, September 27, 2020 3:26 PM
> To: dev@dpdk.org
> Cc: Xing, Beilei <beilei.xing@intel.com>; Wu, Jingjing <jingjing.wu@intel.com>;
> Yang, Qiming <qiming.yang@intel.com>; Yang, SteveX
> <stevex.yang@intel.com>; Zhang, RobinX <robinx.zhang@intel.com>
> Subject: [dpdk-dev] [PATCH 0/8] feature porting from i40evf to iavf
> 
> This patch set port some features of i40evf to iavf.
> 
> Robin Zhang (8):
>   net/iavf: use link status helper functions
>   net/iavf: set min and max MTU for VF
>   net/iavf: re-program promiscuous mode on VF interface
>   net/iavf: optimize promiscuous ops
>   net/iavf: add workaround promiscuous disable
>   net/iavf: cleanup Tx buffers
>   net/iavf: add extended stats
>   net/iavf: support check DD bit of a RX descriptor
> 
>  drivers/net/iavf/iavf_ethdev.c | 162 +++++++++++++++++++++------------
>  drivers/net/iavf/iavf_rxtx.c   |  94 ++++++++++++++++++-
>  drivers/net/iavf/iavf_rxtx.h   |   2 +
>  drivers/net/iavf/iavf_vchnl.c  |  13 ++-
>  4 files changed, 209 insertions(+), 62 deletions(-)
> 
> --
> 2.17.1

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi